-
Notifications
You must be signed in to change notification settings - Fork 5
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 on github repository #2
Comments
It looks like there's been some activity in zkat/pacote#172 I'll open an issue there and reference this |
Thanks a lot for reporting this. The repository relies on several features brought by the next major release of I am also experiencing issue though with this approach, namely To fix this problem, I am considering making an alpha release of |
Running
appears to work for me. It's installed as
|
I have just published |
|
Looking good now. Thanks for helping out 👍 |
Great! 🎉 |
@all-contributors please add @BarryThePenguin for finding out that bug! Feel free to submit more issues/requests, they are welcome :) |
I've put up a pull request to add @BarryThePenguin! 🎉 |
Running
npm install gulp-execa
is hanging while looking forsindresorhus/execa
Changing the reference to
fixes the issue, so it may be a problem with my local environment, or git setup. It could also be an issue with the npm cli. Or even github itseful.
I'm not entirely sure where the problem is, so I'm starting by opening a pull request here
Steps to reproduce
Run
npm install --loglevel=silly gulp-execa
in an npm projectThe install gets stuck trying to
git ls-remote -h -t git://github.com/sindresorhus/execa.git
Expected behavior
npm install gulp-execa
should install successfullyEnvironment
The text was updated successfully, but these errors were encountered: