Guest User

Untitled

a guest
Oct 16th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.86 KB | None | 0 0
  1. Starting JS server...
  2. Building and installing the app on the device (cd android && ./gradlew installDebug)...
  3. Incremental java compilation is an incubating feature.
  4. :app:preBuild UP-TO-DATE
  5. :app:preDebugBuild UP-TO-DATE
  6. :app:checkDebugManifest
  7. :app:preReleaseBuild UP-TO-DATE
  8. :app:prepareComAndroidSupportAppcompatV72301Library UP-TO-DATE
  9. :app:prepareComAndroidSupportRecyclerviewV72301Library UP-TO-DATE
  10. :app:prepareComAndroidSupportSupportV42301Library UP-TO-DATE
  11. :app:prepareComFacebookFrescoDrawee081Library UP-TO-DATE
  12. :app:prepareComFacebookFrescoFbcore081Library UP-TO-DATE
  13. :app:prepareComFacebookFrescoFresco081Library UP-TO-DATE
  14. :app:prepareComFacebookFrescoImagepipeline081Library UP-TO-DATE
  15. :app:prepareComFacebookFrescoImagepipelineOkhttp081Library UP-TO-DATE
  16. :app:prepareComFacebookReactReactNative0201Library UP-TO-DATE
  17. :app:prepareOrgWebkitAndroidJscR174650Library UP-TO-DATE
  18. :app:prepareDebugDependencies
  19. :app:compileDebugAidl UP-TO-DATE
  20. :app:compileDebugRenderscript UP-TO-DATE
  21. :app:generateDebugBuildConfig UP-TO-DATE
  22. :app:mergeDebugShaders UP-TO-DATE
  23. :app:compileDebugShaders UP-TO-DATE
  24. :app:generateDebugAssets UP-TO-DATE
  25. :app:mergeDebugAssets UP-TO-DATE
  26. :app:generateDebugResValues UP-TO-DATE
  27. :app:generateDebugResources UP-TO-DATE
  28. :app:mergeDebugResources UP-TO-DATE
  29. :app:bundleDebugJsAndAssets SKIPPED
  30. :app:processDebugManifest UP-TO-DATE
  31. :app:processDebugResources UP-TO-DATE
  32. :app:generateDebugSources UP-TO-DATE
  33. :app:incrementalDebugJavaCompilationSafeguard UP-TO-DATE
  34. :app:compileDebugJavaWithJavac
  35. :app:compileDebugJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.).
  36.  
  37. git-upgrade info Check for updates
  38. git-upgrade info Read package.json files
  39. git-upgrade info Check declared version
  40. git-upgrade info Check matching versions
  41. git-upgrade ERR! An error occurred during upgrade:
  42. git-upgrade ERR! Error: react-native version in "package.json" (https://github.com/expo/react-native/archive/sdk-30.0.0.tar.gz) doesn't match the installed version in "node_modules" (0.55.4).
  43. Try running "npm install" to fix this.
  44. at checkMatchingVersions (/usr/local/lib/node_modules/react-native-git-upgrade/checks.js:24:11)
  45. at Object.<anonymous> (/usr/local/lib/node_modules/react-native-git-upgrade/cliEntry.js:253:5)
  46. at Generator.next (<anonymous>)
  47. at step (/usr/local/lib/node_modules/react-native-git-upgrade/cliEntry.js:171:191)
  48. at /usr/local/lib/node_modules/react-native-git-upgrade/cliEntry.js:171:361
  49. at tryCallOne (/usr/local/lib/node_modules/react-native-git-upgrade/node_modules/promise/lib/core.js:37:12)
  50. at /usr/local/lib/node_modules/react-native-git-upgrade/node_modules/promise/lib/core.js:123:15
  51. at flush (/usr/local/lib/node_modules/react-native-git-upgrade/node_modules/asap/raw.js:50:29)
  52. at _combinedTickCallback (internal/process/next_tick.js:131:7)
  53. at process._tickCallback (internal/process/next_tick.js:180:9)
Add Comment
Please, Sign In to add comment