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 package #22

Open
IdanAdar opened this issue Jun 22, 2020 · 3 comments
Open

Unable to install package #22

IdanAdar opened this issue Jun 22, 2020 · 3 comments

Comments

@IdanAdar
Copy link

npm install fails with:

npm ERR! code ENOENT
npm ERR! syscall spawn git
npm ERR! path git
npm ERR! errno ENOENT
npm ERR! enoent Error while executing:
npm ERR! enoent undefined ls-remote -h -t ssh://[email protected]/DABH/diagnostics.git
npm ERR! enoent 
npm ERR! enoent 
npm ERR! enoent spawn git ENOENT
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoent 

@DABH

@s7an-it
Copy link

s7an-it commented Jun 22, 2020

Same issue, I am forced to install git and recreate images to use it? @IdanAdar did you manage to trace which package is having this dependency?

@turmsegler
Copy link

turmsegler commented Jun 22, 2020

Same problem here: The new git dependency breaks the builds since our build hosts must not use the git protocol for outgoing connections. It is really not a good idea to deviate from the use of https. Please reconsider.

@jcollum
Copy link

jcollum commented Jan 27, 2021

This has been fixed, right? We are seeing issues on our build box with a library that uses diagnostics.

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

4 participants