mean-stack-angular5-crud icon indicating copy to clipboard operation
mean-stack-angular5-crud copied to clipboard

Cannot find module @angular-devkit/core

Open enigma1 opened this issue 7 years ago • 2 comments

Can you explain why doing npm install doesn't take care for the angular-cli issues and I have to manually mangle with the installation process? Especially on a mean seed repo.

enigma1 avatar Mar 21 '18 11:03 enigma1

This error related to Angular-CLI, you can send them an issue. It's come with latest Angular-CLI and Angular 5 and not happening on the first version of Angular-CLI 1.5 and Angular 5.

didinj avatar Mar 21 '18 12:03 didinj

Try this:

  1. npm update -g @angular/cli
  2. editing my package.json changing the line: "@angular/cli": "1.6.0", to "@angular/cli": "^1.6.0",
  3. npm update

Credit to: https://github.com/angular/angular-cli/issues/9307

mleziva avatar May 22 '19 15:05 mleziva