Hello everyone!
I have studied in detail the posts Angular 10+ @bokeh/bokehjs not compiling (or with webpack) and Angular 14 + @bokeh/bokehjs@3 related to installing bokeh for angular, but when compiling the project I get an error:
Error: node_modules/@bokeh/bokehjs/build/js/lib/models/tools/gestures/wheel_zoom_tool.d.ts:5:36 - error TS2307: Cannot find module 'core/kinds' or its corresponding type declarations.
5 declare const ZoomTogether: import("core/kinds").Kinds.Enum<"none" | "all" | "cross">;
Does anyone have any ideas on what may be going on wrong?
I use environment:
Angular CLI: 15.2.9
Node: 18.16.0
Package Manager: npm 9.5.1
Any help could be greatly appreciated.
Thanks!