Showing posts with label ngcc not found. Show all posts
Showing posts with label ngcc not found. Show all posts

Wednesday, December 28, 2022

ngcc not found, @angular/cli is already installed

If you get the error ngcc not found but you have already installed all required angular packages.

To solve the issue, run command

npm install @angular/compiler-cli --save