Answers for "how do i update npm packages to latest version"

14

use npm to update packages to latest version

npm i -g npm-check-updates
ncu -u
npm install
Posted by: Guest on February-04-2020
1

how to update npm

npm install -g npm
Posted by: Guest on December-13-2020

Code answers related to "how do i update npm packages to latest version"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language