Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot find module @angular-devkit/core #8

Open
enigma1 opened this issue Mar 21, 2018 · 2 comments
Open

Cannot find module @angular-devkit/core #8

enigma1 opened this issue Mar 21, 2018 · 2 comments

Comments

@enigma1
Copy link

enigma1 commented Mar 21, 2018

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.

@didinj
Copy link
Owner

didinj commented Mar 21, 2018

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.

@mleziva
Copy link

mleziva commented May 22, 2019

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: angular/angular-cli#9307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants