node-shm icon indicating copy to clipboard operation
node-shm copied to clipboard

shared memory for NODEJS compatible with PHP shmop

Results 6 node-shm issues
Sort by recently updated
recently updated
newest added

I tried installing nodejs-shm by using npm install nodejs-shm and got the following error: npm ERR! Windows_NT 10.0.14393 npm ERR! argv "C:\\Program Files (x86)\\nodejs\\node.exe" "C:\\Program Files (x86)\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "install" "nodejs-shm" npm...

$ _npm install node-shm_ ``` [...] ../src/main.cc:157:46: **error: no matching function for call to ‘v8::Value::Uint32Value()’** [122/1277] int shmid = ::shmget(args[0]->Uint32Value(), 0, 0); ^ [...] make: *** [node-shm.target.mk:107: Release/obj.target/node-shm/src/main.o] Error 1...

Cannot install node-shm add-on on OS X by using npm install ... node and node-gyp are newest versions as you can see in. python version 2.7 is installed and in...

I tried to run the test and the readSHM function doesn't send data: ``` coffeescript $ node test.js Object: { getErrMsg: [Function], openSHM: [Function], readSHM: [Function], closeSHM: [Function], sizeSHM: [Function],...

orsamac:test orsa$ node test.js Object: { getErrMsg: [Function], openSHM: [Function], readSHM: [Function], closeSHM: [Function], sizeSHM: [Function], writeSHM: [Function], deleteSHM: [Function] } opened shmkey: 1236 shmid: 0 writing '1234567890', written: 0...

every time i try to install it gives me the following message, I really have no idea how to make it work. C:\Users\joris_000>npm install shm npm WARN package.json [email protected] No...