nko4/website

npm install fails with error: "npm ERR! Error: invalid version: 0.0.13.2"

aoberoi opened this issue · 2 comments

fresh clone of the latest master, just doing an npm install, it finishes 'not ok'.

npm-debug.log: https://gist.github.com/aoberoi/7320742

it's not grabbing mongoose-auth from our fork on github... your npm version is out of date, try upgrading

awesome, that fixed it. thanks for the quick response.