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

Allow Node 8 #2873

Closed
ishitatsuyuki opened this issue Jun 3, 2017 · 1 comment
Closed

Allow Node 8 #2873

ishitatsuyuki opened this issue Jun 3, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@ishitatsuyuki
Copy link

Currently Node 8+ is marked unsupported. This makes CI builds with unpinned Node version start to fail.

As a part of adopting NPM 5, Node 8 compatibility should be ensured as well (although there should be no breaking changes affecting us).

@rosen-vladimirov
Copy link
Contributor

Hey @ishitatsuyuki ,
We are in the process of verifying this Node.js version and once we are ready, we'll add it to NativeScript CLI's package.json. Meanwhile you should be able to use it on your side, the only issue will be that you'll see on each CLI's command execution that the version is not verified. Or maybe you've set the engine-strict npm config flag to true, which will break the installation of the CLI. In this case you can temporary set it to false by executing npm config set engine-strict false.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants