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

graceful-fs@2 and @3 support will be removed soon #71

Open
ChALkeR opened this issue Aug 8, 2016 · 1 comment
Open

graceful-fs@2 and @3 support will be removed soon #71

ChALkeR opened this issue Aug 8, 2016 · 1 comment

Comments

@ChALkeR
Copy link

ChALkeR commented Aug 8, 2016

Hi. grunt-google-cdn is currently #10 in my list of modules that would likely be broken when nodejs/node#6413 lands (which is anticipated to happen before v7.0).

Note that graceful-fs@1 and graceful-fs@4 are ok and would not be broken by this, but a require() on graceful-fs@2 or graceful-fs@3 would cause an error soon.

That is, runtime warning fs: re-evaluating native module sources is not supported. would be turned into a throw.

If you or your deps use graceful-fs@2 or graceful-fs@3 in runtime — you are affected.

Tracking: nodejs/node#5213.

@ajsb85
Copy link

ajsb85 commented Sep 5, 2016

@btford only need upgrade bower to fix this issue.

bertramakers added a commit to cultuurnet/udb3-angular-app that referenced this issue Jul 27, 2020
@3

For node 10+ support, graceful-fs has to be updated to 4+. So all our dependencies using graceful-fs have to be updated to a version that uses @4.

grunt-google-cdn is also affected but has not been updated in 6 years. See btford/grunt-google-cdn#71
Since it's not a must-have, I've removed it.
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

2 participants