23 lines
922 B
Plaintext
23 lines
922 B
Plaintext
(node:22312) Warning: Accessing non-existent property 'padLevels' of module exports inside circular dependency
|
|
(Use `node --trace-warnings ...` to show where the warning was created)
|
|
node:events:498
|
|
throw er; // Unhandled 'error' event
|
|
^
|
|
|
|
Error: spawn loader ENOENT
|
|
at Process.ChildProcess._handle.onexit (node:internal/child_process:283:19)
|
|
at onErrorNT (node:internal/child_process:478: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:289:12)
|
|
at onErrorNT (node:internal/child_process:478:16)
|
|
at processTicksAndRejections (node:internal/process/task_queues:83:21) {
|
|
errno: -4058,
|
|
code: 'ENOENT',
|
|
syscall: 'spawn loader',
|
|
path: 'loader',
|
|
spawnargs: [
|
|
'C:\\Users\\MixIO\\Desktop\\mixio_linux\\mixio_server_latest\\src\\'
|
|
]
|
|
}
|