-
Notifications
You must be signed in to change notification settings - Fork 11
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
Deploy Angular 17 SSR / SSG fails #93
Comments
Have the same problem |
Hey folks! Sorry for not reacting earlier on this. It seems to me that this is related to angular/angular-cli#26648, and a bug in the Angular build process that's triggered by Node.js 18.19.0. To work around this, you can either upgrade your version of Angular, or switch your site to use Node.js 20: https://docs.netlify.com/configure-builds/manage-dependencies/#node-js-and-javascript |
I've tested this locally and this workaround worked for me, so i'll go ahead and close this issue. If the workarounds mentioned don't solve the issue, please leave another comment and i'll dig deeper! |
Describe the bug
Hi there I generated a new Angular 17 application with the following command:
I followed the instructions from this blog post: https://www.netlify.com/blog/deploy-your-angular-v17-apps-to-netlify/. Unfortunately I got the following error during deployment.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
We deploy a Angular application with SSR and SSG (hypbrid)
Versions
The text was updated successfully, but these errors were encountered: