Ubuntu 14.04 NodeJS Client installation issue for node-gyp rebuild

Hi Admin,

I follow commands from below http://www.aerospike.com/docs/client/nodejs/install/

ERROR : http://screencast.com/t/4V8nohIH1

Please let me know how i can resolve it.

Hi anils2986,

The screen shot says g++ command not found. Aerospike node module requires g++ for compilation. Installing g++ on your machine would solve this error. Aerospike is written using V8, which is a javascript engine, written in c++. Thus compiling V8 would require g++ compiler.

Thanks

Gayathri.K