Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Uncaught Error: Module did not self-register

I try to use node-vlc with nw.js (v0.12.0-alpha2). When i launch my app without nw.js it works, but when i launch it with nw.js i got an error:

Uncaught Error: Module did not self-register.", source: /home/alexis/Bureau/dev/jukebox/node_modules/vlc/node_modules/ffi/node_modules/bindings/bindings.js (84)

I tried some commands with nw-gyp but it couldn't help me. I am on Ubuntu 14, 64-bit.

like image 416
Alexis Schad Avatar asked Feb 12 '15 20:02

Alexis Schad


2 Answers

If you've upgraded node then npm rebuild might fix this for you

like image 89
DiverseAndRemote.com Avatar answered Nov 05 '22 19:11

DiverseAndRemote.com


For me: rm -r node_modules then npm install

like image 65
Thami Bouchnafa Avatar answered Nov 05 '22 20:11

Thami Bouchnafa