Answers for "update npm version ubuntu"

8

update npm version ubuntu

sudo npm install npm@latest -g
Posted by: Guest on May-23-2021
-1

npm inatall latest version ubuntu

// update latest version NPM
sudo npm install -g npm@latest

//update to next version NPM
sudo npm install -g npm@next
Posted by: Guest on November-29-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language