Advertisement
Guest User

Untitled

a guest
Dec 12th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.31 KB | None | 0 0
  1. org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:bundleReleaseJsAndAssets'.
  2.  
  3. transform[stderr]: Trace: The node type SpreadProperty has been renamed to SpreadElement
  4. transform[stderr]: at Object.isSpreadProperty (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/types/lib/validators/generated/index.js:4208:11)
  5. transform[stderr]: at hasSpread (/Users/danielrvt/IdeaProjects/my-app/node_modules/babel-plugin-transform-object-rest-spread/lib/index.js:38:13)
  6. transform[stderr]: at PluginPass.ObjectExpression (/Users/danielrvt/IdeaProjects/my-app/node_modules/babel-plugin-transform-object-rest-spread/lib/index.js:234:14)
  7. transform[stderr]: at newFn (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/visitors.js:193:21)
  8. transform[stderr]: at NodePath._call (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/path/context.js:53:20)
  9. transform[stderr]: at NodePath.call (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/path/context.js:40:17)
  10. transform[stderr]: at NodePath.visit (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/path/context.js:88:12)
  11. transform[stderr]: at TraversalContext.visitQueue (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/context.js:118:16)
  12. transform[stderr]: at TraversalContext.visitSingle (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/context.js:90:19)
  13. transform[stderr]: at TraversalContext.visit (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/context.js:146:19)
  14.  
  15. App.js: Cannot read property 'bindings' of null
  16.  
  17. TypeError: Cannot read property 'bindings' of null
  18. at Scope.moveBindingTo (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/scope/index.js:867:13)
  19. at BlockScoping.updateScopeInfo (/Users/danielrvt/IdeaProjects/my-app/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js:364:17)
  20. at BlockScoping.run (/Users/danielrvt/IdeaProjects/my-app/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js:330:12)
  21. at PluginPass.BlockStatementSwitchStatementProgram (/Users/danielrvt/IdeaProjects/my-app/node_modules/babel-plugin-transform-es2015-block-scoping/lib/index.js:70:24)
  22. at newFn (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/visitors.js:193:21)
  23. at NodePath._call (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/path/context.js:53:20)
  24. at NodePath.call (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/path/context.js:40:17)
  25. at NodePath.visit (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/path/context.js:88:12)
  26. at TraversalContext.visitQueue (/Users/danielrvt/IdeaProjects/my-app/node_modules/@babel/traverse/lib/context.js:118:16)
  27.  
  28. {
  29. "name": "my-app",
  30. "version": "0.0.1",
  31. "private": true,
  32. "scripts": {
  33. "start": "node node_modules/react-native/local-cli/cli.js start",
  34. "test": "jest"
  35. },
  36. "dependencies": {
  37. "@ptomasroos/react-native-multi-slider": "0.0.12",
  38. "firebase": "^5.1.0",
  39. "javascript-time-ago": "^1.0.30",
  40. "mobx": "^4.1.1",
  41. "mobx-react": "^5.0.0",
  42. "native-base": "^2.8.1",
  43. "prop-types": "^15.6.2",
  44. "protobufjs": "^6.8.8",
  45. "react": "16.2.0",
  46. "react-native": "^0.57.7",
  47. "react-native-actionsheet": "^2.3.0",
  48. "react-native-aws3": "0.0.8",
  49. "react-native-axios": "^0.17.1",
  50. "react-native-billing": "^2.9.1",
  51. "react-native-card-stack-swiper": "^1.0.5",
  52. "react-native-collapsible": "^0.10.0",
  53. "react-native-cookies": "^3.2.0",
  54. "react-native-datepicker": "^1.6.0",
  55. "react-native-dropdownalert": "^3.5.0",
  56. "react-native-elements": "^0.19.0",
  57. "react-native-event-listeners": "^1.0.3",
  58. "react-native-expandable-section-flatlist": "^1.0.3",
  59. "react-native-fbsdk": "^0.8.0",
  60. "react-native-fcm": "^16.0.0",
  61. "react-native-floating-action": "^1.10.1",
  62. "react-native-geocoding": "^0.3.0",
  63. "react-native-gifted-chat": "^0.4.3",
  64. "react-native-google-places-autocomplete": "^1.3.6",
  65. "react-native-hide-show-password-input": "^1.0.7",
  66. "react-native-image-crop-picker": "^0.19.3",
  67. "react-native-image-picker": "^0.26.10",
  68. "react-native-image-placeholder": "^1.0.14",
  69. "react-native-instagram-login": "^1.0.7",
  70. "react-native-keyboard-aware-scroll-view": "^0.4.4",
  71. "react-native-keyboard-aware-scrollview": "^2.0.0",
  72. "react-native-keyboard-spacer": "^0.4.1",
  73. "react-native-linear-gradient": "^2.4.0",
  74. "react-native-linkedin": "^1.3.1",
  75. "react-native-localization": "^2.0.0",
  76. "react-native-material-bottom-navigation": "^0.9.0",
  77. "react-native-modal-datetime-picker": "^6.0.0",
  78. "react-native-open-settings": "^1.0.1",
  79. "react-native-pages": "^0.7.0",
  80. "react-native-permissions": "^1.1.1",
  81. "react-native-picker-select": "^5.1.0",
  82. "react-native-popup-menu": "^0.12.4",
  83. "react-native-pulse": "^1.0.6",
  84. "react-native-scrollable-tab-view": "^0.8.0",
  85. "react-native-share": "^1.0.26",
  86. "react-native-simple-toast": "0.0.8",
  87. "react-native-snap-carousel": "^3.7.2",
  88. "react-native-splash-screen": "^3.1.1",
  89. "react-native-star-rating": "^1.0.9",
  90. "react-native-swipe-cards": "^0.1.1",
  91. "react-native-swipe-list-view": "^1.0.7",
  92. "react-native-swipeable-flat-list": "0.0.5",
  93. "react-native-swipeout": "^2.3.3",
  94. "react-native-switch": "^1.4.0",
  95. "react-native-twitter-signin": "https://github.com/GoldenOwlAsia/react-native-twitter-signin.git#master",
  96. "react-native-view-more-text": "^2.0.1",
  97. "react-native-viewpager": "^0.2.13",
  98. "react-navigation": "^1.0.3",
  99. "rn-viewpager": "^1.2.9"
  100. },
  101. "devDependencies": {
  102. "@babel/plugin-proposal-decorators": "^7.2.0",
  103. "babel-jest": "22.2.2",
  104. "babel-preset-react-native": "4.0.0",
  105. "jest": "22.2.2",
  106. "react-test-renderer": "16.2.0"
  107. },
  108. "jest": {
  109. "preset": "react-native",
  110. "transform": {
  111. "^.+\.js$": "<rootDir>/node_modules/react-native/jest/preprocessor.js"
  112. }
  113. }
  114. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement