Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Next »

Ubuntu

sudo apt-get install curl
curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash -
sudo apt-get install nodejs
sudo npm i n -g

NVM remove

rm -rf ~/.nvm
remove any nvm lines from ~/.bash_profile (and/or ~/.profile),

  • No labels