You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.
App threw an error during load
Error: Cannot find module 'electron-is-dev'
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/Users/me/Projects/SkelEktron/node_modules/electron-prebuilt/dist/Electron.app/Contents/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. (/Users/me/Projects/SkelEktron/app/lib/log.js:14:15)
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)
Is there a missing dependency, or something else that I need to install?
The text was updated successfully, but these errors were encountered:
Hey, i resolved this just now. You need to install "electron-is-dev" in both the root and the app folder. Its listed as a dependency in the root, but in the package file in "app" its not listed as a dependency.
I installed it in both places that you suggested and now I get this:
2016-10-03T15:10:36.207Z - Caught unhandled exception: Error: Cannot find module 'electron-debug'
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Running npm start on macOS, I get this error:
App threw an error during load
Error: Cannot find module 'electron-is-dev'
at Module._resolveFilename (module.js:455:15)
at Function.Module._resolveFilename (/Users/me/Projects/SkelEktron/node_modules/electron-prebuilt/dist/Electron.app/Contents/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. (/Users/me/Projects/SkelEktron/app/lib/log.js:14:15)
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)
Is there a missing dependency, or something else that I need to install?
The text was updated successfully, but these errors were encountered: