➜ gatsby-starter-builder git:(master) ✗ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: gatsby-starter-builder@undefined
npm ERR! Found: gatsby@3.14.6
npm ERR! node_modules/gatsby
npm ERR! gatsby@"^3.14.6" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer gatsby@"^4.0.0-next" from @builder.io/gatsby@2.0.6-16
npm ERR! node_modules/@builder.io/gatsby
npm ERR! @builder.io/gatsby@"^2.0.6-16" 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/harit/.npm/eresolve-report.txt for a full report.
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/harit/.npm/_logs/2022-10-06T23_53_40_648Z-debug-0.log
Hello,
As I run
npm install
, I get the followingCan someone please help?