-
Notifications
You must be signed in to change notification settings - Fork 12k
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 './applySourceMap' on ng serve or ng build #16493
Comments
Seems like. You didn't import applySourceMap module into App Module |
Hi @blakeghowe, this might be caused by a package manger hosting issue. I am seeing also a number of package versions which are not aligned. Can you update your |
@alan-agius4 Having same issue here. I updated the cli to 8.3.21, still having the issue |
Can you run |
Hi @alan-agius4 , |
You may have a corrupted install. The JavaScript file in question ( Can you check whether the file |
Thanks, @clydin, |
Glad to hear it's sorted, I'll close the issue then. |
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. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Unsure
Description
If I use ng serve or ng build, I get the following error message:
An unhandled exception occurred: Cannot find module './applySourceMap' See "C:\Users\[USER]\AppData\Local\Temp\ng-aEMkei\angular-errors.log" for further details.
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
The text was updated successfully, but these errors were encountered: