npm 2.7.4 included with io.js 1.6.3 fails to install dependencies from private git repositories such as:
"private": "git+ssh://git@github.com:org/private"
Error:
npm ERR! Cannot read property 'charAt' of undefined
For more information see npm/npm#7807