-
Notifications
You must be signed in to change notification settings - Fork 2k
Not working with Babel 6 #228
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
Comments
It appears to work when I comment the following:
|
The real problem is the presence of |
Thanks for the report. Babel 6 changed how it interprets the package.json files found within node modules breaking how graphql and some of our other open source packages work. We plan to upgrade to Babel 6 soon which should fix the issue, in the meantime feel free to apply that hack which seems fine to me. |
I get the following error when I try to
require('graphql')
in a project that uses babel-core 6.x:The text was updated successfully, but these errors were encountered: