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
nve VERSION must now be followed by node. For example nve 8 should now be nve 8 node and nve 8 file.js should be nve 8 node file.js.
The NVE_PROGRESS environment variable has been removed. The --no-progress option should be used instead.
The programmatic usage has changed: please see the new API
Features
Global binaries can now be executed such as nve 8 npm test. Keep in mind that the binary must be compatible with the chosen Node.js version. For example npm is only compatible with Node >=6.