Hi Ryan, I have this error when starting up the vaadin application<p

Hi Ryan, I have this error when starting up the vaadin application

 ✘ [ERROR]
 [plugin vite:dep-pre-bundle]
 Missing "./directives/clas
s-map" export in "lit" package

I also get a version mismatch earlier on from lit.

@vaadin/bundles has version mismatches with installed packages, V
aadin component dependency bundles are disabled.
2022-10-09 02:01:45.762 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  : Packages with version mismatches: [
2022-10-09 02:01:45.763 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  :  {
2022-10-09 02:01:45.763 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  :   "name": "lit",
2022-10-09 02:01:45.763 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  :   "bundledVersion": "2.3.0",
2022-10-09 02:01:45.763 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  :   "installedVersion": "2.4.0"
2022-10-09 02:01:45.764 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  :  }
2022-10-09 02:01:45.764 INFO 2830774 --- [v-server-output]
 c.v.b.devserver.DevServerOutputTracker  : ]


Nothing else works due to this error.

Please try the latest version: 3.1.2, Cheers.

Is there any compile errors on your project?

Are you using maven? Have you clean your project? The lit bundle should be 2.3.0 now.

I was also having this issue. For me it appears to have ended up being a weird caching issue and not anything with the component. For your conveniences here a link to the issue ticket I created in github which includes what I tried and what ultimately worked: https://github.com/wontlost-ltd/vaadin-litelement-ckeditor/issues/34 Hopefully it helps someone if they encounter it.

Hey Ryan,

That worked!

Thanks for the update.