You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/08/30 15:53:04 UTC

[GitHub] [pulsar-client-node] zebehringer commented on issue #87: npm install fails on MacOS

zebehringer commented on issue #87:
URL: https://github.com/apache/pulsar-client-node/issues/87#issuecomment-1231856933

   this fixed me:
   ```
   export LDFLAGS=-L/opt/homebrew/lib
   export CFLAGS=-I/opt/homebrew/include
   export CPPFLAGS=-I/opt/homebrew/include
   ```


-- 
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-unsubscribe@pulsar.apache.org

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