npm install fails with error: "npm ERR! Error: invalid version: 0.0.13.2"
aoberoi opened this issue · 2 comments
aoberoi commented
fresh clone of the latest master, just doing an npm install
, it finishes 'not ok'.
npm-debug.log: https://gist.github.com/aoberoi/7320742
gerad commented
it's not grabbing mongoose-auth from our fork on github... your npm version is out of date, try upgrading
aoberoi commented
awesome, that fixed it. thanks for the quick response.