Advertisement
davilima6

Renative @ Node 15

Dec 14th, 2020
377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. $ npm i
  2. npm ERR! code ERESOLVE
  3. npm ERR! ERESOLVE unable to resolve dependency tree
  4. npm ERR!
  5. npm ERR! Found: react@16.14.0
  6. npm ERR! node_modules/react
  7. npm ERR! peer react@">=16.5.1" from @noriginmedia/react-spatial-navigation@2.12.1
  8. npm ERR! node_modules/@noriginmedia/react-spatial-navigation
  9. npm ERR! @noriginmedia/react-spatial-navigation@"2.12.1" from renative-template-hello-world@0.31.3
  10. npm ERR! node_modules/renative-template-hello-world
  11. npm ERR! renative-template-hello-world@"^0.31.3" from the root project
  12. npm ERR! peer react@"^0.14.0 || ^15.0.0 || ^16.0.0" from recompose@0.30.0
  13. npm ERR! node_modules/@noriginmedia/react-spatial-navigation/node_modules/recompose
  14. npm ERR! recompose@"^0.30.0" from @noriginmedia/react-spatial-navigation@2.12.1
  15. npm ERR! node_modules/@noriginmedia/react-spatial-navigation
  16. npm ERR! @noriginmedia/react-spatial-navigation@"2.12.1" from renative-template-hello-world@0.31.3
  17. npm ERR! node_modules/renative-template-hello-world
  18. npm ERR! renative-template-hello-world@"^0.31.3" from the root project
  19. npm ERR! 1 more (react-native-web)
  20. npm ERR!
  21. npm ERR! Could not resolve dependency:
  22. npm ERR! peer react@"17.0.1" from react-dom@17.0.1
  23. npm ERR! node_modules/react-dom
  24. npm ERR! peer react-dom@">=16.5.1" from @noriginmedia/react-spatial-navigation@2.12.1
  25. npm ERR! node_modules/@noriginmedia/react-spatial-navigation
  26. npm ERR! @noriginmedia/react-spatial-navigation@"2.12.1" from renative-template-hello-world@0.31.3
  27. npm ERR! node_modules/renative-template-hello-world
  28. npm ERR! renative-template-hello-world@"^0.31.3" from the root project
  29. npm ERR! peer react-dom@">=16.5.1" from react-native-web@0.11.7
  30. npm ERR! node_modules/react-native-web
  31. npm ERR! peer react-native-web@"^0.11.2" from @noriginmedia/react-spatial-navigation@2.12.1
  32. npm ERR! node_modules/@noriginmedia/react-spatial-navigation
  33. npm ERR! @noriginmedia/react-spatial-navigation@"2.12.1" from renative-template-hello-world@0.31.3
  34. npm ERR! node_modules/renative-template-hello-world
  35. npm ERR!
  36. npm ERR! Fix the upstream dependency conflict, or retry
  37. npm ERR! this command with --force, or --legacy-peer-deps
  38. npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
  39. npm ERR!
  40. npm ERR! See /Users/davi/.npm/eresolve-report.txt for a full report.
  41.  
  42. npm ERR! A complete log of this run can be found in:
  43. npm ERR! /Users/davi/.npm/_logs/2020-12-14T15_09_30_612Z-debug.log
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement