-
Notifications
You must be signed in to change notification settings - Fork 153
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 "npm install -g thor" #45
Comments
Even I am having the same error on my ubuntu 16.04 |
Seems this dependency has been removed? Is there another variation available?
|
Anyone found a fix for this? |
@john-doherty yes TL; DR; Install the package from the source:
It seems that in the Now |
Unable to clone, getting the following error:
|
@john-doherty Look's like you don't have a SSH key uploaded to Github or added to ssh-agent (https://help.github.com/articles/connecting-to-github-with-ssh/). Try with HTTPS: |
Seeing as Node.js is the only mentioned dependency, I installed the stable Node.js on Windows, and then ran the command
Since git is not mentioned as a dependency, I figured I didn't install Node.js correctly, but installing other Websocket packages works. Should Open a separate issue? |
@alecz20 Indeed Git is required. You could modify the README to mention this explicitly (via PR, will be faster than opening an issue :). To fix this, you just need Git installed on your Windows box, see: https://github.com/npm/npm/wiki/Troubleshooting#no-git |
👍 |
Documented the dependency on Git and an alternate way to install using git and npm locally (solution from issue observing#45
|
I somehow installed the thor this is how: but it is not working for me. |
I get the following error on a mac:
Command failed: git clone --template=/Users/JD/.npm/_git-remotes/_templates --mirror git://github.com/3rd-Eden/ws.git /Users/JD/.npm/_git-remotes/git-github-com-3rd-Eden-ws-git-2e9f11e5
The text was updated successfully, but these errors were encountered: