sindresorhus / p-queue

Promise queue with concurrency control
MIT License
3.39k stars 182 forks source link

Build script fails with "del: not found" #170

Closed 0xquad closed 1 year ago

0xquad commented 1 year ago

The build script block in package.json fails with these lines

...
509 verbose node v18.7.0
510 verbose npm  v8.15.0
511 error code 127
512 error path /usr/local/lib/node_modules/p-queue
513 error command failed
514 error command sh /tmp/prepare-8bc766a5.sh
515 error > p-queue@7.3.0 build
515 error > del dist && tsc
516 error /tmp/build-71770e3e.sh: line 1: del: not found
517 verbose exit 127
...

The del command does not exist. This runs in a docker container on Alpine Linux which does not include this command.

Richienb commented 1 year ago

The current build script used and still uses the del-cli tool. Upstream issue.