Search code examples
javascriptvue.jschart.jsvuejs3vue-cli

Vue CLI - plugin vue-chartjs does not install


I use Vue CLI for my project and I'm going to use the vue-chartjs plugin.

I used this guide for installation: https://vue-chartjs.org/guide/#installation but I got this error from npm:

Error content


Solution

  • OP fixed the issue by using npm i --legacy-peer-deps.