Open nriesco opened 4 years ago
I tried to add vuepress-plugin-flowchart to my project but had issues.
vuepress-plugin-flowchart
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
Module not found: Error: Can't resolve 'flowchart.js'
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.
flowchart.js
I also tried to add flowchart.js to my project but it doesn't help.
This is probably the same problem reported in https://github.com/ulivz/vuepress-plugin-flowchart/issues/10
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#L56The 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.