Created
May 18, 2019 14:25
-
-
Save supasympa/d5ca1511ba95014ef5de5321a4738fd3 to your computer and use it in GitHub Desktop.
useful NVM commands to install default node and npm
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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