Closed takenspc closed 3 years ago
Node.js 10 LTS introduced recursive fs.mkdirSync so that we can drop make-dir from dependencies. https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_mkdirsync_path_options
fs.mkdirSync
If it is fine, I will open a pull request to drop make-dir.
PR welcome.
I opened https://github.com/yeoman/configstore/pull/76
Node.js 10 LTS introduced recursive
fs.mkdirSync
so that we can drop make-dir from dependencies. https://nodejs.org/dist/latest-v10.x/docs/api/fs.html#fs_fs_mkdirsync_path_optionsIf it is fine, I will open a pull request to drop make-dir.