ulivz / vuepress-plugin-flowchart

Rapid flowchart development plugin for vuepress
https://vuepress-plugin-flowchart.vercel.app/
94 stars 14 forks source link

Problems importing flowchart.js #14

Open nriesco opened 4 years ago

nriesco commented 4 years ago

I tried to add vuepress-plugin-flowchart to my project but had issues.

First It failed to compile because I needed some dependencies, so I started adding them manually. Finally it worked but when trying to load a page that includes a flowchart I'll get an error: Module not found: Error: Can't resolve 'flowchart.js' here https://github.com/ulivz/vuepress-plugin-flowchart/blob/master/lib/FlowChart.vue#L56

The problem is that flowchart.js is already a dependency https://github.com/ulivz/vuepress-plugin-flowchart/blob/master/package.json#L22 so I have no idea why it fails.

I also tried to add flowchart.js to my project but it doesn't help.

nriesco commented 4 years ago

This is probably the same problem reported in https://github.com/ulivz/vuepress-plugin-flowchart/issues/10