twitchdev / extensions-boilerplate

Frontend only React based sample to get you started building quickly
Other
72 stars 31 forks source link

Latest dependencies #34

Open maiconcarraro opened 2 years ago

maiconcarraro commented 2 years ago

Fork: https://github.com/maiconcarraro/extensions-boilerplate

eugene-bagaev commented 1 year ago

@maiconcarraro hello. thanks but issue not resolved

npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: react-frontend@1.0.0
npm ERR! Found: react@18.2.0
npm ERR! node_modules/react
npm ERR!   react@"^18.2.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"^16.0.0-0" from enzyme-adapter-react-16@1.15.6
npm ERR! node_modules/enzyme-adapter-react-16
npm ERR!   dev enzyme-adapter-react-16@"^1.15.1" 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.
maiconcarraro commented 1 year ago

@maiconcarraro hello. thanks but issue not resolved

Did you run yarn install? and which npm/yarn versions are you running?

It works for me using yarn v1.22.5 and npm v8.5.1, make sure you use yarn

eugene-bagaev commented 1 year ago

@maiconcarraro oh sorry, my mac pc build project w/o error. so I shoud update version on my Windows PC. thanks a lot, great job. And very useful