The UI team challenge at work and one of my goals is to get more familiar with Node JS. Not hard to do since I don't have any now. The DOH! Network is using an older version of node and doesn't have npm at all apparently. After searching for hours, I at least have npm installed thanks to this thread. Node still shows the outdated version when typing 'node -v' but npm info while showing ERR! in front of each line shows node as v0.12.0. I was able to install gamedig for server stats but it throws an error when trying to run it through node. Calling gamedig directly (gamedig --type minecraft --host dohnetwork.com) works though so it's not totally broken.