vue3-apexcharts icon indicating copy to clipboard operation
vue3-apexcharts copied to clipboard

This relative module was not found in examples

Open chiboreache opened this issue 3 years ago • 0 comments

To run the examples,

cd demo
yarn install
yarn start

got

 ERROR  Failed to compile with 1 errors                      1:32:41 AM

This relative module was not found:

* ../../dist/vue3-apexcharts.common in ./src/main.js

found in .gitignore

dist/
dist/vue3-apexcharts.common.js.map
dist/vue3-apexcharts.umd.js
dist/vue3-apexcharts.umd.js.map
dist/vue3-apexcharts.umd.min.js
dist/vue3-apexcharts.umd.min.js.map
demo/node_modules

?

chiboreache avatar May 19 '22 22:05 chiboreache