BewareMyPower commented on PR #282: URL: https://github.com/apache/pulsar-client-node/pull/282#issuecomment-1378275629
@ericallam You can follow the guide [here](https://github.com/apache/pulsar-client-node#how-to-build) (make sure this PR is included): ```bash pkg/mac/build-cpp-deps-lib.sh pkg/mac/build-cpp-lib.sh npm install ``` Then you can replace any file under the `examples/` directory with your own code and run it. @shibd BTW, I'm not sure whether we can provide the `Pulsar.node` to test. Though we have the `Pulsar.node`, there is no document to describe how to use it. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
