lucifer_is_back_
lucifer_is_back_
AAlokai
Created by unusual_username on 10/30/2023 in #🙋|general-help
why do i get this ENOENT error during install?
I still have many errors, but it runs 🙂
10 replies
AAlokai
Created by unusual_username on 10/30/2023 in #🙋|general-help
why do i get this ENOENT error during install?
@hulahoops
10 replies
AAlokai
Created by unusual_username on 10/30/2023 in #🙋|general-help
why do i get this ENOENT error during install?
in my case it was yarn
Error: spawn yarn ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:485:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
at onErrorNT (node:internal/child_process:485:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn yarn',
path: 'yarn',
spawnargs: []
Error: spawn yarn ENOENT
at Process.ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:485:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
Emitted 'error' event on ChildProcess instance at:
at Process.ChildProcess._handle.onexit (node:internal/child_process:291:12)
at onErrorNT (node:internal/child_process:485:16)
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'spawn yarn',
path: 'yarn',
spawnargs: []
I solved it by running the command manually I ran
yarn
yarn
and then
yarn dev
yarn dev
in your case you would need to check the command that is failing by checking docker logs and manually type that command by docker exec -it bash _yourdockercontainername_
10 replies
AAlokai
Created by eMe on 12/20/2023 in #🙋|general-help
Usage issue
yes @eMe , you can
4 replies
AAlokai
Created by unusual_username on 10/30/2023 in #🙋|general-help
why do i get this ENOENT error during install?
vsf
10 replies