brtnshrdr / angular2-hotkeys

Keyboard shortcuts for Angular 2 apps
MIT License
203 stars 95 forks source link

Angular 13.1.1 compilation error with mousestrap #154

Closed WillooWisp closed 2 years ago

WillooWisp commented 2 years ago

Error: node_modules/angular2-hotkeys/lib/hotkeys.service.d.ts:4:10 - error TS2305: Module '"mousetrap"' has no exported member 'MousetrapInstance'.

4 import { MousetrapInstance } from 'mousetrap';

WillooWisp commented 2 years ago

The dependency resolution of mousetrap did not seem to get correct without explicitly adding to package.json

"resolutions": {
  "@types/mousetrap": "1.6.9"
}
Coffee-Tea commented 2 years ago

what version of angular2-hotkeys are you using?

Coffee-Tea commented 2 years ago

I've just published v13.0.1 to npm Could u please try it out and let me know if that works for you? Thanks!