Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails on Ubuntu under Windows WSL #67

Open
bsileo opened this issue Feb 5, 2021 · 0 comments
Open

Build fails on Ubuntu under Windows WSL #67

bsileo opened this issue Feb 5, 2021 · 0 comments

Comments

@bsileo
Copy link

bsileo commented Feb 5, 2021

brad@Brad-X1Yoga:~/stacks/todos$ npm install
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-dom
npm ERR! react-dom@"^16.13.1" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-dom@"^15.4.2" from [email protected]
npm ERR! node_modules/react-addons-test-utils
npm ERR! dev react-addons-test-utils@"^15.6.2" from the root project**

brad@Brad-X1Yoga:/stacks/todos$ npm --version
7.5.1
brad@Brad-X1Yoga:
/stacks/todos$ node --version
v15.8.0
brad@Brad-X1Yoga:~/stacks/todos$ uname -a
Linux Brad-X1Yoga 5.4.72-microsoft-standard-WSL2 #1 SMP Wed Oct 28 23:40:43 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

I was able to "fix" this by removing
"react-addons-test-utils": "^15.6.2"
from devDependencies in package.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant