extensions-boilerplate
extensions-boilerplate copied to clipboard
Latest dependencies
Fork: https://github.com/maiconcarraro/extensions-boilerplate
- updated dependencies to latest (react v18 and webpack v5)
- webpack plugin to zip dist
- app as function component
@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: [email protected]
npm ERR! Found: [email protected]
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 [email protected]
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 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
@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