Closed abinop closed 2 years ago
When I try to npm install vue3-apexcharts I get the error of
npm install vue3-apexcharts
Conflicting peer dependency: vue@3.2.31
my package.json contains
package.json
"dependencies": { "apexcharts": "^3.33.1", "core-js": "^3.6.5", "vue": "^3.0.0", "vue-router": "^4.0.0-0" }
When I try to
npm install vue3-apexcharts
I get the error ofmy
package.json
contains