-
Notifications
You must be signed in to change notification settings - Fork 372
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
npm run dev:bot exited with code -4058 & npm run dev:dashboard exited with code -4058 #794
Comments
Howdy @MichaelDA123 , seem the node was unable to locate a file it was looking for, a few things that may help. Make sure the Run Much Love |
@Bacon-Fixation Ah yes, for the |
There is 2 env, |
@Bacon-Fixation aah its works thxs :), but when i trying to host the bot in hosting service this error comes up. [1] 08-03-2023 08:12:10 info: Twitch-Features are Disabled |
Seems that the redis server is not running on localhost More Info bot looks for a redis connection at 127.0.0.1:6379 (localhost) by default it assumes redis is running on the same host as the nodejs instance, if you would like to assign a different location you can add Redis options available through the
I hope this helps Much Love |
Howdy @MichaelDA123, Much Love |
@MichaelDA123 gunna go head and close this issue. If you are still having issues or have suggestions, please feel free to open a new tap Much Love |
Hello i want to asking for this error, i've follow all the instructions step by step but when i try to npm run dev. it show like this
I'm using v18.17.0 Node
[0] Error occurred when executing command: npm run dev:dashboard
[0] Error: spawn cmd.exe ENOENT
[0] at ChildProcess._handle.onexit (node:internal/child_process:283:19)
[0] at onErrorNT (node:internal/child_process:476:16)
[0] at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[1] Error occurred when executing command: npm run dev:bot
[1] Error: spawn cmd.exe ENOENT
[1] at ChildProcess._handle.onexit (node:internal/child_process:283:19)
[1] at onErrorNT (node:internal/child_process:476:16)
[1] at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
[1] npm run dev:bot exited with code -4058
[0] npm run dev:dashboard exited with code -4058
The text was updated successfully, but these errors were encountered: