devtools-terminal
devtools-terminal copied to clipboard
not working on node v6.3.1 ubuntu 14.04
when I run the command sudo devtools-terminal --install --id=leakmhneaibbdapdoienlkifomjceknl
gives the following error
return process.dlopen(module, path._makeLong(filename));
^
Error: Module did not self-register.
at Error (native)
at Object.Module._extensions..node (module.js:568:18)
at Module.load (module.js:458:32)
at tryModuleLoad (module.js:417:12)
at Function.Module._load (module.js:409:3)
at Module.require (module.js:468:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/lib/node_modules/devtools-terminal/node_modules/pty.js/lib/pty.js:9:11)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)