We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在编译ch09的代码时出现以下错误。能帮忙解决一下吗? ERROR in .//react-tap-event-plugin/src/injectTapEventPlugin.js Module not found: Error: Cannot resolve module 'react/lib/EventPluginHub' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src @ .//react-tap-event-plugin/src/injectTapEventPlugin.js 23:2-37
ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js Module not found: Error: Cannot resolve module 'react/lib/EventConstants' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src @ .//react-tap-event-plugin/src/TapEventPlugin.js 22:21-56
ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js Module not found: Error: Cannot resolve module 'react/lib/EventPluginUtils' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src @ .//react-tap-event-plugin/src/TapEventPlugin.js 23:23-60
ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js Module not found: Error: Cannot resolve module 'react/lib/EventPropagators' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src @ .//react-tap-event-plugin/src/TapEventPlugin.js 24:23-60
ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js Module not found: Error: Cannot resolve module 'react/lib/SyntheticUIEvent' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src @ .//react-tap-event-plugin/src/TapEventPlugin.js 25:23-60
ERROR in .//react-tap-event-plugin/src/TapEventPlugin.js Module not found: Error: Cannot resolve module 'react/lib/ViewportMetrics' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src @ .//react-tap-event-plugin/src/TapEventPlugin.js 27:22-58
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在编译ch09的代码时出现以下错误。能帮忙解决一下吗?
ERROR in ./
/react-tap-event-plugin/src/injectTapEventPlugin.js/react-tap-event-plugin/src/injectTapEventPlugin.js 23:2-37Module not found: Error: Cannot resolve module 'react/lib/EventPluginHub' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src
@ ./
ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 22:21-56Module not found: Error: Cannot resolve module 'react/lib/EventConstants' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src
@ ./
ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 23:23-60Module not found: Error: Cannot resolve module 'react/lib/EventPluginUtils' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src
@ ./
ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 24:23-60Module not found: Error: Cannot resolve module 'react/lib/EventPropagators' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src
@ ./
ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 25:23-60Module not found: Error: Cannot resolve module 'react/lib/SyntheticUIEvent' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src
@ ./
ERROR in ./
/react-tap-event-plugin/src/TapEventPlugin.js/react-tap-event-plugin/src/TapEventPlugin.js 27:22-58Module not found: Error: Cannot resolve module 'react/lib/ViewportMetrics' in D:\reactjs101-master\Ch09\react-router-redux-github-finder\node_modules\react-tap-event-plugin\src
@ ./
The text was updated successfully, but these errors were encountered: