Skip to content

prepare script missing run-s #714

Open
@rotu

Description

@rotu

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions