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
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.
The text was updated successfully, but these errors were encountered:
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?
We are using docker and does not have git on it.
The text was updated successfully, but these errors were encountered: