Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 651 Bytes

File metadata and controls

12 lines (12 loc) · 651 Bytes
  1. Install and use Node 14.16.0.
  2. Install deps with yarn install --ignore-scripts (script/install.js in ZeroMQ fails).
  3. Manually rebuild ZeroMQ with yarn run rebuild:zeromq.
  4. Manually build Electron with rm -r node_modules/electron && yarn add --dev [email protected] (it doesn't build since we're ignoring scripts above).
  5. Run with yarn start.
  6. Focus the devtools window. Press ctrl+F5. It will show:
DevTools was disconnected from the page.
Once page is reloaded, DevTools will automatically reconnect.
  1. Above never goes away :(
  2. Console in devtools window should should that we're at least trying to close the socket!