You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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).
The text was updated successfully, but these errors were encountered: