adampash / react-native-hot-redux-starter

137 stars 8 forks source link

Missing dependencies from react-native #1

Closed oliverturner closed 9 years ago

oliverturner commented 9 years ago

Synopsis

Many modules - consistently dependencies of react-native - are going unresolved despite React being installed locally.

Environment

OS: Mac OS X 10.11 Node: iojs-v2.4.0 NPM: 3.3.4

Locally installed modules:

❯ npm ls --depth=0
react_native_starter@0.0.1 /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter
├── babel@5.8.21
├── babel-core@5.8.21
├── babel-loader@5.3.2
├── babel-plugin-react-transform@1.0.5
├── react@0.14.0-rc1
├── react-native@0.11.0
├── react-native-webpack-server@0.5.1
├── react-redux@2.1.2
├── react-transform-hmr@1.0.0
├── redux@3.0.0
├── redux-thunk@1.0.0
├── webpack@1.12.2
└── webpack-dev-server@1.11.0

Steps to reproduce

  1. Clone the repo
  2. Run npm i
  3. Run npm run hot

    Output

❯ npm run hot

> react_native_starter@0.0.1 hot /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter
> HOT=1 ./node_modules/.bin/react-native-webpack-server start --hot

Server listening at http://localhost:8080
Unable to resolve module LinkedStateMixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module ReactComponentWithPureRenderMixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module ReactUpdates from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module cloneWithProps from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module ReactFragment from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module update from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module ReactDefaultPerf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module ReactTestUtils from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native/react-native.js
Unable to resolve module ReactChildren from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactClass from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactComponent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactCurrentOwner from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactElement from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactElementValidator from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactInstanceHandles from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactUpdates from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module deprecated from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module onlyChild from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module ReactReconciler from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNative.js
Unable to resolve module EventPluginHub from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module EventPluginUtils from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module ReactComponentEnvironment from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module ReactDefaultBatchingStrategy from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module ReactEmptyComponent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module ReactInstanceHandles from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module ReactNativeComponent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module ReactUpdates from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDefaultInjection.js
Unable to resolve module regenerator/runtime from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/JavaScriptAppEngine/Initialization/InitializeJavaScriptAppEngine.js
Unable to resolve module ReactUpdates from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/MessageQueue.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/MessageQueue.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/MessageQueue.js
Unable to resolve module ReactPerf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/BridgeProfiling.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimersExecution.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimersExecution.js
Unable to resolve module performanceNow from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimersExecution.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/JavaScriptAppEngine/System/JSTimers/JSTimersExecution.js
Unable to resolve module ReactInstanceHandles from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Inspector/InspectorUtils.js
Unable to resolve module ReactInstanceMap from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Inspector/InspectorUtils.js
Unable to resolve module ReactElement from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module ReactPerf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module ReactReconciler from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module ReactUpdateQueue from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module ReactUpdates from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module emptyObject from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module instantiateReactComponent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module shouldUpdateReactComponent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeMount.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeTagHandles.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeTagHandles.js
Unable to resolve module ReactCurrentOwner from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/findNodeHandle.js
Unable to resolve module ReactInstanceMap from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/findNodeHandle.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/findNodeHandle.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/findNodeHandle.js
Unable to resolve module emptyFunction from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/emitter/EventEmitter.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/emitter/EventEmitter.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/emitter/EventSubscriptionVendor.js
Unable to resolve module performanceNow from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/PerformanceLogger.js
Unable to resolve module promise/setimmediate/es6-extensions from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Promise.js
Unable to resolve module promise/setimmediate/done from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Promise.js
Unable to resolve module stacktrace-parser from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/JavaScriptAppEngine/Initialization/parseErrorStack.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Geolocation/Geolocation.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Geolocation/Geolocation.js
Unable to resolve module SyntheticEvent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/IOSNativeBridgeEventPlugin.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/IOSNativeBridgeEventPlugin.js
Unable to resolve module EventConstants from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/event/EventPropagators.js
Unable to resolve module EventPluginHub from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/event/EventPropagators.js
Unable to resolve module accumulateInto from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/event/EventPropagators.js
Unable to resolve module forEachAccumulated from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/event/EventPropagators.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/core/mergeHelpers.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/core/mergeHelpers.js
Unable to resolve module ReactMultiChildUpdateTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDOMIDOperations.js
Unable to resolve module ReactPerf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeDOMIDOperations.js
Unable to resolve module CallbackQueue from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeReconcileTransaction.js
Unable to resolve module PooledClass from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeReconcileTransaction.js
Unable to resolve module Transaction from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeReconcileTransaction.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Interaction/InteractionManager.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Interaction/InteractionManager.js
Unable to resolve module isNode from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/core/Map.js
Unable to resolve module Object.assign from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeTextComponent.js
Unable to resolve module EventConstants from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module EventPluginUtils from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module ReactInstanceHandles from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module ResponderSyntheticEvent from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module ResponderTouchHistoryStore from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module accumulate from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module keyOf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/browser/eventPlugins/ResponderEventPlugin.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react/platformImplementations/universal/worker/UniversalWorkerNodeHandle.js
Unable to resolve module ReactMultiChild from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeBaseComponent.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeBaseComponent.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/NativeMethodsMixin.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/flattenStyle.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/precomputeStyle.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/MatrixMath.js
Unable to resolve module EventPluginHub from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeEventEmitter.js
Unable to resolve module ReactEventEmitterMixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeEventEmitter.js
Unable to resolve module EventConstants from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeEventEmitter.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeEventEmitter.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactNative/ReactNativeStyleAttributes.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Image/ImageStylePropTypes.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Image/ImageResizeMode.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/TransformPropTypes.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Text/TextStylePropTypes.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/View/ViewStylePropTypes.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/RCTLog.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/ActivityIndicatorIOS/ActivityIndicatorIOS.ios.js
Unable to resolve module ReactPropTypeLocations from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/StyleSheetValidation.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/StyleSheetValidation.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/View/View.js
Unable to resolve module ReactPropTypeLocationNames from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/createStrictShapeTypeChecker.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/createStrictShapeTypeChecker.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/requireNativeComponent.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/DatePicker/DatePickerIOS.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Image/Image.ios.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Image/Image.ios.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Image/Image.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/EdgeInsetsPropType.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/Dimensions.js
Unable to resolve module react-timer-mixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/ListView/ListView.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/ListView/ListViewDataSource.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/ListView/ListViewDataSource.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/ScrollView/ScrollView.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/StyleSheet/PointPropType.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/ScrollResponder.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Modal/Modal.js
Unable to resolve module react-timer-mixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/Navigator.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/Navigator.js
Unable to resolve module rebound from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/Navigator.js
Unable to resolve module emptyFunction from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/Navigation/NavigationContext.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/Navigation/NavigationContext.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/Navigation/NavigationEvent.js
Unable to resolve module immutable from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/NavigatorBreadcrumbNavigationBar.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/NavigatorBreadcrumbNavigationBar.js
Unable to resolve module keyOf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/buildStyleInterpolator.js
Unable to resolve module onlyChild from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react_contrib/StaticContainer/StaticContainer.js
Unable to resolve module immutable from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CustomComponents/Navigator/NavigatorNavigationBar.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Navigation/NavigatorIOS.ios.js
Unable to resolve module ReactChildren from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Picker/PickerIOS.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/ProgressViewIOS/ProgressViewIOS.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/SegmentedControlIOS/SegmentedControlIOS.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/SliderIOS/SliderIOS.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/SwitchIOS/SwitchIOS.ios.js
Unable to resolve module ReactInstanceMap from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Text/Text.js
Unable to resolve module TouchEventUtils from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react_contrib/interactions/Touchable/Touchable.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react_contrib/interactions/Touchable/Touchable.js
Unable to resolve module PooledClass from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react_contrib/pooledClasses/BoundingDimensions.js
Unable to resolve module PooledClass from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/react_contrib/pooledClasses/Position.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/TextInput/TextInput.js
Unable to resolve module ReactChildren from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/TextInput/TextInput.js
Unable to resolve module react-timer-mixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/TextInput/TextInput.js
Unable to resolve module emptyFunction from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/TextInput/TextInput.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/TextInput/TextInput.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/emitter/mixInEventEmitter.js
Unable to resolve module keyOf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/emitter/mixInEventEmitter.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/vendor/emitter/EventHolder.js
Unable to resolve module react-timer-mixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.js
Unable to resolve module onlyChild from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableWithoutFeedback.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/ensurePositiveDelayProps.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/ToastAndroid/ToastAndroid.ios.js
Unable to resolve module react-timer-mixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.js
Unable to resolve module cloneWithProps from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.js
Unable to resolve module keyOf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.js
Unable to resolve module onlyChild from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableHighlight.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/ensureComponentIsNative.js
Unable to resolve module react-timer-mixin from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity.js
Unable to resolve module keyOf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/Touchable/TouchableOpacity.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Animated/Animated.js
Unable to resolve module requestAnimationFrame from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Animated/Animated.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/WebView/WebView.ios.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Components/WebView/WebView.ios.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ActionSheetIOS/ActionSheetIOS.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/AlertIOS.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/AppRegistry/AppRegistry.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/renderApplication.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Inspector/ElementProperties.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/WarningBox.js
Unable to resolve module rebound from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/ReactIOS/WarningBox.js
Unable to resolve module ReactCurrentOwner from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Devtools/setupDevtools.js
Unable to resolve module ReactInstanceHandles from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Devtools/setupDevtools.js
Unable to resolve module ReactReconciler from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Devtools/setupDevtools.js
Unable to resolve module ReactDefaultPerf from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/RCTRenderingPerf.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/RCTRenderingPerf.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/AppStateIOS/AppStateIOS.ios.js
Unable to resolve module warning from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Utilities/BackAndroid.ios.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CameraRoll/CameraRoll.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/CameraRoll/CameraRoll.js
Unable to resolve module ReactPropTypes from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.js
Unable to resolve module keyMirror from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/LayoutAnimation/LayoutAnimation.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/LinkingIOS/LinkingIOS.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/PushNotificationIOS/PushNotificationIOS.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Settings/Settings.ios.js
Unable to resolve module invariant from /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/Vibration/VibrationIOS.ios.js
Webpack dev server listening at  http://localhost:8082
Hash: 4a300325144078ccdc4f
Version: webpack 1.12.2
Time: 949ms
       Asset    Size  Chunks             Chunk Names
index.ios.js  432 kB       0  [emitted]  index.ios
chunk    {0} index.ios.js (index.ios) 331 kB [rendered]

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'LinkedStateMixin' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 88:22-49

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'ReactComponentWithPureRenderMixin' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 90:21-65

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'ReactUpdates' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 93:20-43

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'cloneWithProps' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 94:20-45

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'ReactFragment' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 95:20-44

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'update' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 96:12-29

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'ReactDefaultPerf' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 101:28-55

ERROR in ./~/react-native/Libraries/react-native/react-native.js
Module not found: Error: Cannot resolve module 'ReactTestUtils' in /Users/oliverturner/Sites/xpmt/react-native/adampash/react-native-hot-redux-starter/node_modules/react-native/Libraries/react-native
 @ ./~/react-native/Libraries/react-native/react-native.js 102:33-58
webpack: bundle is now VALID.

Could not find dependencies.
Ensure dependencies are installed - run 'npm install' from project root.

react-native packager ready...
oliverturner commented 9 years ago

Closing while I look more into react-native itself

adampash commented 9 years ago

Thanks Oliver. Let me know if you aren't able to make any progress after you get react-native set up.