Last active
October 4, 2023 21:30
-
-
Save UbuntuEvangelist/41f5d20eb9a3abb96f1f9cab47caf14e to your computer and use it in GitHub Desktop.
Node.js Install Ubuntu Linux
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
#!/bin/sh | |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash | |
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | bash | |
source ~/.bashrc | |
command -v nvm | |
nvm install 18 | |
nvm use 18 | |
node -v | |
Author
UbuntuEvangelist
commented
Jul 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment