demo icon indicating copy to clipboard operation
demo copied to clipboard

why can't react-web start?

Open Vaitt-Joy opened this issue 7 years ago • 0 comments

ERROR in ./index.web.js Module not found: Error: Cannot resolve module 'react/lib/ReactMount' in Z:\code\RNCode\RNBxvip @ ./index.web.js 1:291-322

ERROR in ./~/react-web/Libraries/ScrollView/ScrollView.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\ScrollView @ ./~/react-web/Libraries/ScrollView/ScrollView.web.js 12:14-34

ERROR in ./~/react-web/Libraries/ListView/ListView.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\ListView @ ./~/react-web/Libraries/ListView/ListView.web.js 12:14-34

ERROR in ./~/react-web/Libraries/Slider/Slider.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\Slider @ ./~/react-web/Libraries/Slider/Slider.web.js 13:14-34

ERROR in ./~/react-web/Libraries/TextInput/TextInput.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\TextInput @ ./~/react-web/Libraries/TextInput/TextInput.web.js 12:14-34

ERROR in ./~/react-web/Libraries/Animated/Animated.web.js Module not found: Error: Cannot resolve module 'react/lib/CSSPropertyOperations' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\Animated @ ./~/react-web/Libraries/Animated/Animated.web.js 14:27-69

ERROR in ./~/react-web/Libraries/Utilties/LayoutMixin.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\Utilties @ ./~/react-web/Libraries/Utilties/LayoutMixin.js 10:14-34

ERROR in ./~/react-web/Libraries/Utilties/NativeMethodsMixin.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\Utilties @ ./~/react-web/Libraries/Utilties/NativeMethodsMixin.web.js 11:14-34

ERROR in ./~/react-web/Libraries/ListView/ScrollResponder.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\ListView @ ./~/react-web/Libraries/ListView/ScrollResponder.web.js 14:14-34

ERROR in ./~/react-web/Libraries/AppRegistry/renderApplication.web.js Module not found: Error: Cannot resolve module 'react-dom' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\AppRegistry @ ./~/react-web/Libraries/AppRegistry/renderApplication.web.js 10:14-34

ERROR in ./~/react-web/Libraries/Utilties/setNativeProps.web.js Module not found: Error: Cannot resolve module 'react/lib/CSSPropertyOperations' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\Utilties @ ./~/react-web/Libraries/Utilties/setNativeProps.web.js 8:26-68

ERROR in ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js Module not found: Error: Cannot resolve module 'react/lib/EventPluginRegistry' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\PanResponder @ ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js 8:25-65

ERROR in ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js Module not found: Error: Cannot resolve module 'react/lib/ResponderEventPlugin' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\PanResponder @ ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js 9:26-67

ERROR in ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js Module not found: Error: Cannot resolve module 'react/lib/EventConstants' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\PanResponder @ ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js 10:20-55

ERROR in ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js Module not found: Error: Cannot resolve module 'react/lib/ResponderTouchHistoryStore' in Z:\code\RNCode\RNBxvip\node_modules\react-web\Libraries\PanRes ponder @ ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js 11:32-79 webpack: Failed to compile.

Vaitt-Joy avatar Sep 13 '17 13:09 Vaitt-Joy