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?
meher
January 10, 2023, 5:29pm
2
One of my colleagues pointed me at this document, had you tried it?
# Aerospike Node.js Client on Windows [![appveyor][appveyor-image]][appveyor-url]
[appveyor-image]: https://ci.appveyor.com/api/projects/status/1pwlt87blqrmgyis/branch/master?svg=true
[appveyor-url]: https://ci.appveyor.com/project/aerospike/aerospike-client-nodejs/
The Aerospike Node.js client port to Windows is a community supported project
and suitable for application prototyping and development.
<a name="Prerequisites"></a>
## Prerequisites
* Windows 7 or later
* Node.js v10.x (LTS) or later
The package includes a native add-on. To compile the add-on, Microsoft's Visual
C++ Build Tools 2015 are required, which you can download from the
[Visual Studio website](https://visualstudio.microsoft.com/vs/older-downloads/).
The required components are:
* Windows 8.1 SDK
This file has been truncated. show original
An alternative may be to just use npm
and then do the npm install aerospike
: Downloading and installing Node.js and npm | npm Docs