-
Notifications
You must be signed in to change notification settings - Fork 634
Open
Description
Version
1.1.0
Reproduction link
Operating System
macOS Big Sur
Device
Macbook Pro
Browser & Version
firefox 90.0.2
Steps to reproduce
npm -v 7.20.5
node -v 16.4.0
- Download repo
- $ npm install
- 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@"^15.3.0 || ^16.0.0" from react-swipeable-views@0.13.9
npm ERR! node_modules/react-swipeable-views
npm ERR! react-swipeable-views@"0.13.9" from the root project
// also happens with react-chartist
- delete package-lock.json and /node_modules
- run npm install --save --legacy-peer-deps
- still breaks
Sometimes the install passes, sometimes it hangs.
Haven't been able to get npm run dev to work.
What is expected?
Run npm install and npm run dev.
What is actually happening?
npm install fails
Solution
Additional comments
Metadata
Metadata
Assignees
Labels
No labels