NPM install no longer runs based on cloned repository
mischwartz23 opened this issue · 0 comments
Environment
MacOSX / Monterey 12.0.1
Steps to reproduce (for bugs only)
- Clone repository from github
- npm install
Current Behavior
SCCS3:timemap % npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: guerrero@0.1.0
npm ERR! Found: redux@3.7.2
npm ERR! node_modules/redux
npm ERR! redux@"^3.6.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer redux@"^4" from redux-thunk@2.4.1
npm ERR! node_modules/redux-thunk
npm ERR! redux-thunk@"^2.2.0" 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 /Users/michael/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/michael/.npm/_logs/2021-12-10T08_11_05_812Z-debug.log