vue-mermaid icon indicating copy to clipboard operation
vue-mermaid copied to clipboard

The dependency was not found

Open ayoubgm opened this issue 3 years ago • 2 comments

Hello, I've try to use vue-mermaid component, I have tried to install vue-mermaid in combination with vue.js 2.6.12.

Following the readme I have used: npm install --save vue-mermaid

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

i getting an error on terminal: ERROR Failed to compile with 1 error 4:16:04 PM This dependency was not found: * vue-mermaid in ./node_modules/cache-loader/dist/cjs.js??ref--13-0!./node_modules/babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--1-0!./node_modules/vue-loader/lib??vue-loader-options!./src/views/flow-design/WebFlowDesign.vue?vue&type=script&lang=js& To install it, you can run: npm install --save vue-mermaid Error from chokidar (C:\node_modules): Error: EBUSY: resource busy or locked, lstat 'C:\DumpStack.log.tmp'

Help please.`

ayoubgm avatar Dec 05 '21 15:12 ayoubgm

Duplicate: https://github.com/robin1liu/vue-mermaid/issues/29. There is working solution.

mrzygood avatar Jul 13 '22 12:07 mrzygood

maybe lost this file upload to npm "rollup.config.js"

nmkyy avatar Dec 30 '22 01:12 nmkyy