-
Notifications
You must be signed in to change notification settings - Fork 370
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
No such module evals in node 0.12 and io.js #291
Comments
+1 |
1 similar comment
+1 |
👍 This is breaking tests all over. |
I'll publish a new version to npm if you submit a good fix. |
This issue only affect to Closing |
I'm running into this issue on 0.9.1 currently. edit: nevermind, needed to completely delete my node_modules folder for this and reinstall. Works like a charm now, thanks! |
For me, not worked even in v0.11.16, working fine in v0.10.39 |
Since I upgrade to node 0.12 (also in iojs), the internal low-level module
evals
is not available, and I'm getting the following error trace:Maybe it should infer the node version and try to load the
vm.Script
innodeunit/lib/utils.js
instead of theprocess.binding
callThe text was updated successfully, but these errors were encountered: