Answers for "npm update package devdependencies"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language