Skip to content

Instantly share code, notes, and snippets.

@ralphtheninja
Created December 7, 2016 20:26
Show Gist options
  • Save ralphtheninja/99daae09db8513b37938e1600ed13547 to your computer and use it in GitHub Desktop.
Save ralphtheninja/99daae09db8513b37938e1600ed13547 to your computer and use it in GitHub Desktop.
$ npm run electron
> prebuild-gist@0.0.0 electron /home/lms/tmp/prebuild/13f0c459a1df82297cf8b2013c563c1f
> electron test.js
Gtk-Message: Failed to load module "canberra-gtk-module"
App threw an error during load
Error: Cannot find module './builds/electron-v50-linux-x64.node'
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/home/lms/tmp/prebuild/13f0c459a1df82297cf8b2013c563c1f/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/lms/tmp/prebuild/13f0c459a1df82297cf8b2013c563c1f/node_modules/leveldown-experimental-prebuild/binding.js:16:18)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
A JavaScript error occurred in the main process
Uncaught Exception:
Error: Cannot find module './builds/electron-v50-linux-x64.node'
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/home/lms/tmp/prebuild/13f0c459a1df82297cf8b2013c563c1f/node_modules/electron/dist/resources/electron.asar/common/reset-search-paths.js:35:12)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/home/lms/tmp/prebuild/13f0c459a1df82297cf8b2013c563c1f/node_modules/leveldown-experimental-prebuild/binding.js:16:18)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment