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
➜ MikuMikuBeam git:(main) ✗ npm run dev
> [email protected] dev
> concurrently --ks SIGKILL -n "Client,Server" "npm run dev:client" "npm run dev:server"
/opt/MikuMikuBeam/node_modules/concurrently/dist/src/index.js:48
const abortController = new AbortController();
^
ReferenceError: AbortController is not defined
at concurrently (/opt/MikuMikuBeam/node_modules/concurrently/dist/src/index.js:48:29)
at Object.<anonymous> (/opt/MikuMikuBeam/node_modules/concurrently/dist/bin/concurrently.js:224:26)
at Module._compile (internal/modules/cjs/loader.js:1114:14)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:1143:10)
at Module.load (internal/modules/cjs/loader.js:979:32)
at Function.Module._load (internal/modules/cjs/loader.js:819:12)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:75:12)
at internal/main/run_main_module.js:17:47
npm ERR! code 1
npm ERR! path /opt/MikuMikuBeam
npm ERR! command failed
npm ERR! command sh -c concurrently --ks SIGKILL -n "Client,Server" "npm run dev:client" "npm run dev:server"
npm ERR! A complete log of this run can be found in:
npm ERR! /opt/.npm/_logs/2025-01-21T08_59_30_628Z-debug.log
The text was updated successfully, but these errors were encountered:
Got this errors while running
npm run dev
The text was updated successfully, but these errors were encountered: