-
Notifications
You must be signed in to change notification settings - Fork 26.2k
Yarn fails to build Angular with recent Node.js versions #53334
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
This is due to TypeStrong/ts-node#2094. The Angular repo has an |
Thanks, I didn't know about I followed the instructions from Building and Testing Angular which says:
The It would be nice to mention this |
I had forgotten about the engines range in package.json. The |
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. |
Resolve angular#53334 PR Close angular#53581
Resolve angular#53334 PR Close angular#53581
Resolve angular#53334 PR Close angular#53581
Resolve angular#53334 PR Close angular#53581
Which @angular/* package(s) are the source of the bug?
core
Is this a regression?
Yes
Description
Node.js v18.18.2 successfully builds but v18.19.0 and v20.9.0 both fail with the same error message.
To replicate the issue, run the following commands:
gh repo clone johnnygerard/angular cd angular yarn install yarn build
Note that the Yarn build was done on my fork of Angular which is synced.
Last commit: acd6100
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Please provide the environment you discovered this bug in (run
ng version
)Anything else?
No response
The text was updated successfully, but these errors were encountered: