Skip to content

This dependency was not found #29

@CodeSmolder

Description

@CodeSmolder

Hi,

I have tried to install vue-mermaid in combination with vue.js 2.6.11.

Following the readme I have used

npm install --save vue-mermaid

and then I added the following lines to my main.js file:
import VueMermaid from "vue-mermaid";
Vue.use(VueMermaid);

When I am starting vue with

npm run serve

it results in the following error message:

ERROR Failed to compile with 1 error 18:36:34

This dependency was not found:

* vue-mermaid in ./src/main.js

To install it, you can run: npm install --save vue-mermaid

Can anybody help?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions