The install instructions say that node is required, but don't mention other dependencies. In my case (El Capitan 10.11.5 (15F34)), I needed: ``` npm install --save ws npm install --save node-static ```