-
-
Notifications
You must be signed in to change notification settings - Fork 435
troubleshooting
akashnimare edited this page Sep 8, 2017
·
1 revision
- App icon will only show in the release version. The dev version will use the Electron icon
- If you see issue, try deleting
node_modules
andnpm install
- Electron is more or less Chrome, you can get developer tools using
CMD+ALT+I
- Try deleteing
node_modules
&&app/node_modules
directories. Re-install dependencies usingnpm install
.
- Make sure you have installed node-gyp dependencies properly.