You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After a lot of torment, it turned out to build, but when I start, I get it again:
node:internal/process/esm_loader:42
internalBinding('errors').triggerUncaughtException(
^
Error [ERR_SOCKET_CONNECTION_TIMEOUT]: Socket connection timeout
at __node_internal_captureLargerStackTrace (node:internal/errors:490:5)
at new NodeError (node:internal/errors:399:5)
at internalConnectMultiple (node:net:1098:20)
at Timeout.internalConnectMultipleTimeout (node:net:1637:3)
at listOnTimeout (node:internal/timers:575:11)
at process.processTimers (node:internal/timers:514:7) {
code: 'ERR_SOCKET_CONNECTION_TIMEOUT'
}
Node.js v20.0.0
Also prism-media and node-gyp (probably?) is missing from package.json
i have trouble with run Volcano. after
npm run start
on Ubuntu 22.04.2 machine i get this:I also try with Win11 and node v20, but that doesn't work either:
Any ideas how to solve this?
The text was updated successfully, but these errors were encountered: