worktile / ngx-gantt

A modern and powerful gantt chart component for Angular
http://gantt.ngnice.com
MIT License
237 stars 67 forks source link

Error: Cannot resolve type entity i6.ThyHotkeyModule to symbol #467

Open tiny-flame opened 3 months ago

tiny-flame commented 3 months ago

使用npm i 的时候会报包冲突,用了yarm安装后 在npm run start 会报如下错误

不是很会ag烦请大佬看一下

Build at: 2024-05-16T14:18:21.392Z - Hash: 3e3127b8c20dd37c - Time: 5664ms

./example/src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity i6.ThyHotkeyModule to symbol

./example/src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity i6.ThyHotkeyModule to symbol

tiny-flame commented 3 months ago

切到ag16

./example/src/main.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity i15.ThyHotkeyModule to symbol

./example/src/polyfills.ts - Error: Module build failed (from ./node_modules/@ngtools/webpack/src/ivy/index.js): Error: Cannot resolve type entity i15.ThyHotkeyModule to symbol

tiny-flame commented 3 months ago

已解决 解决包版本冲突即可

"eslint-plugin-rxjs": "^5.0.2" ==> "eslint-plugin-rxjs": "^5.0.3" "ngx-tethys": "^16.1.14" ==> "ngx-tethys": "^17.0.6"