-
Notifications
You must be signed in to change notification settings - Fork 12k
Error: Cannot find module '@angular-devkit/core' - after clean install #9307
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
Comments
I struggled with the same problem just a minute ago. My project was generated using the v 1.6.0 of angular-cli.
|
gosh thank you @LarsMengel :D That did it. |
I have the same issue with version 1.6.4. @LarsMengle this works because latest patch version is used 1.6.5. My problem is that 1.6.5 increased the prod build from 9minutes to 30 minutes |
Thanks @LarsMengel , I am struggling from last 2 days. Now the issue resolved!! |
The same with my 1.5.2 version. |
I just started learning Angular a few days ago and this came up for the first time just now. Thanks @LarsMengel ! |
Thank you @LarsMengel! Just ran into the same thing with 1.6.4. Solution worked like a charm. |
I am using angular 1.6.5 for cli. In my package.json I change original: "@angular/cli": "1.5.0", new: "@angular/cli": "^1.5.0", What does the "^" do exactly? |
@jadeite100: Check out this link. Excerpt:
|
Thank you @LarsMengel. |
@LarsMengel. Thanks alot, Its works for me.. |
@LarsMengel thank you very much. Was stuck few hours this morning trying to do this with VSTS |
Was this issue from yesterday onwards because we do see that this error is poping up suddenly from today? |
Seems so. I suspect for some reasons "angular-devkit/core" hasn´t been downloaded during the "ng new" process. Updating all the packages did the trick. Would be interesting to know the reason. |
Yes for us just updating @angular/cli did the trick |
Solved by updating to 1.6.5 |
Does anybody have the link to download the code for the book? |
Dude, I just wanted to thank you. I faced this similar error using CLI version 1.6.4, but using your instructions and updating to CLI 1.6.5, the error was gone and I got successful compilation. Thank you, sir! |
Thanks @LarsMengel that solution worked out for me. 👍 |
thanks @LarsMengel had same problem and that fixed it. |
Error: Cannot find module '@angular-devkit/core' - after clean install; angular/angular-cli#9307
Only need run 👍 : |
@tienthanhjlw solution fixed the issue, I am using CLI 1.6.4 |
@tienthanhjlw fixed for me too, I am using v1.6.3 |
@tienthanhjlw yes that worked too! |
@tienthanhjlw Thanks, it worked for me! |
Thank you @LarsMengel. It worked for me |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Versions
Repro steps
Observed behavior
After that I've got this ->
After all I came here but when I wanted to use
ng --version
in this path I've got same error like that what is up and I had to go cd .. and then useng -v
Desired behavior
I wanted to see local server
Mention any other details that might be useful (optional)
Windows 10
The text was updated successfully, but these errors were encountered: