Answers for "update node in terminal"

3

update node js version ubuntu

sudo npm cache clean -f
sudo npm install -g n
sudo n stable
Posted by: Guest on August-28-2020
0

linux command to update nodejs

wget https://nodejs.org/dist/v12.13.1/node-v12.13.1-linux-x64.tar.xz
Posted by: Guest on April-30-2021

Code answers related to "update node in terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language