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

trying to run on windows #57

Open
eff3ry opened this issue Jun 14, 2024 · 0 comments
Open

trying to run on windows #57

eff3ry opened this issue Jun 14, 2024 · 0 comments

Comments

@eff3ry
Copy link

eff3ry commented Jun 14, 2024

hello im just trying to run this on windows but keep getting a npm error
ive run yarn twice in the correct locations and installed memurai

.../HaiKei>npm start

> haikei@1.2.0 start
> node index.js

Starting Web Server...
platform is win32
Starting Consumet...
node:internal/child_process:421
    throw new ErrnoException(err, 'spawn');
    ^

Error: spawn EINVAL
    at ChildProcess.spawn (node:internal/child_process:421:11)
    at Object.spawn (node:child_process:760:9)
    at Object.<anonymous> (C:\Users\jeffe\Desktop\haikei\HaiKei\index.js:15:29)
    at Module._compile (node:internal/modules/cjs/loader:1460:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1544:10)
    at Module.load (node:internal/modules/cjs/loader:1275:32)
    at Module._load (node:internal/modules/cjs/loader:1091:12)
    at wrapModuleLoad (node:internal/modules/cjs/loader:212:19)
    at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:158:5)
    at node:internal/main/run_main_module:30:49 {
  errno: -4071,
  code: 'EINVAL',
  syscall: 'spawn'
}

Node.js v22.3.0```
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

1 participant