Answers for "how to update the npm"

77

update npm

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

npm update syntax

npm update -g <package_name>
Posted by: Guest on March-15-2020
1

npm update syntax

npm update -g
Posted by: Guest on March-15-2020
-2

update latest version of npm

npm install -g npm@next
Posted by: Guest on May-07-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language