Recorder
Recorder copied to clipboard
ERESOLVE could not resolve
Recorder](main)$ npm install
npm ERR! code ERESOLVE
npm ERR! ERESOLVE could not resolve
npm ERR!
npm ERR! While resolving: [email protected]
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! react@"^17.0.1" from the root project
npm ERR! peer react@">=16.x" from @fortawesome/[email protected]
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: [email protected]
npm ERR! node_modules/react
npm ERR! peer react@"17.0.2" from [email protected]
npm ERR! node_modules/react-dom
npm ERR! react-dom@"^17.0.1" from the root project
npm ERR!
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
?