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

Ubuntu 16.04 npm install fails with error code: 128 #2153

Closed
asmodat opened this issue Dec 28, 2018 · 2 comments
Closed

Ubuntu 16.04 npm install fails with error code: 128 #2153

asmodat opened this issue Dec 28, 2018 · 2 comments

Comments

@asmodat
Copy link

asmodat commented Dec 28, 2018

Fails on ubuntu 16.04

Initially had issue, that git was not installed in /usr/bin/git, so I added a simlink using this command:

ln -s /usr/bin/git /bin/git

Which fixed the issue of this npm awful package not being able to find git where it was looking for it, but I am still getting the following error, what is going on ?

npm ERR! Error while executing:
npm ERR! /usr/bin/git ls-remote -h -t git://github.com/frozeman/WebSocket-Node.git
npm ERR!
npm ERR! undefined
npm ERR! exited with error code: 128

Note: I can't install this package globally, because I don't want to to use sudo!

git config --global url.https://github.com/.insteadOf git://github.com/

Does not helped either.

@Flash-Git
Copy link
Contributor

What command are you using? I'm not sure what you're trying to do.

@nivida
Copy link
Contributor

nivida commented Apr 16, 2019

Closed because of the ongoing clean up of the issue list. Feel free to ask this in our gitter channel or on stackoverflow.

@nivida nivida closed this as completed Apr 16, 2019
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

3 participants