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

Node.JS >=14 errors with "Module did not self-register" #224

Open
Half-Shot opened this issue Aug 10, 2020 · 1 comment
Open

Node.JS >=14 errors with "Module did not self-register" #224

Half-Shot opened this issue Aug 10, 2020 · 1 comment

Comments

@Half-Shot
Copy link

Can be reproduced by doing:

➜  element-desktop git:(develop) ✗ node 
Welcome to Node.js v14.7.0.
Type ".help" for more information.
> const DBus = require("dbus");
Uncaught:
Error: Module did not self-register: '/home/-/git/element-desktop/node_modules/dbus/build/Release/dbus.node'.
    at Object.Module._extensions..node (internal/modules/cjs/loader.js:1307:18)
    at Module.load (internal/modules/cjs/loader.js:1105:32)
    at Function.Module._load (internal/modules/cjs/loader.js:967:14)
    at Module.require (internal/modules/cjs/loader.js:1145:19)
    at require (internal/modules/cjs/helpers.js:75:18)
> 
@p3x-robot
Copy link

https://stackoverflow.com/questions/34964310/error-module-did-not-self-register

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