Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to install as per standard instructions #3

Open
tomaszweinert opened this issue Apr 14, 2016 · 1 comment
Open

Unable to install as per standard instructions #3

tomaszweinert opened this issue Apr 14, 2016 · 1 comment

Comments

@tomaszweinert
Copy link

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

@davehorton
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants