We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is what i get when i run 'npm install'
npm error code ERESOLVE npm error ERESOLVE unable to resolve dependency tree npm error npm error While resolving: @themesberg/volt-react-dashboard@1.0.1 npm error Found: chartist@0.11.4 npm error node_modules/chartist npm error chartist@"^0.11.4" from the root project npm error npm error Could not resolve dependency: npm error peer chartist@"^0.10.1" from react-chartist@0.14.4 npm error node_modules/react-chartist npm error react-chartist@"^0.14.4" from the root project npm error npm error Fix the upstream dependency conflict, or retry npm error this command with --force or --legacy-peer-deps npm error to accept an incorrect (and potentially broken) dependency resolution. npm error
The text was updated successfully, but these errors were encountered:
Change "chartist": "^0.11.4", to "chartist": "0.10.1", in "package.json" file.
"chartist": "^0.11.4",
"chartist": "0.10.1",
Sorry, something went wrong.
No branches or pull requests
This is what i get when i run 'npm install'
npm error code ERESOLVE
npm error ERESOLVE unable to resolve dependency tree
npm error
npm error While resolving: @themesberg/volt-react-dashboard@1.0.1
npm error Found: chartist@0.11.4
npm error node_modules/chartist
npm error chartist@"^0.11.4" from the root project
npm error
npm error Could not resolve dependency:
npm error peer chartist@"^0.10.1" from react-chartist@0.14.4
npm error node_modules/react-chartist
npm error react-chartist@"^0.14.4" from the root project
npm error
npm error Fix the upstream dependency conflict, or retry
npm error this command with --force or --legacy-peer-deps
npm error to accept an incorrect (and potentially broken) dependency resolution.
npm error
The text was updated successfully, but these errors were encountered: