Answers for "how to update all nodejs package"

3

update all npm

# to install
npm install -g npm-check-updates

# to use
npx npm-check-updates -u
npm install
Posted by: Guest on December-25-2021
-1

how to update all node libraries

npm install -g npm-check-updates
Posted by: Guest on April-11-2020

Code answers related to "how to update all nodejs package"

Browse Popular Code Answers by Language