NodeJS client: 'node-gyp rebuild' failed

Hi admin,

I ran Aerospike server on AWS EC2 micro. No issues with this. Issue comes when trying npm install the client using “npm install aerospike”. Below are the error messages.

npm ERR! aerospike@1.0.31 install: node-gyp rebuild npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the aerospike@1.0.31 install script ‘node-gyp rebuild’. npm ERR! This is most likely a problem with the aerospike package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls aerospike npm ERR! There is likely additional logging output above.

I was on the latest v0.12… v0.10.36 works though…

Hi Zhongcal_Ng,

Currently Aerospike Node.js Client does not support Node.js v0.12.0. The supported versions of Node.js are v0.10.2 thru v0.10.36.

1 Like

Coming out with an update soon?

We do not have a timeline yet. We will keep you and other folks in the forum posted.

1 Like

Hi Zhoncai,

We just released version 1.0.36 of our Aerospike node.js client, which now supports both node.js v0.10 and node.js v0.12. You can download it here and view its full release notes here.

Cheers,

Maud