-
Notifications
You must be signed in to change notification settings - Fork 0
nvm install
phaledang edited this page Jun 4, 2024
·
5 revisions
sudo apt update
sudo apt install nodejs
node -v
sudo apt install npm
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
nvm install 18.17.1
nvm use 18.17.1
https://nodejs.org/en https://github.com/coreybutler/nvm-windows/releases
https://www.digitalocean.com/community/tutorials/how-to-install-node-js-on-ubuntu-22-04