-
-
Notifications
You must be signed in to change notification settings - Fork 218
prepare
script missing run-s
#714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think this is a bug in |
You don't need to build zeromq from the source to use it. Just install the production dependencies. If you want to build from the source anyway, here's a docker file example: You can add a runtime stage that copies over the prebuilds, lib, and installs the production dependencies. Regardless, the npm failure is surprising and a p0 issue in my opinion. Try with pnpm if you can. |
I know. The reason I was installing from source is because I wanted to see what it would take to get just the binaries I needed and for hacking on this project. The above script is obviously missing some platform dependencies anyway. Confirmed that installing with Ironically, the obvious workaround is broken; even with the |
Dev support via npm isn't supported anyway. I can specify pnpm as a package manager so it works with corepack. Btw, you can pass build-from-source in |
Describe the bug
Installing globally from the github repo fails.
Reproducing
It seems like the dependency
npm-run-all2
is not getting its bin links installed before theprepare
script runs.Expected behavior
I expect installation to succeed.
Tested on
The text was updated successfully, but these errors were encountered: