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

Gkm with ReactJS not working #17

Open
oukunan opened this issue Aug 10, 2018 · 3 comments
Open

Gkm with ReactJS not working #17

oukunan opened this issue Aug 10, 2018 · 3 comments

Comments

@oukunan
Copy link

oukunan commented Aug 10, 2018

I got an error "Module not found: 'child_process'". What should I do? D:

@tomzx
Copy link
Owner

tomzx commented Aug 10, 2018

Can you tell me where you are getting this error? child_process is a module that is part of node and as such should always be available.

@oukunan
Copy link
Author

oukunan commented Aug 11, 2018

@tomzx Okay child_process is fine now. but got an new error TypeError: EventEmitter2 is not a constructor
screen shot 2561-08-11 at 12 34 09

@tomzx
Copy link
Owner

tomzx commented Aug 11, 2018

It seems this might be fixed by a more recent version of eventemitter2, however since I have no test environment to reproduce your issue, I'd need more details. You can also try to install the latest version of eventemitter2 over the one that is downloaded as a dependency for this package and see whether it solves your problem. If so, you can submit a PR with the updated dependency version and I'll merge it.

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

No branches or pull requests

2 participants