-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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
Labels
No labels