You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 10, 2023. It is now read-only.
Describe the bug
I created a fresh react project using CRA using the TypeScript template. Bumbag refuses to install due to dependency issues. It seems that it is having issues with React 17, maybe?
To reproduce
Create a (TypeScript) React project and try running npm install bumbag.
Expected behavior
Bumbag will install correctly
Running node v14 and latest react v17.0.2
npm WARN ERESOLVE overriding peer dependency
npm WARN Found: @emotion/[email protected]
npm WARN node_modules/@emotion/react
npm WARN @emotion/react@"npm:@bumbag/[email protected]" from [email protected]
npm WARN node_modules/bumbag
npm WARN bumbag@"*" from the root project
npm WARN
npm WARN Could not resolve dependency:
npm WARN peer @emotion/react@"^11.0.0-rc.0" from @emotion/[email protected]
npm WARN node_modules/@emotion/styled
npm WARN @emotion/styled@"npm:@bumbag/[email protected]" from [email protected]
npm WARN node_modules/bumbag
npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: [email protected]
npm ERR! node_modules/react
npm ERR! peer react@"*" from @testing-library/[email protected]
npm ERR! node_modules/@testing-library/react
npm ERR! @testing-library/react@"^11.2.7" from the root project
npm ERR! peer react@"17.0.2" from [email protected]
npm ERR! node_modules/react-dom
npm ERR! peer react-dom@"*" from @testing-library/[email protected]
npm ERR! node_modules/@testing-library/react
npm ERR! @testing-library/react@"^11.2.7" from the root project
npm ERR! react-dom@"^17.0.2" from the root project
npm ERR! 1 more (bumbag)
npm ERR! 5 more (react-scripts, the root project, bumbag, @emotion/react, @emotion/styled)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react@"16.x" from [email protected]
npm ERR! node_modules/bumbag/node_modules/conditional-wrap
npm ERR! conditional-wrap@"1.0.0" from [email protected]
npm ERR! node_modules/bumbag
npm ERR! bumbag@"*" 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!
The text was updated successfully, but these errors were encountered:
Describe the bug
I created a fresh react project using CRA using the TypeScript template. Bumbag refuses to install due to dependency issues. It seems that it is having issues with React 17, maybe?
To reproduce
Create a (TypeScript) React project and try running
npm install bumbag
.Expected behavior
Bumbag will install correctly
Running node v14 and latest react v17.0.2
The text was updated successfully, but these errors were encountered: