I use Vue CLI for my project and I'm going to use the vue-chartjs plugin.
vue-chartjs
I used this guide for installation: https://vue-chartjs.org/guide/#installation but I got this error from npm:
npm
OP fixed the issue by using npm i --legacy-peer-deps.
npm i --legacy-peer-deps