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

Module did not self register #74

Open
dvli2007 opened this issue Feb 23, 2016 · 4 comments
Open

Module did not self register #74

dvli2007 opened this issue Feb 23, 2016 · 4 comments

Comments

@dvli2007
Copy link

I've been running into the following issue with my memwatch-next installation. My memwatch-next version is 0.2.10, and I'm running node v5.4.1 and npm 3.3.12 on an Ubuntu 14.04.1 machine.

root@localhost:/opt/app# node ./bin/www
Log config loaded from log.cfg
/opt/app/node_modules/bindings/bindings.js:83
        throw e
        ^

Error: Module did not self-register.
    at Error (native)
    at Object.Module._extensions..node (module.js:422:18)
    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)
    at bindings (/opt/app/node_modules/bindings/bindings.js:76:44)
    at Object.<anonymous> (/opt/app/node_modules/memwatch-next/include.js:2:28)
    at Module._compile (module.js:397:26)
    at Object.Module._extensions..js (module.js:404:10)

I've tried npm rebuild, as well as clearing my node_modules directory and runninng npm install again. No luck so far.

@guypaskar
Copy link

+1

@Gouayave
Copy link

Test in your project package:
npm rebuild

@nphias
Copy link

nphias commented Oct 19, 2016

I get a similar error... i think there is a problem with the bindings.js
anyone fix this?
marcominetti#22

@RaghavendhraK
Copy link

+1

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

5 participants