Skip to content
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

I get this error when running node 4.4.5 #29

Closed
kevbook opened this issue Aug 13, 2016 · 2 comments
Closed

I get this error when running node 4.4.5 #29

kevbook opened this issue Aug 13, 2016 · 2 comments

Comments

@kevbook
Copy link

kevbook commented Aug 13, 2016

I get this error when running node 4.4.5

/node_modules/async-hook/async-hook.js:106
  asyncWrap.setupHooks({
            ^
TypeError: init callback must be a function
    at TypeError (native)
    at Module._compile (module.js:409:26)
    at Object.Module._extensions..js (module.js:416:10)
    at Module.load (module.js:343:32)
    at Function.Module._load (module.js:300:12)
    at Module.require (module.js:353:17)
    at require (internal/module.js:12:17)
@AndreasMadsen
Copy link
Owner

Known issue. This is fixed in node v4.5 (not yet released). A work around is to replace async-hook with version 1.2.0.

Follow the v4.5 release here nodejs/node#7688

@AndreasMadsen
Copy link
Owner

v4.5.0 is now available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants