I am trying to install grunt. According to this article all I should need to do is run
npm install -g grunt
After I run this command it appears to succeed and all dependencies are installed. When I then try to run grunt, I get command not found.
I am on Ubuntu 12.04.