Answers for "The "@angular/compiler-cli" package was not properly installed."

0

The "@angular/compiler-cli" package was not properly installed.

npm install -g @angular/cli@latest
npm install
ng serve
Posted by: Guest on July-16-2020
0

The "@angular/compiler-cli" package was not properly installed.

rm -rf node_modules dist
npm uninstall -g @angular/cli
npm cache clean
Posted by: Guest on July-16-2020

Code answers related to "The "@angular/compiler-cli" package was not properly installed."

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language