Answers for "how to upgrade the npm version"

95

update npm

// update npm//
npm install -g npm@latest
Posted by: Guest on January-11-2021
1

update npm

npm install -g npm@latest
#may require the use of sudo depending on your distro
sudo npm install -g npm@latest
Posted by: Guest on August-10-2021

Code answers related to "how to upgrade the npm version"

Browse Popular Code Answers by Language