VanOord / vue3-plotly

MIT License
10 stars 8 forks source link

Installation error #12

Open kororos opened 5 months ago

kororos commented 5 months ago

After installing vue3-plotly via npm i vue3-plotly running the code I keep getting

[vite] error while updating dependencies:
Error: Build failed with 1 error:
node_modules/vue3-plotly/dist/library.mjs:1:19: ERROR: Could not resolve "uuid"

If I install uuid manually, then the library seems to be working. It is strange that it is not imported as a dependency.

Unless I am doing something wrong, then perhaps it should be fixed.

vue3-plotly version: 0.0.7

mrtampan commented 1 month ago
Screenshot 2024-08-02 at 14 40 51

same issue