0xProject/0x-launch-kit

Error: EPERM: operation not permitted, open 'docker-compose.yml'

AngeYobo opened this issue · 0 comments

i'm getting this error message when installing the launch kit on Kovan, any help please?

.......

node:fs:594
handleErrorFromBinding(ctx);
^

Error: EPERM: operation not permitted, open 'docker-compose.yml'
at Object.openSync (node:fs:594:3)
at Object.writeFileSync (node:fs:2207:35)
at C:\Users\angey\AppData\Local\npm-cache_npx\3d2d2a4ffc4c7abe\node_modules@0x\launch-kit-wizard\lib\index.js:241:24
at step (C:\Users\angey\AppData\Local\npm-cache_npx\3d2d2a4ffc4c7abe\node_modules@0x\launch-kit-wizard\lib\index.js:33:23)
at Object.next (C:\Users\angey\AppData\Local\npm-cache_npx\3d2d2a4ffc4c7abe\node_modules@0x\launch-kit-wizard\lib\index.js:14:53)
at fulfilled (C:\Users\angey\AppData\Local\npm-cache_npx\3d2d2a4ffc4c7abe\node_modules@0x\launch-kit-wizard\lib\index.js:5:58)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
errno: -4048,
syscall: 'open',
code: 'EPERM',
path: 'docker-compose.yml'
}