Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AbortController is not defined #11

Open
drawinger opened this issue Jan 21, 2025 · 1 comment
Open

AbortController is not defined #11

drawinger opened this issue Jan 21, 2025 · 1 comment

Comments

@drawinger
Copy link

Got this errors while running npm run dev

➜  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
@sammwyy
Copy link
Owner

sammwyy commented Jan 21, 2025

OS and Node version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants