Skip to content
Robert edited this page Apr 1, 2019 · 1 revision

This is a Node add-on (last tested to be working on v8.11.3) and therefore requires node-gyp to use. Follow these steps to install node-gyp.

$ npm install memoryjs

When using memoryjs, the target process should match the platform architecture of the Node version running. For example if you want to target a 64 bit process, you should try and use a 64 bit version of Node.

You also need to recompile the library and target the platform you want. Head to the memoryjs node module directory, open up a terminal and to run the compile scripts, type:

npm run build32 if you want to target 32 bit processes

npm run build64 if you want to target 64 bit processes