Closed markcouvaras closed 5 years ago
Nevermind, the issue was being caused by the fact that highcharts-vue does not install the correct highcharts library. I had to run 'npm install highcharts' again afterwards to get the latest version
This wasn't fixed
holy sh*t. i've been trying to figure out what causes the error. I thought it was the @types/highcharts. Thanks mah saviour
The problem with my setup was using --save. i installed it without it now it works fine!
Hi Guys,
I am trying to use Highcharts-Vue with typescript but I am getting the below error:
ERROR in ./node_modules/highcharts-vue/dist/highcharts-vue.min.js Module not found: Error: Can't resolve 'highcharts'
I am currently using the latest version of 1.3.5. Is there another configuration that I should be using as I am under the impression that @types/highcharts should not be installed.
Your help is much appreciated