Skip to content
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

Support Angular 13.0.3 #130

Closed
wSedlacek opened this issue Dec 2, 2021 · 0 comments
Closed

Support Angular 13.0.3 #130

wSedlacek opened this issue Dec 2, 2021 · 0 comments

Comments

@wSedlacek
Copy link

wSedlacek commented Dec 2, 2021

Is this a regression?

Yes

Description

Similar to #126 there appears to be an unexpected version configured in the package.json ie

    "@angular/core": "13.0.2"

Please provide the exception or error you saw

This version causes an error when installing with @angular/[email protected]

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR! 
npm ERR! While resolving: [email protected]
npm ERR! Found: @angular/[email protected]
npm ERR! node_modules/@angular/core
npm ERR!   @angular/core@"13.0.3" from the root project
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/core@"13.0.2" from @ngneat/[email protected]
npm ERR! node_modules/@ngneat/reactive-forms
npm ERR!   @ngneat/reactive-forms@"^4.0.1" from the root project
npm ERR! 
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR! 
npm ERR! See /Users/wsedlacek/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/wsedlacek/.npm/_logs/2021-12-02T07_14_36_959Z-debug.log

Do you want to create a pull request?

No

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant