How do I install Aerospike node.js client on Windows?

Is there any way of using Aerospike node.js client on Windows other than using virtualbox to install ubuntu and then use Aerospike node.js client inside it?

One of my colleagues pointed me at this document, had you tried it?

An alternative may be to just use npm and then do the npm install aerospike: Downloading and installing Node.js and npm | npm Docs

Hi @Ankur_Pandey, The windows README.md has been updated. It should provide tighter guidelines on using the Aerosspike Node.js Client with windows.

See here.