Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vaadin charts flow 9.0.0 in Vaadin 14 #557

Closed
jcgueriaud1 opened this issue Jan 8, 2021 · 1 comment
Closed

Vaadin charts flow 9.0.0 in Vaadin 14 #557

jcgueriaud1 opened this issue Jan 8, 2021 · 1 comment

Comments

@jcgueriaud1
Copy link

Hi,

I'm trying to use Vaadin charts flow 9.0.0 in a Vaadin 14.4.5 project.
If I'm using npm then the vaadin-chart web component is 7.0.0.
If I'm using pnpm then the vaadin-chart web component is 6.3.0.

I've noticed few things:

  • package.json seems to be the same and contains: “@vaadin/vaadin-charts”: “7.0.0" (Good)

  • package-lock.json contains:
    "@vaadin/vaadin-charts": {
    "version": "7.0.0",
    But also this:
    "@vaadin/vaadin-shrinkwrap": {
    "version": "14.4.5",
    ......
    "@vaadin/vaadin-charts": "^6.3.1",

  • pnpm-lock.yaml contains:

  • '@vaadin/vaadin-charts': 6.3.1
    and no 7.0.0.

Is there a solution for this?

Here is the screenshots.
vaadin14-charts-9_0_0
vaadin14-charts_9_0_0_pnpm

And the 2 projects (npm and pnpm, only node_modules/target are removed). It's based on jetty but I have the same problem with spring-boot.

With npm:
charts-9-v14-npm.zip
With pnpm:
charts-9-v14-pnpm.zip

@tulioag
Copy link
Contributor

tulioag commented Jan 12, 2021

This is not charts specific. Closing in favour of vaadin/flow#9793.

@tulioag tulioag closed this as completed Jan 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants