Answers for "angular update all packages"

4

ng update @angular/core @angular/cli

npm uninstall -g angular-cli
npm install -g @angular/cli@latest
Posted by: Guest on April-28-2020
-1

how to update all node libraries

npm install -g npm-check-updates
Posted by: Guest on April-11-2020
0

ng update @angular/core @angular/cli

rm -rf node_modules
npm uninstall --save-dev angular-cli
npm install --save-dev @angular/cli@latest
npm install
Posted by: Guest on April-28-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language