-
Notifications
You must be signed in to change notification settings - Fork 1.3k
electron app not found wrtc #835
Comments
Ensure the electron-v1.6-linux-x64 diectore exists, if not create it and then move wrtc.node into it. You'll likely get an error about it being built for the wrong version at which point you need to do some funky arcane shit with electron-rebuild. from then on it will work but dont even think about trying to package it up using electron-packer because that just breaks everything. Someone who knows what they are doing might be able to actually resolve it, but I threw a weekend into it and that's as far as I got.
|
now i have that : was compiled against a different Node.js version using |
cc @kyledrake |
This solved @kyledrake's issues https://github.com/electron/electron/blob/master/docs/tutorial/using-native-node-modules.md let me know if it works for you. |
hi i test your proposal to build native module with electron-rebuild after a first error because i need to add libssl-dev now i have that
any idea ? |
Yeah, I'm seeing errors too with electron-rebuild
@kyledrake could you tell us how you solve this issue? |
Hello guys,
i implement electron in my web app and try to run but i have this error.
Error: Cannot find module '/home/josselin/development/telescope/node_modules/wrtc/build/wrtc/v0.0.61/Release/electron-v1.6-linux-x64/wrtc.node'
i try to install leveldown and wrtc manually with
npm install --save wrtc leveldown
but not works againtregards
The text was updated successfully, but these errors were encountered: