Your cart is currently empty!
Ubuntu: Install Nodejs
Add the repository
Shell
x
5
1
curl -sL https://deb.nodesource.com/setup_current.x | sudo bash -
2
curl -sL https://deb.nodesource.com/setup_lts.x | sudo bash -
3
curl -sL https://deb.nodesource.com/setup_18.x | sudo bash -
4
curl -sL https://deb.nodesource.com/setup_16.x | sudo bash -
5
curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -
You can check the full list here https://github.com/nodesource/distributions/tree/master/deb
Install Nodejs
Shell
1
1
1
apt install nodejs
Leave a Reply