alexkirsz / dispatch-proxy

Combine internet connections, increase your download speed
MIT License
3.47k stars 244 forks source link

can not install! #58

Closed heforfree closed 8 years ago

heforfree commented 8 years ago

hi i can not install it https://gist.github.com/heforfree/e8c3d12cf217f11b5690#file-dispatch

alexkirsz commented 8 years ago

This issue is not related to dispatch-proxy itself. Looks like you have network issues that prevent you from installing a module with npm.

39 error network This is most likely not a problem with npm itself
39 error network and is related to network connectivity.
39 error network In most cases you are behind a proxy or have bad network settings.
39 error network
39 error network If you are behind a proxy, please make sure that the
39 error network 'proxy' config is set properly.  See: 'npm help config'
heforfree commented 8 years ago

i don't use any proxy and i can connect net. my connection is ppoe and in modem. but i Guess it because UDP.i think isp blocked somehow that.

heforfree commented 8 years ago

is there anyway install it offline?

alexkirsz commented 8 years ago

I recommend you look on Google for people with similar issues. NPM is mandatory in order to install dispatch-proxy.

heforfree commented 8 years ago

ok thank you very much.helped me used this command set to http npm config set registry http://registry.npmjs.org/

set p-r-o-x-y npm config set proxy http://find-p-r-o-x-y:port

install dispatch npm install -g dispatch-proxy

check installed 0.1.4 dispatch -V

remove p-r-o-x-y npm config rm proxy