You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
When running npm install @ngneat/hotkeys@^1.2.0 in Angular 13 project I get an error
Could not resolve dependency:
npm ERR! peer tslib@"^1.10.0" from @ngneat/hotkeys@1.2.0
Expected behavior
hotkeys version 1.2.0 should install without any issues (claims Angular 13 compatibility).
Minimal reproduction of the problem with instructions
Typescript 3.9 is used since Angular 10 which requires tslib 2.x
What is the motivation / use case for changing the behavior?
I need hotkey support in my Angular 13 project
Environment
Angular 13.3.0
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When running npm install @ngneat/hotkeys@^1.2.0 in Angular 13 project I get an error
Could not resolve dependency:
npm ERR! peer tslib@"^1.10.0" from @ngneat/hotkeys@1.2.0
Expected behavior
hotkeys version 1.2.0 should install without any issues (claims Angular 13 compatibility).
Minimal reproduction of the problem with instructions
Typescript 3.9 is used since Angular 10 which requires tslib 2.x
What is the motivation / use case for changing the behavior?
I need hotkey support in my Angular 13 project
Environment
Angular 13.3.0
The text was updated successfully, but these errors were encountered: