lang/js/ InstallLatestNode
Provided you're ok with curl | sudo bash -
type stuff
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
Also see InstallNvm.
Provided you're ok with curl | sudo bash -
type stuff
curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - &&\
sudo apt-get install -y nodejs
Also see InstallNvm.