0

I have an expo (react native) project and i want to install from npm react-navigation but when i type 'npm install --only=dev react-navigation' i recive such warnings, idk what to doenter image description here

and this is my package.json enter image description here

i have already tried to uninstall packages from npm and install other version but in vain

1 Answers1

0

According to this you can no longer automatically install peer dependencies. Install them manually, then try installing react-navigation again.

223seneca
  • 1,136
  • 3
  • 19
  • 47
  • the thing is is when i try to install them manually, there are more error i guess it is all because some dependencies for example works with react 16.0.0 but not with 16.3.0 and other packets vice versa –  Jun 28 '18 at 16:57
  • You'll need to provide further information, such as what these additional errors are, in your original post for it to be possible to provide more detailed guidance. – 223seneca Jun 28 '18 at 19:12