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
{{ message }}
This repository has been archived by the owner on Jan 16, 2021. It is now read-only.
We are already checking in engines within the package.json the right version of npm and node.js. Plus nvm is not smart enough and every time a script runs nvm set the right version and is slowing down every npm script.
The text was updated successfully, but these errors were encountered:
I believe they serve different purpose, but sure we could use just engine: engine defines the minimum version the thing needs to run on
while .nvmrc defines the node version you want the thing to run on
We are already checking in
engines
within thepackage.json
the right version of npm and node.js. Plus nvm is not smart enough and every time a script runs nvm set the right version and is slowing down every npm script.The text was updated successfully, but these errors were encountered: