mirror of
https://github.com/zulip/zulip-desktop.git
synced 2025-11-01 20:43:33 +00:00
577 B
577 B
Troubleshooting
- App icon will only show in the release version. The dev version will use the Electron icon
- If you see issue, try deleting
node_modulesandnpm install - Electron is more or less Chrome, you can get developer tools using
CMD+ALT+I
Error : ChecksumMismatchError
- Try deleteing
node_modules&&app/node_modulesdirectories. Re-install dependencies usingnpm install.
Error : Module version mismatch. Expected 50, got 51
- Make sure you have installed node-gyp dependencies properly.