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
hi id like to use this on my xbox one but i can't compile it for uwp
The text was updated successfully, but these errors were encountered:
What errors are you getting? I'm not familiar with UWP, sorry.
Sorry, something went wrong.
I'm getting this error when trying to use it in node js node:events:491 throw er; // Unhandled 'error' event ^
Error: spawn emcc ENOENT at ChildProcess._handle.onexit (node:internal/child_process:283:19) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:289:12) at onErrorNT (node:internal/child_process:476:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -4058, code: 'ENOENT', syscall: 'spawn emcc', path: 'emcc', spawnargs: [ '-Wall', '-Wextra', '-Werror', '-g3', '-std=gnu99', '-DEMSCRIPTEN_BUILD', '-O0', 'src/pc.c', '-c', '-o', 'build/objs/94-pc-1b21v.o', '-Iinclude' ] }
Node.js v18.12.1
You need to add Emscripten (emcc) to your shell's PATH variable.
emcc
No branches or pull requests
hi id like to use this on my xbox one but i can't compile it for uwp
The text was updated successfully, but these errors were encountered: