-
Notifications
You must be signed in to change notification settings - Fork 19
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
AsyncWrap init hook threw #19
Comments
Try using node 5.3.0 there are some required internal features that node 4.2.4 doesn't have. However I have been promised that they will land in version 4.2.5 |
You should:
|
I'm not aware of a syntax that can set independent node version requirements for both v4 and v5. How does that look? In any case the commits have already landed in v4-staging, so it is a very temporary issue: nodejs/node#3461 (comment) |
What about code already using trace but before 4.2.5? |
They should not upgrade to 2.2.x |
I guess semver was violated to that regard, I'm sorry about that. It is hard to keep track of when |
I have published:
Also, I don't plan to continue doing legacy updates. But hopefully it shouldn't be necessary when |
Sometimes I get the error:
Node v4.2.4 & trace v2.2.0.
The text was updated successfully, but these errors were encountered: