Clean chroot. Build completes without npm
. But shows error:
[05:42:14] Starting 'nwjs'...
Error: Command failed: npm ls --production=true --parseable=true
/bin/sh: line 1: npm: command not found
at ChildProcess.exithandler (node:child_process:422:12)
at ChildProcess.emit (node:events:514:28)
at ChildProcess.emit (node:domain:551:15)
at maybeClose (node:internal/child_process:1105:16)
at Socket.<anonymous> (node:internal/child_process:457:11)
at Socket.emit (node:events:514:28)
at Socket.emit (node:domain:551:15)
at Pipe.<anonymous> (node:net:337:12)
at Pipe.callbackTrampoline (node:internal/async_hooks:130:17) {
code: 127,
killed: false,
signal: null,
cmd: 'npm ls --production=true --parseable=true'
}
At runtime, produces message:
popcorntime: error while loading shared libraries: libnw.so: cannot open shared object file: No such file or directory
Also, this package should conflicts with only popcorntime
. Other packages either don't exist or have correct conflicts, so they do not need to be listed.
Pinned Comments