romainbrancourt commented on issue #189:
URL: 
https://github.com/apache/pulsar-client-node/issues/189#issuecomment-1014732347


   @csauvage 
   Run this before running npm install, this may fix your problem :D
   ```
   export CPLUS_INCLUDE_PATH="$CPLUS_INCLUDE_PATH:$(brew --prefix)/include"
   export LIBRARY_PATH="$LIBRARY_PATH:$(brew --prefix)/lib"
   ```
   or 
   ```
   export CPLUS_INCLUDE_PATH="$(brew --prefix)/include"
   export LIBRARY_PATH="$(brew --prefix)/lib"
   ```
   


-- 
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: dev-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to