superman66 / vue-highcharts

The Component of Vue 2.x for highcharts
https://codesandbox.io/s/jjyqvv0k13
MIT License
115 stars 48 forks source link

Creating new project and adding dependency "vue2-highcharts": "^1.2.0" give error #41

Closed HarisHashim closed 6 years ago

HarisHashim commented 6 years ago

The error is:

This dependency was not found:

* vue2-highcharts in ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib/selector.js?type=script&index=0!./src/components/ChartWidget.vue

To install it, you can run: npm install --save vue2-highcharts

I have old project that works. So thinking that this is version problem, I tried "vue2-highcharts": "1.1.19" in package.json and that works!

Must be latest version problem.

superman66 commented 6 years ago

@HarisHashim My mistakes. the latest version vue2-highcharts@1.2.3 works.

HarisHashim commented 6 years ago

It is working now with the latest. Thanks for the quick resolution.