-
-
Notifications
You must be signed in to change notification settings - Fork 197
[node.js 6.x support] Native module sources is not supported #1733
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
Hello @mehfuzh Which version of node.js are you using? |
I have installed the latest nodejs v.6.0.0 and the issue is confirmed. @mehfuzh As a solution I recommend to use the recommended Node.js version (4.4.x) or any version lower then 6 (I have tested successfully with 5.9.x) - you can use NVM to easily switch within Node.js versions |
I can confirm that. In my package.json I only have the following:
|
Hey folks, Right now node.js 6.x is still not supported and we will do our best to add support in the next release. Hey @rosen-vladimirov, Can you list here everything that needs to be precompiled with node.js 6 here? Thanks |
👍 |
Ooops, @enchev , sorry, I've somehow missed your comment.
Also we have to update our dependencies that depend on any of these packages, which are:
|
After updating to nativescript 2.0 when I try to install a plugin I am getting the following error:
(node:9070) 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.
The text was updated successfully, but these errors were encountered: