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