-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Throws exception on start #27
Comments
This issue is the clone of #26 This issue is Linux specific only. |
Have you managed to solve this? It seems to be an issue related to Unix-based systems, I tested the tool on Windows and it works fine. |
We can conclude that this is a compatibility issue on Unix-based systems, I've found an old fork that works on Linux. Thought I'd post this so others who get the issue get to try to use this solution |
Thanks for pointing to the fork. That helped :). I hope the bug is fixed soon and works across all the platforms. |
Hi, thank you for making this library.
I cloned this repo, installed all the dependencies (
npm i
) usingnode v20.5.0
, then I tried running it withnpm run start
I'm getting this error when trying to run the program:
So I added the flag
-trace-uncaught
to the run command and it gives same error as above but with this extra information:I also tried with
node 18.19.1
but same error.Anyway to fix this?
The text was updated successfully, but these errors were encountered: