Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Thanks for the guide :-)
One small issue, the installer script reads:
sudo bash node_setup.sh
where is should read:
sudo bash nodesource_setup.sh
Take care, Tim
You can also use nave to install node:
curl https://raw.githubusercontent.com/isaacs/nave/master/nave.sh | sudo bash -s -- usemain latest
You can rerun the command to update node at any time.
Didnt this works (n is one of node version manager?
[sudo] npm install -g n
[sudo] n latest
Maybe nvm can be installed via npm also. Npm can be installed via any stable node build from standard package sources.
Following all the steps gets me a 403 on apt-get install nodejs, no matter which method.
403 Forbidden [192.241.164.26 80]
Failed to fetch http://mirrors.digitalocean.com/ubuntu/pool/universe/r/rlwrap/rlwrap_0.37-5_amd64.deb
This comment has been deleted
Is there a way to install an OLDER version (0.10) of nodejs on Ubuntu 16?
if i make one of the versions default then i will get error messages if i remove those versions.
so in my case, i set default to the stable version (instead of a specific version) by:
nvm alias default stable