Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Node 8 (update grunt version) #56

Open
pulekies opened this issue Jul 17, 2017 · 0 comments
Open

Add support for Node 8 (update grunt version) #56

pulekies opened this issue Jul 17, 2017 · 0 comments

Comments

@pulekies
Copy link

pulekies commented 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).

@pulekies pulekies changed the title Add support for Node 8. Add support for Node 8 (update grunt version) Jul 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant