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.js:440 return process.dlopen(module, path._makeLong(filename)); #70

Open
AlexLuya opened this issue Apr 11, 2016 · 2 comments
Open

Comments

@AlexLuya
Copy link

Hello,
I am using ubuntu14.04 with nodejs v5.10.1,when run:

sudo devtools-terminal --install --id=leakmhneaibbdapdoienlkifomjceknl

got:

module.js:440
  return process.dlopen(module, path._makeLong(filename));
                 ^

Error: Module did not self-register.
    at Error (native)
    at Object.Module._extensions..node (module.js:440:18)
    at Module.load (module.js:357:32)
    at Function.Module._load (module.js:314:12)
    at Module.require (module.js:367:17)
    at require (internal/module.js:16:19)
    at Object.<anonymous> (/usr/local/lib/node_modules/devtools-terminal/node_modules/pty.js/lib/pty.js:9:11)
    at Module._compile (module.js:413:34)
    at Object.Module._extensions..js (module.js:422:10)
    at Module.load (module.js:357:32)

and after googling,it tells me install:nodejs-leagcy can fix this problem,but

sudo apt-get install nodejs-legacy 

gives me:

 nodejs-legacy : Depends: nodejs (>= 0.6.19~dfsg1-3~) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

So,how to solve this problem?

@photous
Copy link

photous commented Apr 26, 2016

I have this issue too.

Even after installing nodejs-legacy

@AlexLuya
Copy link
Author

After removing nodejs-5.x ppa,then purging nodejs,nodejs-legacy can be installed,and then others worked

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