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

Unmet dependencies with @vue2vis/network #90

Open
ntma opened this issue Oct 11, 2021 · 2 comments
Open

Unmet dependencies with @vue2vis/network #90

ntma opened this issue Oct 11, 2021 · 2 comments

Comments

@ntma
Copy link

ntma commented Oct 11, 2021

Hi vue2vis team,

I am following this README to setup a NuxtJs project with @vue2vis/network. However I am getting the following unmet dependencies:

  • @egjs/hammerjs;
  • keycharm;
  • uuid;
  • vis-util/esnext/esm/vis-util.js;

Am I missing some step?

Reproduction

Install @vue2vis/network with:

yarn add @vue2vis/network vis-data moment

And create the following NuxtJs plugin to import the component:

import Vue from "vue";
import Network from "@vue2vis/network";

Vue.component("network", Network);

CodeSandbox example here:

Build Output

Here is the output of the dependencies not satisfied:

ERROR  Failed to compile with 4 errors               friendly-errors 09:39:41

These dependencies were not found:                    friendly-errors 09:39:41
                                                      friendly-errors 09:39:41
* @egjs/hammerjs in ./node_modules/vis-network/esnext/esm/vis-network.js
* keycharm in ./node_modules/vis-network/esnext/esm/vis-network.js
* uuid in ./node_modules/vis-network/esnext/esm/vis-network.js
* vis-util/esnext/esm/vis-util.js in ./node_modules/vis-network/esnext/esm/vis-network.js
                                                      friendly-errors 09:39:41
To install them, you can run: npm install --save @egjs/hammerjs keycharm uuid vis-util/esnext/esm/vis-util.js
@Surt
Copy link

Surt commented Jan 19, 2022

Same problem for me with Timeline.

@MarceloNG
Copy link

Same problem.

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

3 participants