Answers for "Cannot find module '@angular/compiler-cli'"

0

Cannot find module '@angular/compiler-cli'

npm i --save-dev @angular/compiler-cli
Posted by: Guest on October-06-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 "Cannot find module '@angular/compiler-cli'"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language