-
Notifications
You must be signed in to change notification settings - Fork 149
Cannot find module 'babel-polyfill' #158
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
I'm having the same issue: It's introduced in 56c7995, line 33 of result.js. Code uses I'll submit a PR that adds this as a dependency, though neo4j team might want to consider using |
Temporary fix for neo4j#158
@keyvan-m-sadeghi can you sign our CLA please, so that we can merge your fix? |
@nigelsmall done. |
@keyvan-m-sadeghi Hello, we would like to explore a bit to see if we could get a better fix. So your PR is on-hold now. But thank again for issuing the PR. For now I guess to use this driver milestone, a global dependency of |
Sure @zhenlineo, as I said, it's just a temporary fix. One path to investigate is |
I think we have a critical bug here. A dependency that is included as a devDependency and that is exactly what the PR solves. When you have a big app and you can't even run it because of such a rookie bug, it gives you the feeling neo4j is a low quality and improvised project. |
Hello, We've made a fix here #162. It introduces babel-runtime dependency and removes babel-polyfill dev dependency. Integration test is added as well to prevent dependency problems in future. Feedback is very welcome! |
@zhenlineo have you published this as a new milestone to npm? Guess not: You closed, but the issue is still there. |
Hello, I have just gotten this issue with the latest version on npm. Thanks. |
I also ran into this problem today. I had to revert to 1.0.4 to get it working on node. |
Yep, still getting this here too. |
Still having this problem. Guys, it's a rookie mistake. You should prepare environment with automatic testing that will install dependencies every time. I'm quite sure dev responsible for this had a global package and didn't even notice :P |
Still getting when autotesting through gulp.watch + mocha. Went to node-modules and wiped every trace of babel-polyfill, then it worked, please fix =/ |
Hello, We are really sorry for this error and all the inconvenience! We had two issues here:
New 1.0.5 driver version was released and it is now latest on npm. Thanks a lot for your patience and sorry once again :) |
Thanks! Would be nice if You could integrate Travis Ci. Things like that could be easily avoided this way. As far as I know they are free to OS projects and support Neo4j db. |
@dariuszp you mean introduce Travis CI to run tests on PRs and other background builds, right? |
Version 1.1.0-M03 crashes because missing module
The text was updated successfully, but these errors were encountered: