Skip to content

Instantly share code, notes, and snippets.

@supasympa
Created May 18, 2019 14:25
Show Gist options
  • Save supasympa/d5ca1511ba95014ef5de5321a4738fd3 to your computer and use it in GitHub Desktop.
Save supasympa/d5ca1511ba95014ef5de5321a4738fd3 to your computer and use it in GitHub Desktop.
useful NVM commands to install default node and npm
nvm ls-remote
nvm install 10.15.3
nvm alias LTS v10.15.3
nvm default LTS
nvm alias default 10.15.3
nvm use 10.15.3
npx npm -g install npm@latest
npm -v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment