-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
No such module evals in node 0.12 and io.js #291
Comments
h2non
changed the title
No such module: evals
No such module evals in node 0.12 and io.js
Feb 18, 2015
+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 |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
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: