-
Notifications
You must be signed in to change notification settings - Fork 4
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
npm install failing #19
Comments
Hi, thanks for reporting this. I can reproduce this, but only if I don't have an executable pip on PATH. Can you confirm that you have an executable pip binary where you're executing this? |
And if you indeed do have pip on PATH, it would be very helpful if you could run $ wget https://registry.npmjs.org/grunt-pylint/-/grunt-pylint-1.3.1.tgz
$ tar xf grunt-pylint-1.3.1.tgz
$ cd package/tasks/lib
$ pip install --no-index --no-deps --ignore-installed ./pylint-1.5.4.tar.gz ./astroid-1.4.4.tar.gz ./colorama-0.3.6.tar.gz ./six-1.10.0.tar.gz ./lazy-object-proxy-1.2.1.tar.gz ./wrapt-1.10.6.tar.gz --target . manually, and see if that works, as that's basically what npm is doing. Paste any output here if doesn't work and I'll see what I can about it! |
I have the same issue. Posting the output after following your steps:
Any comments/suggestions appreciated! |
Ubuntu 16.04
nodejs v7.4.0
npm v4.1.1
python v2.7.12
pip v9.0.1
Extract from npm-debug.log:
The text was updated successfully, but these errors were encountered: