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/core@13.0.3
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: organization@0.2.1
npm ERR! Found: @angular/core@13.0.3
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/reactive-forms@4.0.1
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
Is this a regression?
Yes
Description
Similar to #126 there appears to be an unexpected version configured in the package.json ie
Please provide the exception or error you saw
Do you want to create a pull request?
No