DeploySentinel / Recorder

A browser extension that generates Cypress, Playwright and Puppeteer test scripts from your interactions 🖱 ⌨
https://deploysentinel.com/recorder
Apache License 2.0
444 stars 36 forks source link

ERESOLVE could not resolve #26

Open bartonhammond opened 2 years ago

bartonhammond commented 2 years ago
Recorder](main)$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR! 
npm ERR! While resolving: deploysentinel-recorder@0.6.1
npm ERR! Found: react@17.0.1
npm ERR! node_modules/react
npm ERR!   react@"^17.0.1" from the root project
npm ERR!   peer react@">=16.x" from @fortawesome/react-fontawesome@0.1.15
npm ERR!   node_modules/@fortawesome/react-fontawesome
npm ERR!     @fortawesome/react-fontawesome@"^0.1.15" from the root project
npm ERR!   2 more (@hot-loader/react-dom, react-copy-to-clipboard)
npm ERR! 
npm ERR! Could not resolve dependency:
npm ERR! react-dom@"^17.0.1" from the root project
npm ERR! 
npm ERR! Conflicting peer dependency: react@17.0.2
npm ERR! node_modules/react
npm ERR!   peer react@"17.0.2" from react-dom@17.0.2
npm ERR!   node_modules/react-dom
npm ERR!     react-dom@"^17.0.1" from the root project
npm ERR! 
MikeShi42 commented 2 years ago

Hi @bartonhammond so sorry for the delay here, my GH notifications were not triggering on this repo for some reason, we're using yarn for local development of this package, are you seeing the same issue for yarn or yarn --frozen-lockfile?