-
-
Notifications
You must be signed in to change notification settings - Fork 308
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
How to install soketi in windows 11 #1117
Comments
Same here. Have you got any solution? |
We had a similar issue. I think this is related to Node 20. Try to install Node 18 instead. |
Thanks for the quick response @lazosweb , Switching to Node 18.19.1 worked! 👍 |
yes, i run soketi in wsl(ubuntu) and find out it is because node version. but i need node in v20. when this bug fixed??? |
Hope that it will get fixed soon. 🤞 |
If so, I think you could opt for their docker image. |
If you search in the issues tab for "Node 20" there is a post that someone mentioned in order to work you have to build uWebsockets.js manually. #1025 |
What about running it in Docker? This is a sure fire way of getting things working without too many dependencies - other than Docker of course.. |
With me work in Docker , its simple and fast run a container |
i have been install python but when i run
npm install -g @soketi/soketi
error this:
npm ERR! code ENOENT npm ERR! syscall open npm ERR! errno -4058 npm ERR! enoent ENOENT: no such file or directory, open npm ERR! enoent This is related to npm not being able to find a file. npm ERR! enoent
The text was updated successfully, but these errors were encountered: