-
Notifications
You must be signed in to change notification settings - Fork 478
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
ZoneAwareError: Error: Cannot find module "./ngfactory/app/app.module.ngfactory" #9
Comments
npm install enhanced-resolve --save-dev resolved the issue. |
Having the same issue but this did not solve the problem. I even contacted the support at [email protected] a few days ago but it seems they are not currently active judging from the recent slack threads. |
I had the same issue with 50-modules. I did the following to solve the problem: After running So i bumped version 0.9.35 -> 0.9.39 for |
I'm having the same issue with 47-route-tracing. Tried both suggestions on this thread without luck ☹ |
@ezequieltejada I did what @grobin89 posted and it worked. You have to bump the @types/core-js versions on the package and lock-package json |
Hi! I also have the same problem on 47-route-tracing. I've tried both solutions, nothing seems to work. Does anyone has any other idea? |
Neither of these solutions worked for me. Finally I managed to make it work:
|
Hello, none of the solutions worked for me. This closed issue raises the same problem. If you check the comment of "kasparsuvi1 commented on 8 Jan 2018", he even pointed out the specific folders with the issue. |
Hi, I had the same issue with the project #49. I updated it to the latest version of Angular and also got rid off the webpack.config.js |
I started to get this error starting from chapter 56-lazy-loading
I just installed dependencies and run npm run start
Error that occurs on runtime was
There is no app.module.ngfactory.ts created as well.
Thanks
The text was updated successfully, but these errors were encountered: