Skip to content

Difficulties in setting up local environment on Windows 11  #188

@phamduylong

Description

@phamduylong

Hi 😄 Been having a hard time to get the project to run on my local machine. Some issues I found:

  1. 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.

  2. 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' ]
}
  1. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions