We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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/stacks/todos$ node --version7.5.1
brad@Brad-X1Yoga:
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
The text was updated successfully, but these errors were encountered: