This error appears both when I use try to run patchbay using node v4 or v6:
patchbay (master)@cel (node v6.2.1)$ electro .
App threw an error during load
Error: Cannot find module 'app'
at Module._resolveFilename (module.js:438:15)
at Function.Module._resolveFilename (/usr/local/lib/node_modules/electron-prebuilt/dist/resources/electron.asar/common/reset-search-paths.js:47:12)
at Function.Module._load (module.js:386:25)
at Module.require (module.js:466:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (/usr/local/lib/node_modules/electro/index.js:24:11)
at Module._compile (module.js:541:32)
at Object.Module._extensions..js (module.js:550:10)
at Module.load (module.js:456:32)
at tryModuleLoad (module.js:415:12)
This error appears both when I use try to run patchbay using node v4 or v6:
Is there supposed to be an
app
somewhere?Here is the output of
npm ls
: