So working, I see:
Update available 1.1.29 → 1.1.31
Run npm i -g gatsby-cli to update
…during update to [email protected]
npm WARN deprecated [email protected]: please upgrade to graceful-fs 4 for compatibility with current and future versions of Node.js
/packages/gatsby-cli/package.json
…looks like that is fs-extra depending on graceful-fs
v4
Do not monkey-patch the fs module. This module may now be used as a drop-in dep, and users can opt into monkey-patching the fs builtin if their app requires it.
Node.js version: 9.4
Operating System: MacOS 10.13.3
Can we bump that to 5.0.0? Or are we holding back for a reason?
https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md#500--2017-12-11
5.0.0 / 2017-12-11
Significant refactor ofcopy()©Sync(), including breaking changes. No changes to other functions in this release.
Nobody has tried upgrading afaik. Would love it if could do the upgrade and take care of any breaking changes! Perhaps it might take care of all the weird copy issues on Windows
Great will give it a try and post here if I get stuck or lost!
Due to the high volume of issues, we're closing out older ones without recent activity. Please open a new issue if you need help!
Most helpful comment
Great will give it a try and post here if I get stuck or lost!