Answers for "npm update all dev dependencies"

1

how to update dev dependencies npm

npm update --save-dev

// Alternatively, the same command to save time
npm update -D
Posted by: Guest on March-20-2020
-1

how to update all node libraries

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

Code answers related to "npm update all dev dependencies"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language