-
-
Notifications
You must be signed in to change notification settings - Fork 191
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
Difficulties in setting up local environment on Windows 11 #188
Comments
The main branch as it currently stands isn't buildable - see #168. I'm in the middle of moving to Kubernetes orchestration which will (among other things) involve removing the pty wrapper binary, which is probably why the You'd probably be best off starting from an older revision of the project (though those have other issues). |
Welp. I think the 1st and 3rd issues can still be resolved, especially with dep. Shouldn't have prematurely closed this issue. |
Well, I will say that the Lines 88 to 99 in 553d552
I don't think there are any whitespace issues with the shell scripts in the repo, if there are problems cropping up, they are probably the fault of Windows. Maybe the Git settings need to be adjusted so Windows does not mangle line endings - https://stackoverflow.com/q/10418975 |
Hi 😄 Been having a hard time to get the project to run on my local machine. Some issues I found:
Running bash scripts on Windows
Running install.sh give out error on carriage return/line feed issues. Can be fixed easily but it would be nice to have a way to run it universally on all OS.
Server spawn at server.js: 117
This gave an output of:
Is there a possibilities to update instructions on how to get the project running? I would love to contribute on this project but it's impossible if I cannot get the project to run and test it. Thanks.
The text was updated successfully, but these errors were encountered: