Skip to content
New issue

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

TapEventPlugin Error #114

Open
olivierkastel opened this issue Mar 30, 2017 · 0 comments
Open

TapEventPlugin Error #114

olivierkastel opened this issue Mar 30, 2017 · 0 comments

Comments

@olivierkastel
Copy link

I have this error when I try to start the project after installing dependencies :

    ERROR in ./~/react-tap-event-plugin/src/injectTapEventPlugin.js
    Module not found: Error: Cannot resolve module 'react/lib/EventPluginHub' in /Users/kastelolivier/Desktop/retax-seed-master/node_modules/react-tap-event-plugin/src
     @ ./~/react-tap-event-plugin/src/injectTapEventPlugin.js 23:2-37
    

It seems that the problem comes from the TapEventPlugin.

I solved this issues by editing package.json :
"react-tap-event-plugin": "^1.0.0"

replaced by :
"react-tap-event-plugin": "^2.0.0"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant