stephen-dahl opened a new issue #54: automating the install of pulsar-client and pulsar-client-dev URL: https://github.com/apache/pulsar-client-node/issues/54 Another package I use (node-sass) downloads and builds its native dependencies automatically. It does this by using npm's install and post install hooks: https://github.com/sass/node-sass/blob/887199a28fbed12f18dfecbfa5495aa5d48b2d4e/package.json#L31 their install script: https://github.com/sass/node-sass/blob/master/scripts/install.js their postinstall script: https://github.com/sass/node-sass/blob/master/scripts/build.js Is it possible for this library to do something similar?
---------------------------------------------------------------- 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 With regards, Apache Git Services