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

Cannot install package without git #45

Open
neilpalima opened this issue Mar 24, 2020 · 1 comment
Open

Cannot install package without git #45

neilpalima opened this issue Mar 24, 2020 · 1 comment

Comments

@neilpalima
Copy link

npm ERR! code ENOGIT
npm ERR! Error while executing:
npm ERR! undefined ls-remote -h -t ssh://[email protected]/clearbit/needle.git
npm ERR! 
npm ERR! undefined
npm ERR! No git binary found in $PATH
npm ERR!
npm ERR! Failed using git.
npm ERR! Please check if you have git installed and in your PATH.

We are using docker and does not have git on it.

@geekgonecrazy
Copy link

Can confirm this one caught me over a year later. Trying to build an application in a docker image: node:14-alpine and alpine doesn't have git so this caused things to blow up.

Do you intend to get your fix needing a fork of needle into upstream? Is there an upstream PR we can bump to make sure it gets in and this need for pulling in your forked needle package goes away?

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