-
Notifications
You must be signed in to change notification settings - Fork 12k
Uncaught Error: Cannot find module "./$$_gendir/app/app.module.ngfactory" #4294
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
Can you share a repository showing a sample project with this error? That is, create a new Angular CLI project, and then try to reproduce the error? Thanks. |
Having same issue here.
This is happening only when serving dist folder content generated with I finally managed to resolve it by deleting every single test file in my application folder. I was working under the assumption that angular-cli would exclude these files by default but it seems it's not the case with my current setup (using [email protected]). |
Closing as there was no reproducion given by original author. @annvnzndrvn you're using a pretty old version, I recommend updating. |
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. |
Compiling an app with angular-cli with
I end up the the following error in the browser
the code causing the error is:
Versions
MacOS 10.12.2
angular-cli: 1.0.0-beta.21
node: 6.9.1
os: darwin x64
Any idea what may be the origin of the error?
The text was updated successfully, but these errors were encountered: