We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: