Answers for "npm --save-dev update"

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
3

npm update specific package

npm update browser-sync
-------
yarn upgrade browser-sync
Posted by: Guest on January-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language