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
Trying to run vue-app after creating from template repo I am unable to run npm install with Node 17
I am able to resolve this by using NVS to switch to Node 16.
I'd suggest this project add an engines section to package.json to advice which Node versions the is compatible with so that people can use this with engine-strict modenpm config set engine-strict=true
Trying to run vue-app after creating from template repo I am unable to run
npm install
with Node 17I am able to resolve this by using NVS to switch to Node 16.
I'd suggest this project add an
engines
section to package.json to advice which Node versions the is compatible with so that people can use this withengine-strict
modenpm config set engine-strict=true
The text was updated successfully, but these errors were encountered: