node-memwatch
node-memwatch copied to clipboard
A NodeJS library to keep an eye on your memory usage, and discover and isolate leaks.
# UPDATE: problem solved For those who has the same install error, try `npm install memwatch-next` # ORIGINAL ERROR Hi, I love the design of your work, but just cannot...
 There are a lot of Compatibility issues, hope can be solved. Otherwise, I found there is a later fork maintainer -- '@airbnb/node-memwatch'. Though still some issue, but easier to...
> [email protected] install /Users/.../node_modules/memwatch > node-gyp rebuild CXX(target) Release/obj.target/memwatch/src/heapdiff.o In file included from ../src/heapdiff.cc:5: ../src/heapdiff.hh:14:35: error: expected class name class HeapDiff : public node::ObjectWrap ^ ../src/heapdiff.hh:19:49: error: no type named...
`root@test:/var/stf# npm install memwatch [..................] / normalizeTree: sill install loadCurrentTree > [email protected] install /var/stf/node_modules/memwatch > node-gyp rebuild make: Entering directory '/var/stf/node_modules/memwatch/build' CXX(target) Release/obj.target/memwatch/src/heapdiff.o In file included from ../src/heapdiff.cc:5:0: ../src/heapdiff.hh:15:5: error:...
This isn't compatible with later versions of Node and since development seems to have stopped since 2013, this project should probably be marked as deprecated.
> gyp ERR! find Python > gyp ERR! find Python Python is not set from command line or npm configuration > gyp ERR! find Python Python is not set from...
npm ERR! Failed at the [email protected] install script 'node-gyp rebuild'. npm ERR! Make sure you have the latest version of node.js and npm installed. npm ERR! If you do, this...
``` npm install memwatch --save-dev / > [email protected] install /Users/kalle/node_modules/memwatch > node-gyp rebuild CXX(target) Release/obj.target/memwatch/src/heapdiff.o In file included from ../src/heapdiff.cc:5: ../src/heapdiff.hh:14:35: error: expected class name class HeapDiff : public node::ObjectWrap...