Multiple npm versions for @vaadin/polymer-legacy-adapter found

I’m seeing the following warning:

Multiple npm versions for @vaadin/polymer-legacy-adapter found: [24.3.2, 24.7.6]. First version found ‘24.3.2’ will be considered.

I know that cause for this is the ApexCharts Add-on.

What I’m trying to understand is:
Will this version mismatch cause any issues, or is it safe to ignore?

Yes. Just exclude the vaadin-core dependency of the addon

Excluding vaadin-core from the add-on dependency didn’t make any difference.
Also, when you say “yes”—do you mean I might encounter issues because of this? Could you clarify?

Yes it could all kind of runtime problems if the wrong dependency is fetched and used. Are you really sure you excluded it? If it is not working, you might wanna create an issue at the add-on’s repository to let the author know.

Turns out I was looking at the wrong addon it was from Grid Helpers (Flowing Code).

Also excluding doesn’t help, I’ll just open an issue for now.