You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: EISDIR: illegal operation on a directory, read
at Object.readSync (node:fs:747:3)
at Object.readSync (pkg/prelude/bootstrap.js:944:32)
at tryReadSync (node:fs:447:20)
at Object.readFileSync (node:fs:493:19)
at readFileSync (pkg/prelude/bootstrap.js:1079:36)
at Object.parseApplicationsArg [as applications] (/snapshot/app/packages/compositor-proxy-cli/dist/main-args.js)
at /snapshot/app/packages/compositor-proxy-cli/dist/main-args.js
at Array.map ()
at Object. (/snapshot/app/packages/compositor-proxy-cli/dist/main-args.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22) {
errno: -21,
syscall: 'read',
code: 'EISDIR'
}
Hello ! I
m trying to test greenfield on my VM machine my setup: vmware workstation 17.5.0 VM: Ubuntu 22.04 inside of Vm I
ve installed docker and try to run docker-compose.yml from https://github.com/udevbe/greenfield/tree/master/examples/docker-composeafter start docker logs shows:
Executing task: docker logs --tail 1000 -f 6fd2ff6dd2c97d9cc0090fcaf6300b0276e445661b90021f20014934b154e6fe
pkg/prelude/bootstrap.js:1872
throw error;
^
Error: EISDIR: illegal operation on a directory, read
at Object.readSync (node:fs:747:3)
at Object.readSync (pkg/prelude/bootstrap.js:944:32)
at tryReadSync (node:fs:447:20)
at Object.readFileSync (node:fs:493:19)
at readFileSync (pkg/prelude/bootstrap.js:1079:36)
at Object.parseApplicationsArg [as applications] (/snapshot/app/packages/compositor-proxy-cli/dist/main-args.js)
at /snapshot/app/packages/compositor-proxy-cli/dist/main-args.js
at Array.map ()
at Object. (/snapshot/app/packages/compositor-proxy-cli/dist/main-args.js)
at Module._compile (pkg/prelude/bootstrap.js:1926:22) {
errno: -21,
syscall: 'read',
code: 'EISDIR'
}
Node.js v18.5.0
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
touch: cannot touch '/tmp/.X11-unix/Xauthority': Permission denied
I think I miss something, Could you please help me with it? Thank you!
The text was updated successfully, but these errors were encountered: