-
-
Notifications
You must be signed in to change notification settings - Fork 530
fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. #291
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
Comments
node v6 is still not supported in many packages. Consider going back to v5. |
"Node.js v5 will continue to be supported for the next two months in order to give developers currently using v5 time to transition to Node.js v6." |
Here is a tree of sequelize dependencies that use graceful-fs. If you want this warning to disappear faster, contact the maintainers and ask them to upgrade their dependencies so they will only use graceful-fs version 4 or greater. Afterwards, the warning will disappear.
|
See also mochajs/mocha#2111. |
(node:3528) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version. |
@dansef It is still possible that |
I waiting for v6 stable |
how update graceful-fs |
@ArnonHongklay V6 is stable. They no longer use the term stable, and instead use "current" (which 6 is right now). |
Upgrading npm to latest removed these errors for me: |
I ran "npm upgrade -g npm" and still have the issue. I am on Node v5. NPM v3.10.6 |
@gwiant - Same here. |
I'm seeing this in dependencies which I'm not able to update... |
I'm on node v6.4.0 and npm v3.10.6 and still experiencing this issue. |
Thank you @thefonso, deleted the link. |
Guys it is just a warning. The CLI still works. More details can be found here gulpjs/gulp#1571 |
yes, it's just a warning, but when you're running a script that has messages you care about this is a very large amount of annoying noise. that said, for me, on v6.2.1, @trevordmiller 's solution to run |
In order to remove those errors I had to run this in the terminal I am using n, I switch from node
That error/warning doesn't show up anymore once I installed node I think that one of the main issues here, is the node version that you used when the project begun, so the fixes of one dev wouldn't the same for the other devs. Is very hard to believe that every time we switch to a new version of node or any other package is upgraded, we have to live this hell, I've been trying to make my project to run for around 3 hours. It's ridiculous. |
I'm on node v6.11.2 and npm v3.10.10 and still experiencing this issue. |
Hi, Did somebody resolve this issue? |
Cleanup CHANGELOG user links
Uh oh!
There was an error while loading. Please reload this page.
Using node v6.0 this error is reported:
The text was updated successfully, but these errors were encountered: