You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
✘ [ERROR] Could not resolve "./LinearGauge"
node_modules/vue-canvas-gauges/src/index.js:1:24:
1 │ import LinearGauge from './LinearGauge'
╵ ~~~~~~~~~~~~~~~
✘ [ERROR] Could not resolve "./RadialGauge"
node_modules/vue-canvas-gauges/src/index.js:2:24:
2 │ import RadialGauge from './RadialGauge'
╵ ~~~~~~~~~~~~~~~
Environment:
Node: v16.18.1
npm: 8.19.2
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Create a new vue project:
npm create vue@latest
(accept all defaults)Add canvas gauges:
npm install vue-canvas-gauges --save
Create a component using the example from readme:
Run the project:
npm run dev
Expected results:
Gauges visible
Actual results:
Environment:
Node: v16.18.1
npm: 8.19.2
The text was updated successfully, but these errors were encountered: