Ugzuzg opened a new issue #97: URL: https://github.com/apache/pulsar-client-node/issues/97
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](https://github.com/bchr02/node-pre-gyp-github) tool to upload the built binaries to GitHub releases, so that users can download the binaries during install with. - [ ] 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. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org