visa-chart-components icon indicating copy to clipboard operation
visa-chart-components copied to clipboard

npm i @visa/charts-react peer dependency issue (currently fixable with legacy-peer-deps flag)

Open davidkutas opened this issue 2 years ago • 0 comments

If you want to install the @visa/charts-react library with the latest create-react-app, you get an upstream dependency conflict. I assume that the create-react-app is using [email protected] while your library is using [email protected].

Upon trying to install charts-react with the legacy-peer-deps flag the installation works perfectly.

davidkutas avatar Sep 16 '22 18:09 davidkutas