We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
the command npm install -g thor fails because of a missing dependency.
npm install -g thor
npm ERR! Linux 4.8.0-32-generic npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "thor" npm ERR! node v7.0.0 npm ERR! npm v4.0.5 npm ERR! code 128
npm ERR! Command failed: git clone --template=/home/user/.npm/_git-remotes/_templates --mirror git://github.com/3rd-Eden/ws.git /home/user/.npm/_git-remotes/git-github-com-3rd-Eden-ws-git-2e9f11e5
the remote in question is not found on github.
The text was updated successfully, but these errors were encountered:
#42 update ws git remote path.
@srpelissier If there is urgency. Fork the project and update correct ws git path on package.json.
after run npm install -g srpelissier/thor
npm install -g srpelissier/thor
or run my forked git repo
npm install -g serdarozturk/thor
Sorry, something went wrong.
Is not urgent. I see your fix, but should I not wait for upstream to be green before closing?
This is also duplicated by #45 where I commented that a "fix" already in the main repo. Note that https://github.com/einaros/ws might differ from https://github.com/websockets/ws.
No branches or pull requests
the command
npm install -g thor
fails because of a missing dependency.npm ERR! Command failed: git clone --template=/home/user/.npm/_git-remotes/_templates --mirror git://github.com/3rd-Eden/ws.git /home/user/.npm/_git-remotes/git-github-com-3rd-Eden-ws-git-2e9f11e5
the remote in question is not found on github.
The text was updated successfully, but these errors were encountered: