Skip to content

Instantly share code, notes, and snippets.

@AnythingLinux
Last active October 4, 2023 21:30
Show Gist options
  • Select an option

  • Save AnythingLinux/41f5d20eb9a3abb96f1f9cab47caf14e to your computer and use it in GitHub Desktop.

Select an option

Save AnythingLinux/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
@AnythingLinux
Copy link
Copy Markdown
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