Installing agilo error:
protagonist@1.5.0 install: `node-gyp rebuild`
Installing protagonist error:
gyp: Call to 'node -e "require('nan')"' returned exit status 127 while in binding.gyp. while trying to load binding.gyp
Solution:
sudo apt-get install nodejs-legacy
Do it even if you have nodejs installed!