The problem is that the version of npm that is bundled with the "latest stable" version of node does not properly install some of our npm packages. To fix this, open a command prompt and run:
npm -g install npm
To update npm to the latest version. This should fix the problem.