Answers for "update dev dependecies npm"

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

Browse Popular Code Answers by Language