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
/USE=<nvm_version> should call nvm install <nvm_version> and nvm use <nvm_version>.
/INSTALL=<nvm_version> should just call nvm install <nvm_version> and NOT nvm use.
Should potentially allow passing /INSTALL multiple times or checking whether the values passed in are an array to support installing multiple versions during install.
The text was updated successfully, but these errors were encountered:
/USE=<nvm_version> should call
nvm install <nvm_version>
andnvm use <nvm_version>
./INSTALL=<nvm_version> should just call
nvm install <nvm_version>
and NOTnvm use
.Should potentially allow passing /INSTALL multiple times or checking whether the values passed in are an array to support installing multiple versions during install.
The text was updated successfully, but these errors were encountered: