-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Grunt issue on sailslift - error: Grunt :: (node:6532) fs: re-evaluating native module sources is not supported. #3715
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
Why is this closed. The linked issue is closed too. I am having this problem as well. |
got same problem here. |
Sorry all, seems like my previous comment didn't post for some reason. The error message is a little cryptic, but it says it all: the module in question is probably not compatible with Node 6. You can try wiping your |
Thanks @sgress454 |
For anyone else that stumbles on this. I noticed that I don't get the error when lifting as root |
Same problem here. |
Me too ... |
This is a warning that the program will break in Node 7. See nodejs/node#5102. A dependency is probably using |
I'm having this problem as well. This seems to be causing grunt to not inject the dependency files now. Is anyone else having that problem? running 'npm update graceful-fs' doesnt do anything. I'm thinking updating the top level npm packages will help with the following: npm update grunt any thoughts before I do this and break my system?
|
having the same issue node v6.0.0 |
same issue with node v6.2.0 and sails v0.12.3 |
Yep, same problem too, same versions as @mounirn. Makes me sad because I want to use Node 6 to get all the shiny new ES6 features that 5.x doesn't support. :( |
@VirtualWolf Help sails upgrade to grunt 1.0 and grunt-contrib-watch 1.0. That should fix the problem. :) |
Hello guys I solved this problem on my PC :) Just install this package: https://www.npmjs.com/package/npm-check-updates then go into your sails project and type in
You'll see all the modules you can update.
And it's done :) |
@kiesman99 thumbs up -- worked here |
@kiesman99 working! thx! |
Hi. Note that That is, runtime warning If you or your deps use Tracking: nodejs/node#5213. @sgress454, does this still need more info? |
@ktravelet Note that |
@ChALkeR do you still get this with the latest on master (published as |
@sgress454 Good to know, thanks! I don't personally use sails, and I tested only the |
Hey, just in case anyone is checking this. Latest sailsjs version is using grunt 1.0.0 which solved the problem for me. I updated sails, then created a new temp project and copied the package.json dependencies to my project. |
Sails version: 0.12.3
Node version: 6.0.0
NPM version: 3.8.6
Operating system: Windows 10 64bit
Hi,
I just upgraded node to it's latest version (6.0.0) and when lifted my sails app i got this error:
Any ideas what it could be?
The text was updated successfully, but these errors were encountered: