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

npm install command failing due to winston-transport dependency #1915

Open
bhaveshkumarMMT opened this issue May 5, 2021 · 0 comments
Open

Comments

@bhaveshkumarMMT
Copy link

version: winston@3

What is the problem?

npm install for winston is failing due internal winston-transport dependency
Getting following error
#10 240.7 npm ERR! syscall spawn git
#10 240.7 npm ERR! path git
#10 240.7 npm ERR! errno ENOENT
#10 240.7 npm ERR! enoent Error while executing:
#10 240.7 npm ERR! enoent undefined ls-remote -h -t ssh://git@github.com/winstonjs/winston-transport.git
#10 240.7 npm ERR! enoent
#10 240.7 npm ERR! enoent
#10 240.7 npm ERR! enoent spawn git ENOENT
#10 240.7 npm ERR! enoent This is related to npm not being able to find a file.
#10 240.7 npm ERR! enoent

Facing this same issue from yesterday in all docker build
Node version tried 10 and 12

What do you expect to happen instead?

npm install shouldn't failed for winston and internal dependency should be resolved.

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

1 participant