-
Notifications
You must be signed in to change notification settings - Fork 272
Can not get shout by npm #656
Comments
I can |
@astorije It still doesn‘t work, and I believe it is because the url of package emmiter using http instead of https. this picture is the output of command "npm show [email protected] |
I don't see how the http/https schemes can be an issue, because GitHub is serving this tarball just fine over http.
If this is indeed an issue with http/https, I'm truly puzzled, because it never occurred to me. Any chance this could come from settings at your network/router level? |
Yes, I have tried without -g option,but it doesn't help. I can run ‘npm install [email protected]’ and ’npm install thelounge‘ successfully. T^T |
I can't think of anything else than a network-related issue then :-/ If someone else gets this, please shout! |
I'm getting the same issue. I'm trying to do this in a container but I can try bare metal if someone needs me to. Strangely i cannot get the tarball over http i have to use https using a ubuntu 16.04 container
debug log https://pastebin.com/U0H01n4Q I have confirmed that I can't get the tar.gz over cleartext. Running it on a different machine (same internet connection) I get
I have basically no experience with npm/node so i'm not sure what to do at this point. I think you are likely right that this is likely a network issue. Not sure why i'm one of the lucky few who can't get emitter over clear text :\ EDIT: It might be worth noting that the first time i ran ' sudo npm -g install shout' I let it run for about 16 hours (went to bed, went to work, came home and remembered I should be able to use shout) and it was hanged on the part where it gets emitter. No error. |
hey @robertsknutzen, just a note Shout is inactive and you can find a community updated fork over here: https://github.com/thelounge/lounge. Not 100% sure it will fix your issue, but you'll at least get support :) feel free to hop on #thelounge on freenode to chat if you have any questions. |
when I run ’npm install shout -g', I get the following same errors on my two different computers(one server, one PC). And I am sure that I'm not behind a proxy.
`
npm WARN deprecated [email protected]: the module is now available as 'css-select'
npm WARN deprecated [email protected]: the module is now available as 'css-what'
npm ERR! fetch failed http://github.com/component/emitter/archive/1.0.1.tar.gz
npm WARN retry will retry, error on last attempt: Error: read ECONNRESET
npm ERR! fetch failed http://github.com/component/emitter/archive/1.0.1.tar.gz
npm WARN retry will retry, error on last attempt: Error: read ECONNRESET
npm ERR! fetch failed http://github.com/component/emitter/archive/1.0.1.tar.gz
npm ERR! Linux 3.10.0-123.4.4.el7.x86_64
npm ERR! argv "/root/git/nvm/versions/node/v5.8.0/bin/node" "/root/git/nvm/versions/node/v5.8.0/bin/npm" "install" "shout" "-g"
npm ERR! node v5.8.0
npm ERR! npm v3.7.3
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! syscall read
npm ERR! network read ECONNRESET
npm ERR! network This is most likely not a problem with npm itself
npm ERR! network and is related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! Please include the following file with any support request:
npm ERR! /root/npm-debug.log
`
The text was updated successfully, but these errors were encountered: