Open
Description
Describe the bug
Installing globally from the github repo fails.
Reproducing
$ docker run -t --rm alpine ash -c "cd ~ && apk add npm git && npm install --global github:zeromq/zeromq.js"
...
npm error npm error code 127
npm error npm error path /root/.npm/_cacache/tmp/git-cloneebMIGo
npm error npm error command failed
npm error npm error command sh -c run-s build.js
npm error npm error sh: run-s: not found
It seems like the dependency npm-run-all2
is not getting its bin links installed before the prepare
script runs.
Expected behavior
I expect installation to succeed.
Tested on
- OS: MacOS
- ZeroMQ.js version: N/A