Answers for "how do i update my npm version?"

95

update npm

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

update npm

// update node package manager
npm install -g npm@latest
// -g = global
// npm@latest = latest version
Posted by: Guest on January-26-2021

Code answers related to "how do i update my npm version?"

Browse Popular Code Answers by Language