Hello Gerrit!
Using 1.4.6 (by the way: great tool) I am getting following error:
ERROR in …/target/flow-frontend/js/tooltip/tooltips.js
Module not found: Error: Can’t resolve ‘tippy.js/dist/tippy-bundle.esm’ in ‘/Users/thomas/TRICEPT/GIT/my-server/source/BUSINESS_APP/target/flow-frontend/js/tooltip’
@ …/target/flow-frontend/js/tooltip/tooltips.js 1:0-51 62:4-9
@ …/target/frontend/generated-flow-imports.js
@ ./index.ts
I am using Vaadin 15.0.3.
1.4.4 is working very good.
Can you help me?
Thank you very much,
Thomas
nrap
(Nick Rapellas)
2
Same problem here in 14.1.23 version.
[webpack]
ERROR dev-webpack - e[38;5;196mERROR in …/node_modules/@vaadin/flow-frontend/js/tooltip/tooltips.jse[0m
[webpack]
ERROR dev-webpack - e[38;5;196mModule not found: Error: Can’t resolve ‘tippy.js/dist/tippy-bundle.esm’ in 'C:\xxx\node_modules@vaadin\flow-frontend\js\tooltip’e[0m
[webpack]
ERROR dev-webpack - e[38;5;196m @ …/node_modules/@vaadin/flow-frontend/js/tooltip/tooltips.js 3:0-51 92:6-11e[0m
[webpack]
ERROR dev-webpack - e[38;5;196m @ …/target/frontend/generated-flow-imports.jse[0m
[webpack]
ERROR dev-webpack - e[38;5;196me[0m
[webpack]
ERROR dev-webpack - e[38;5;196mERROR in …/node_modules/@vaadin/flow-frontend/js/tooltip/tooltips.jse[0m
[webpack]
ERROR dev-webpack - e[38;5;196mModule not found: Error: Can’t resolve ‘tippy.js/dist/tippy-bundle.esm’ in 'C:\xxx\node_modules@vaadin\flow-frontend\js\tooltip’e[0m
[webpack]
ERROR dev-webpack - e[38;5;196m @ …/node_modules/@vaadin/flow-frontend/js/tooltip/tooltips.js 1:0-51 54:6-11e[0m
[webpack]
ERROR dev-webpack - e[38;5;196m @ …/target/frontend/generated-flow-imports.jse[0m
[webpack]
ERROR dev-webpack - e[38;5;196mi ?wdm?: Failed to compile.e[0m
Any thoughts?
Gerrit14
(Gerrit Sedlaczek)
3
Im sorry to hear there are issues.
I temporarily had the same issue and resolved it by removing the target
and node_modules
directory.
Best Regards
Gerrit
Hello Gerrit!
Not the right solution for me. I deleted target - same problem.
Best Regards Thomas
Gerrit14
(Gerrit Sedlaczek)
5
Hello Thomas
I can reproduce the issue when building exclusively on the command line.
Im gonna take a look at it sometime this week.
Best Regards
Gerrit
Gerrit14
(Gerrit Sedlaczek)
6
Hello Thomas
the issue should be resolved in 1.4.7.
If that should not be the case I would ask you to reopen [this ticket]
(https://gitlab.com/gsedlacz/tooltips4vaadin/-/issues/23).
Best Regards
Gerrit
Hello Gerrit!
Very good ;-) It’s working.
Thank you very much for your help
Thomas
nrap
(Nick Rapellas)
8
Verified working as well!! :)
Thanks Gerrit!!