Answers for "how to update npm to the latest version using npm"

96

update npm

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

upgrade npm

npm i -g npm-upgrade
Posted by: Guest on May-21-2020

Code answers related to "how to update npm to the latest version using npm"

Browse Popular Code Answers by Language