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
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 ?
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.
The text was updated successfully, but these errors were encountered: