Skip to content

Instantly share code, notes, and snippets.

@UbuntuEvangelist
Last active October 4, 2023 21:30
Show Gist options
  • Save UbuntuEvangelist/41f5d20eb9a3abb96f1f9cab47caf14e to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/41f5d20eb9a3abb96f1f9cab47caf14e to your computer and use it in GitHub Desktop.
Node.js Install Ubuntu Linux
#!/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
@UbuntuEvangelist
Copy link
Author

Screenshot from 2021-07-28 23-21-11

@UbuntuEvangelist
Copy link
Author

Screenshot from 2023-10-05 03-28-06

@UbuntuEvangelist
Copy link
Author

Screenshot from 2023-10-05 03-30-02

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment