I beleive the issue is Node 5.0.0. Works when I downgrade to 4.2.1. Instructions as per http://stackoverflow.com/a/23569481/158126
$ npm install -g n
$ n 4.2.1
I was finding commands like $bower install
was doing the same thing which made me think of it.