Answers for "updating to the latest version of nodejs on debian"

0

update node version debian

sudo npm cache clean -f
sudo npm install -g n
curl -sL https://deb.nodesource.com/setup_current.x | sudo bash -
sudo apt-get install nodejs
Posted by: Guest on February-16-2021

Code answers related to "updating to the latest version of nodejs on debian"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language