-
Notifications
You must be signed in to change notification settings - Fork 634
Description
Version
1.1.0
Reproduction link
https://codesandbox.io/s/currying-morning-6ejk6?file=/pages/_app.js
Operating System
Linux
Device
LenovoThinkPad
Browser & Version
Mozilla Firefox 90.0.2 (64-bit)
Steps to reproduce
- Download or clone code
- Go to terminal
- Run npm install or yarn install (I use yarn)
What is expected?
Success all package installed
What is actually happening?
[kecamp@sabpkecamp nextjs-material-dashboard]$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: nextjs-material-dashboard@1.1.0
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR! react@"17.0.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^0.14.9 || ^15.0.0 || ^16.0.0" from react-chartist@0.14.3
npm ERR! node_modules/react-chartist
npm ERR! react-chartist@"0.14.3" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /home/kecamp/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/kecamp/.npm/_logs/2021-08-01T22_43_44_878Z-debug.log