node-memwatch
node-memwatch copied to clipboard
Can run the node-memwatch in node v6 ?
throw: Cannot find module './build/Release/memwatch' please tell me why thanks
I was having the same issue and I solved doing this:
- Remove 'memwatch-next
and
memwatch, I had installed both. 2.
npm rebuild3.
npm install memwatch-next`
I hope this help you.