You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you try upgrading your npm to the latest version, doing a git pull on this project and then trying again? It seems like the problem may be that the earlier version of npm that you are running does not support the syntax to define a dependency as being hosted on github rather than npmjs. I also just made a checkin to package.json that may help
Doing npm install returns error:
npm http GET https://registry.npmjs.org/debug
npm http GET https://github.com/davehorton/drachtio.git
npm http GET https://registry.npmjs.org/lodash
npm http GET https://registry.npmjs.org/range_check/0.0.5
npm http 304 https://registry.npmjs.org/lodash
npm http 304 https://registry.npmjs.org/range_check/0.0.5
npm http 304 https://registry.npmjs.org/debug
npm http 200 https://github.com/davehorton/drachtio.git
npm ERR! not a package /root/tmp/npm-7385-I4Mzje3h/1460632440018-0.33174588438123465/tmp.tgz
npm ERR! Error: ENOENT, open '/root/tmp/npm-7385-I4Mzje3h/1460632440018-0.33174588438123465/package/package.json'
npm ERR! If you need help, you may report this log at:
npm ERR! http://github.com/isaacs/npm/issues
npm ERR! or email it to:
npm ERR! [email protected]
npm ERR! System Linux 3.13.0-74-generic
npm ERR! command "/usr/bin/nodejs" "/usr/bin/npm" "install"
npm ERR! cwd /usr/local/src/simple-sip-proxy
npm ERR! node -v v0.10.25
npm ERR! npm -v 1.3.10
npm ERR! path /root/tmp/npm-7385-I4Mzje3h/1460632440018-0.33174588438123465/package/package.json
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR!
npm ERR! Additional logging details can be found in:
npm ERR! /usr/local/src/simple-sip-proxy/npm-debug.log
npm ERR! not ok code 0
The text was updated successfully, but these errors were encountered: