Files
zulip-desktop/troubleshooting.md
Anders Kaseorg e9536f247b dependencies: Use one package.json structure.
The two package.json structure is no longer needed.
https://www.electron.build/tutorials/two-package-structure

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
2020-03-03 11:02:59 -08:00

731 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_modules and npm install
  • Electron is more or less Chrome, you can get developer tools using CMD+ALT+I

Error : ChecksumMismatchError

  • Try deleting the node_modules directory and reinstalling dependencies using npm install

Error : Module version mismatch. Expected 50, got 51

  • Make sure you have installed node-gyp dependencies properly

Error: Desktop Notifications not working

  • Make sure the Show Desktop Notifications setting option is set to be true
  • Check your OS notifications center settings