mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-06 05:32:06 +00:00
refactor: run NodeCG from lib/scoreko-dev for Node 24 migration
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
# Troubleshooting
|
||||
|
||||
## `NodeCG folder does not exist`
|
||||
## `Scoreko app folder does not exist`
|
||||
|
||||
- Verify `lib/nodecg` exists.
|
||||
- Make sure the project contains a full NodeCG installation.
|
||||
- Verify `lib/scoreko-dev` exists.
|
||||
- Make sure the project contains the scoreko-dev bundle root with its own `package.json`.
|
||||
|
||||
## `No read/write permissions on NodeCG`
|
||||
## `No read/write permissions on scoreko app folder`
|
||||
|
||||
- Adjust permissions on `lib/nodecg` for the user running Electron.
|
||||
- On Linux/macOS: `chmod -R u+rw lib/nodecg` (according to your local policy).
|
||||
- Adjust permissions on `lib/scoreko-dev` for the user running Electron.
|
||||
- On Linux/macOS: `chmod -R u+rw lib/scoreko-dev` (according to your local policy).
|
||||
|
||||
## `Port <PORT> is already in use`
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
- Check NodeCG logs in standard output.
|
||||
- Increase `NODECG_STARTUP_TIMEOUT_MS` if the environment is slow.
|
||||
- Verify NodeCG dependencies (`cd lib/nodecg && npm install`).
|
||||
- Verify scoreko-dev dependencies (`cd lib/scoreko-dev && npm install`).
|
||||
|
||||
## macOS build fails because of icon
|
||||
|
||||
|
||||
Reference in New Issue
Block a user