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
Do you want to request a feature or report a bug? feature/update
What is the current behavior?
Currently, only the following Node versions are allowed because of the devEngines value in the package.json when executing npm install or any other script: "node": "4.x || 5.x || 6.x || 7.x".
Error: Current node version is not supported for development, expected "8.0.0" to satisfy "4.x || 5.x || 6.x || 7.x".
What is the expected behavior?
Unless there is a reason for not allowing version 8 yet, could we update this?
The text was updated successfully, but these errors were encountered:
ndresx
changed the title
Node v8.x not allowed through devEngines in package.json
Node v8.x not allowed due to devEngines setting in package.json
Jul 9, 2017
Do you want to request a feature or report a bug?
feature/update
What is the current behavior?
Currently, only the following Node versions are allowed because of the
devEngines
value in thepackage.json
when executingnpm install
or any other script:"node": "4.x || 5.x || 6.x || 7.x"
.Error:
Current node version is not supported for development, expected "8.0.0" to satisfy "4.x || 5.x || 6.x || 7.x".
What is the expected behavior?
Unless there is a reason for not allowing version 8 yet, could we update this?
The text was updated successfully, but these errors were encountered: