Last active
March 11, 2024 16:34
-
-
Save arnoldc/966e5ec14082036eb73a6441fe44999c to your computer and use it in GitHub Desktop.
[node] node tips
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
| USING NVM | |
| nvm install <version) | |
| - e.g nvm install 16 | |
| nvm list | |
| - list all node versions | |
| nvm use <verison> | |
| - use specific node version | |
| nvm alias default <version> | |
| - set default node version for all terminals |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment