-
Notifications
You must be signed in to change notification settings - Fork 16
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
Got error when fetch the data #2
Comments
os? node version? have you done npm install? |
windows, node 20. isn't that working on windows? |
please use wsl |
Right, okay |
thank you for understanding |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
first in the browser console i got failed to fetch error and the in the terminal i got
this error
node:events:495
throw er; // Unhandled 'error' event
^
Error: spawn node_modules/@oven/zig/zig ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:284:19)
at onErrorNT (node:internal/child_process:477: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:290:12)
at onErrorNT (node:internal/child_process:477:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
The text was updated successfully, but these errors were encountered: