-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
ng add is failing again #1848
Comments
I can indeed reproduce locally with ng 14.2, but strangely enough the CI will pass all tests with ng 14, 15 and node 16, 18. I am not quite sure where to go from there, so any help would be appreciated... |
I would downgrade the node version to 16. node 18 support starts with Angular 15. |
I have moved on to Angular 15 and Node 19.1.0. I can't downgrade my node at all. I have a lot of packages installed globally on my desktop, and my automated scripts assume there will only be one version installed in nvm. My own code also assumes Node is always the latest and will freely depend on latest API. Basically if I touch the version I might not even be able to log in anymore, similar to last time I changed my version of rust and I narrowed down the reproduction to just Publishing
Other packages do not include |
Then it seems it is related to #1852 @kamilkisiela can you share something on why sources were included in the latest release ? was it a mistake ? |
Solved in 4.2.0 |
Describe the bug
ng add apollo-angular
crashes even on a new project.This seems to be a regression in v4 after #1760 fixed it in v3. No, this is Angular 14 so it's not the Angular 15 issue.
To Reproduce
Steps to reproduce the behavior:
ng new test123
cd test123
ng add apollo-angular
Expected behavior
It should finish without printing errors.
None of the other things I've added to other projects using
ng add
have crashed with this setup.Environment:
The text was updated successfully, but these errors were encountered: