mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-05 21:22:07 +00:00
838 B
838 B
Troubleshooting
NodeCG folder does not exist
- Verify
lib/nodecgexists. - Make sure the project contains a full NodeCG installation.
No read/write permissions on NodeCG
- Adjust permissions on
lib/nodecgfor the user running Electron. - On Linux/macOS:
chmod -R u+rw lib/nodecg(according to your local policy).
Port <PORT> is already in use
- Free the port or set
NODECG_PORTin.env. - Use
npm run doctorto validate availability before startup.
Timeout while waiting for NodeCG
- Check NodeCG logs in standard output.
- Increase
NODECG_STARTUP_TIMEOUT_MSif the environment is slow. - Verify NodeCG dependencies (
cd lib/nodecg && npm install).
macOS build fails because of icon
- The configuration expects
static/icons/icon.icns. - Create that file before running macOS packaging.