Created
November 4, 2023 16:22
-
-
Save Danendra10/846d93d7eca492908e0fcbebfa6c3dff to your computer and use it in GitHub Desktop.
Installing NPM and Node with NVM (just need to copy)
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
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash | |
source ~/.bashrc | |
nvm list-remote | |
nvm install v18.12.1 | |
nvm install lts/hydrogen | |
nvm use v18.12.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment