-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
install pulsar-client-node,but run node-pre-gyp install error #226
Comments
@semi-xi, I ran into the same problem as you. I solved it this way: In your scenario, I think might be an issue with the python version. You should be using python3. |
1 task
Getting a similar error com node 12 and macos: (package.json says it needs node > 10, so in theory it should work)
|
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
before i install
pulsar-client-node
,I follow pulsar-client doc and install that. it's no problem. but when inpm install
inpulsar-client-node
,it has something errors like this:when i update the node version to
16.16.0
, it solve。 but other project needs the node version in14.x
.how can i solve this problemThe text was updated successfully, but these errors were encountered: