yoesoff

install dependencies

Jul 14th, 2018
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.66 KB | None | 0 0
  1. ╭─yusuf@yusuf-berkarya ~/reactnative/app-rn-redux  
  2. ╰─➤  yarn add axios redux-axios-middleware redux react-redux      
  3. yarn add v1.7.0
  4. [1/4] Resolving packages...
  5. ⠂ axios(node:7679) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
  6. [2/4] Fetching packages...
  7. warning Pattern ["react-redux@^5.0.7"] is trying to unpack in the same destination "/home/yusuf/.cache/yarn/v1/npm-react-redux-5.0.7-0dc1076d9afb4670f993ffaef44b8f8c1155a4c8" as pattern ["react-redux@^5.0.2"]. This could result in non-deterministic behavior, skipping.
  8. info fsevents@1.2.4: The platform "linux" is incompatible with this module.
  9. info "[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  10. info @expo/ngrok-bin-darwin-ia32@2.2.8: The platform "linux" is incompatible with this module.
  11. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  12. info @expo/ngrok-bin-darwin-ia32@2.2.8: The CPU architecture "x64" is incompatible with this module.
  13. info @expo/ngrok-bin-darwin-x64@2.2.8: The platform "linux" is incompatible with this module.
  14. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  15. info @expo/ngrok-bin-freebsd-ia32@2.2.8: The platform "linux" is incompatible with this module.
  16. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  17. info @expo/ngrok-bin-freebsd-ia32@2.2.8: The CPU architecture "x64" is incompatible with this module.
  18. info @expo/ngrok-bin-freebsd-x64@2.2.8: The platform "linux" is incompatible with this module.
  19. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  20. info @expo/ngrok-bin-linux-arm@2.2.8: The CPU architecture "x64" is incompatible with this module.
  21. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  22. info @expo/ngrok-bin-linux-arm64@2.2.8: The CPU architecture "x64" is incompatible with this module.
  23. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  24. info @expo/ngrok-bin-linux-ia32@2.2.8: The CPU architecture "x64" is incompatible with this module.
  25. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  26. info @expo/ngrok-bin-sunos-x64@2.2.8: The platform "linux" is incompatible with this module.
  27. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  28. info @expo/ngrok-bin-win32-ia32@2.2.8-beta.1: The platform "linux" is incompatible with this module.
  29. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  30. info @expo/ngrok-bin-win32-ia32@2.2.8-beta.1: The CPU architecture "x64" is incompatible with this module.
  31. info @expo/ngrok-bin-win32-x64@2.2.8-beta.1: The platform "linux" is incompatible with this module.
  32. info "@expo/[email protected]" is an optional dependency and failed compatibility check. Excluding it from installation.
  33. [3/4] Linking dependencies...
  34. warning "expo > [email protected]" has incorrect peer dependency "react-native@^0.51 || ^0.52 || ^0.53 || ^0.54".
  35. warning "expo > [email protected]" has unmet peer dependency "react-native-web@*".
  36. warning "expo > react-native-web-maps > [email protected]" has incorrect peer dependency "[email protected]".
  37. warning "expo > react-native-web-maps > [email protected]" has unmet peer dependency "[email protected]".
  38. warning "expo > react-native-web-maps > react-google-maps > [email protected]" has incorrect peer dependency "react@^0.14.6 || ^15.0.0-0".
  39. warning "react-native > [email protected]" has unmet peer dependency "eslint@^3.17.0 || ^4.0.0".
  40. warning "jest-expo > [email protected]" has unmet peer dependency "babel-core@^6.0.0 || ^7.0.0-0".
  41. [4/4] Building fresh packages...
  42. success Saved lockfile.
  43. success Saved 4 new dependencies.
  44. info Direct dependencies
  45. ├─ axios@0.18.0
  46. ├─ react-redux@5.0.7
  47. ├─ redux-axios-middleware@4.0.0
  48. └─ redux@4.0.0
  49. info All dependencies
  50. ├─ axios@0.18.0
  51. ├─ react-redux@5.0.7
  52. ├─ redux-axios-middleware@4.0.0
  53. └─ redux@4.0.0
  54. Done in 6.86s.
  55. ╭─yusuf@yusuf-berkarya ~/reactnative/app-rn-redux  
  56. ╰─➤
Advertisement
Add Comment
Please, Sign In to add comment