Error: Cannot find module '@angular/compiler-cli'

1.3k views Asked by At

I am trying to run a MEAN project. When I run the following command in cmd: ng build --watch

I get the following error:

cannot find module '@angular/compiler/cli'

Here is some extra info: angular cli version

0

There are 0 answers