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.