Answers for "can you update dev dependencies with package.json"

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
0

package json replace to dev dependencies

npm install <module_name> --save-dev
Posted by: Guest on July-16-2021

Code answers related to "can you update dev dependencies with package.json"

Code answers related to "Javascript"

Browse Popular Code Answers by Language