Reputation: 1
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
Upvotes: 0
Views: 1299