pulsar-client-node icon indicating copy to clipboard operation
pulsar-client-node copied to clipboard

node-pre-gyp setup

Open Ugzuzg opened this issue 5 years ago • 1 comments

The current node-pre-gyp setup is incorrect, the binary host points to the docs instead of a place where the built binaries are stored.

Things to do to improve the usage:

  • [ ] Set up a CI on Mac OS and Linux (glibc and musl builds?) to build the binaries.
  • [ ] Use node-pre-gyp-github tool to upload the built binaries to GitHub releases, so that users can download the binaries during install.
  • [ ] This project uses N-API, so the default binary name can be optimised to not include node ABI version in it. This will allow to build a single binary per platform without the need of building it for every node version. "{module_name}-{version}-{platform}-{libc}-{arch}.tar.gz"

Ugzuzg avatar Jun 23 '20 21:06 Ugzuzg

Any update on this issue. I am facing the similar issue in docker

ibtesamlatif2997 avatar Jun 09 '22 08:06 ibtesamlatif2997