-
Notifications
You must be signed in to change notification settings - Fork 2
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
Angular app suddenly throws error while building #2
Comments
Same here, but with a Laravel project |
Same reason with #3. The |
Same issue we got, and after a little research, we found the temporary solution is adding below line in package.json. |
I unpublished the broken version. Please rerun your package manager to pick up the previous |
3 (!) stars on GitHub, but 50 million weekly downloads 🤯 And people angrily requesting this to be "fixed ASAP" – another prime example of https://xkcd.com/2347/. |
Hey there,
all of the sudden my Angular 19 builds started failing this morning (after running npm up).
Apparently gen-mapping 0.3.5 works, while 0.3.6 throws this error while running
ng build -c production
.Any ideas?
Thanks!
Edit: I used
npm i @jridgewell/[email protected]
as a quick workaround to be able to compile for now.The text was updated successfully, but these errors were encountered: