Evaluating Aerospike via Tweetaspike

Hello,

I new to Aerospike and am evaluating “tweetaspike” to see if the Aerospike database will meet my needs for the project that uses node.js of which I am also a bit new but coming from a C++ background, mostly.

With that in mind, I tried to compile up the tweetaspike github repo (https://github.com/aerospike/tweetaspike) ,first with NODE 6 which does not work, and then secondly with NODE 5 (used “npm install”) which seemed to compile but gives an error when “node serve” is run:

/tweetaspike$ node serve module.js:341 throw err; ^

Error: Cannot find module ‘/home/lonnie/Graphdb/Aerospike/test/tweetaspike/serve’ at Function.Module._resolveFilename (module.js:339:15) at Function.Module._load (module.js:290:25) at Function.Module.runMain (module.js:447:10) at startup (node.js:148:18) at node.js:405:3

Could someone please assist? Thanks and have a good day.

Hi All,

A quick update is that I have now been able to get Tweetaspike to work via:

nvm use v5

Then within the app directiory do:

sudo npm update

then

node serve

I would like to see if I can get it working with NODE v6 and we will see how that goes. Cheers :slight_smile: