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 2020/05/20 09:07:53 UTC

[GitHub] [pulsar-client-node] massakam commented on pull request #88: Adds NodeJS version to the readme file

massakam commented on pull request #88:
URL: https://github.com/apache/pulsar-client-node/pull/88#issuecomment-631346191


   In my environment, the package can be installed and works properly even if the Node.js version is 10.x.
   ```sh
   $ node -v
   
   v10.16.3
   
   $ npm -v
   
   6.9.0
   
   $ rpm -qa | grep 'apache-pulsar-client'
   
   apache-pulsar-client-2.4.2-1.x86_64
   apache-pulsar-client-devel-2.4.2-1.x86_64
   
   $ npm install pulsar-client
   
   npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
   
   > pulsar-client@1.1.0 install /home/massakam/nodejs/node_modules/pulsar-client
   > node-pre-gyp install --fallback-to-build
   
   node-pre-gyp WARN Using request for node-pre-gyp https download
   node-pre-gyp WARN Tried to download(404): https://pulsar.apache.org/docs/en/client-libraries-cpp/libpulsar-v1.1.0-node-v64-linux-x64.tar.gz
   node-pre-gyp WARN Pre-built binaries not found for pulsar-client@1.1.0 and node@10.16.3 (node-v64 ABI, glibc) (falling back to source compile with node-gyp)
   make: Entering directory `/home/massakam/nodejs/node_modules/pulsar-client/build'
     CC(target) Release/obj.target/nothing/../node-addon-api/src/nothing.o
     AR(target) Release/obj.target/../node-addon-api/src/nothing.a
     COPY Release/nothing.a
     CXX(target) Release/obj.target/Pulsar/src/addon.o
     CXX(target) Release/obj.target/Pulsar/src/Message.o
     CXX(target) Release/obj.target/Pulsar/src/MessageId.o
     CXX(target) Release/obj.target/Pulsar/src/Authentication.o
     CXX(target) Release/obj.target/Pulsar/src/Client.o
     CXX(target) Release/obj.target/Pulsar/src/Producer.o
     CXX(target) Release/obj.target/Pulsar/src/ProducerConfig.o
     CXX(target) Release/obj.target/Pulsar/src/Consumer.o
     CXX(target) Release/obj.target/Pulsar/src/ConsumerConfig.o
     CXX(target) Release/obj.target/Pulsar/src/Reader.o
     CXX(target) Release/obj.target/Pulsar/src/ReaderConfig.o
     SOLINK_MODULE(target) Release/obj.target/Pulsar.node
     COPY Release/Pulsar.node
   make: Leaving directory `/home/massakam/nodejs/node_modules/pulsar-client/build'
   npm notice created a lockfile as package-lock.json. You should commit this file.
   npm WARN pulsar-sample@1.0.0 No description
   npm WARN pulsar-sample@1.0.0 No repository field.
   
   + pulsar-client@1.1.0
   added 122 packages from 130 contributors and audited 122 packages in 20.911s
   found 0 vulnerabilities
   ```


----------------------------------------------------------------
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:
users@infra.apache.org