Answers for "find used npm packages in code and clean"

0

npm clean reinstall

"build": "npm build",
"clean": "rm -rf node_modules", 
"reinstall": "npm run clean && npm install"
Posted by: Guest on September-01-2021
1

npm clean

npm ci
Posted by: Guest on November-09-2020

Browse Popular Code Answers by Language