You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unfortunately that is not compatible with Node 8 and will cause the following error:
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Seems like the fix is as easy as just updating package.json to point at a more recent version of grunt (which relies on graceful-fs).
The text was updated successfully, but these errors were encountered:
pulekies
changed the title
Add support for Node 8.
Add support for Node 8 (update grunt version)
Jul 17, 2017
Currently grunt-closure-compiler relies on [email protected]
Unfortunately that is not compatible with Node 8 and will cause the following error:
npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Seems like the fix is as easy as just updating package.json to point at a more recent version of grunt (which relies on graceful-fs).
The text was updated successfully, but these errors were encountered: