node-heapdump
node-heapdump copied to clipboard
g++ and make are required to build
I've just tried install heapdump on Ubuntu 14.04.4 LTS and it fails.
You need to install make
and g++
to succeed.
apt-get install make
apt-get install g++
and then:
npm install heapdump