-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught Exception: Error: Cannot find module 'electron-settings' #110
Comments
I went through the same issue. install everything with I used the latest npm and grunt |
@anitricks |
yarn is not working properly in my mac. (mac osx high sierra) Thank you, @anitricks!! |
yarn dependency is broken currently. build is successful, but running built app is failing due to "cannot find the module 'electron-settings'" |
Try this. I worked for me. |
Hi,
I got an exception when starting to run the application that I compiled locally.
A JavaScript error occurred in the main process
Uncaught Exception: Error: Cannot find module 'electron-settings'
at Module._resolveFilename(module.js:470:15)
...
Do you have any ideas for it?
The text was updated successfully, but these errors were encountered: