Last active
February 23, 2016 00:18
-
-
Save MrChrisJ/14e9cc728cf608dcd97a to your computer and use it in GitHub Desktop.
IPFS Station Error installing using NPM v3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pi@raspberrypi:~/station $ npm version | |
{ 'ipfs-station': '1.0.0-alpha.1', | |
npm: '3.7.3', | |
ares: '1.10.1-DEV', | |
http_parser: '2.5.0', | |
modules: '46', | |
node: '4.0.0', | |
openssl: '1.0.2d', | |
uv: '1.7.3', | |
v8: '4.5.103.30', | |
zlib: '1.2.8' } | |
pi@raspberrypi:~ $ node -v | |
v4.0.0 | |
======= | |
pi@raspberrypi:~ $ git clone https://github.com/ipfs/station.git | |
Cloning into 'station'... | |
remote: Counting objects: 1237, done. | |
remote: Compressing objects: 100% (27/27), done. | |
remote: Total 1237 (delta 22), reused 0 (delta 0), pack-reused 1210 | |
Receiving objects: 100% (1237/1237), 2.32 MiB | 2.01 MiB/s, done. | |
Resolving deltas: 100% (783/783), done. | |
Checking connectivity... done. | |
pi@raspberrypi:~ $ cd station | |
pi@raspberrypi:~/station $ npm install | |
npm ERR! fetch failed https://registry.npmjs.org/mout/-/mout-0.11.1.tgz | |
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 400 | |
npm ERR! Linux 4.1.17-v7+ | |
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" | |
npm ERR! node v4.0.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' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have tried a few different solutions from here: http://stackoverflow.com/questions/18419144/npm-not-working-read-econnreset
As well as
npm cache clean