ngneat / elf-ng-router-store

Bindings to connect Angular router to Elf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM install for Angular 12 fails

shaka-b opened this issue · comments

Is this a regression?

No

Description

I cannot install this package for any Angular 12 project with the following command: npm install @ngneat/elf-ng-router-store@1.0.2

It works for on Angular 13 though.

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: online-reporting-board@0.0.0
npm ERR! Found: @angular/common@12.0.4
npm ERR! node_modules/@angular/common
npm ERR!   @angular/common@"12.0.4" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@"^13.0.0" from @ngneat/elf-ng-router-store@1.0.2
npm ERR! node_modules/@ngneat/elf-ng-router-store
npm ERR!   @ngneat/elf-ng-router-store@"^1.0.2" 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.

Please provide the environment you discovered this bug in

Angular 12.0.4
Typescript 4.2.4
rxjs 6.6.2
@ngneat/elf-ng-router-store 1.0.2

Anything else?

No response

Do you want to create a pull request?

No

check peer dependencies, please

Got it, thank you!