-
-
Notifications
You must be signed in to change notification settings - Fork 210
Open
Description
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
util.run(privilegedTeardown(), console.error).catch((err) => {
console.error(err);
});This gave an output of:
Error: spawn system/out/riju-system-privileged 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) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn system/out/riju-system-privileged',
path: 'system/out/riju-system-privileged',
spawnargs: [ 'teardown' ]
}- Dep if I understood correctly is a deprecated project in Go for quite sometimes already, I cannot find a way to install it properly on Windows anymore.
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.
Metadata
Metadata
Assignees
Labels
No labels