Issue creating worker with node

I can’t createing worker on EC2 AWS.
Help me

Error: spawn /app/node_modules/mediasoup/worker/out/Release/mediasoup-worker ENOENT
at ChildProcess._handle.onexit (node:internal/child_process:285:19)
at onErrorNT (node:internal/child_process:483:16)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
errno: -2,
code: ‘ENOENT’,
syscall: ‘spawn /app/node_modules/mediasoup/worker/out/Release/mediasoup-worker’,
path: ‘/app/node_modules/mediasoup/worker/out/Release/mediasoup-worker’,
spawnargs: [ ‘–logLevel=error’, ‘–rtcMinPort=2000’, ‘–rtcMaxPort=2020’ ]
}

No entry error… are you running things as admin/sudo?

Make sure that this path “/app/node_modules/mediasoup/worker/out/Release/” exists and also make sure mediasoup-worker file is present there.

So mediasoup installation failed because the binary was not generated. You should verify the installation process.