Skip to content

Instantly share code, notes, and snippets.

@jcantrill
Created May 5, 2015 15:27
Show Gist options
  • Save jcantrill/c050f9ffa7cc3a158fda to your computer and use it in GitHub Desktop.
Save jcantrill/c050f9ffa7cc3a158fda to your computer and use it in GitHub Desktop.
[install-assets] npm install
[ERROR] Command 'npm install' failed with 1, logs:
npm WARN optional dep failed, continuing [email protected]
> [email protected] install /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/phantomjs
> node install.js
Downloading https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-1.9.8-linux-x86_64.tar.bz2
Saving to /tmp/phantomjs/phantomjs-1.9.8-linux-x86_64.tar.bz2
Receiving...
Error making request.
Error: read ECONNRESET
at errnoException (net.js:905:11)
at TCP.onread (net.js:559:19)
Please report this full log at https://github.com/Medium/phantomjs
> [email protected] postinstall /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin
> node lib/install.js
fetch : https://raw.github.com/imagemin/optipng-bin/v1.0.1/vendor/linux/x64/optipng
✔ pre-build test passed successfully!
> [email protected] postinstall /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle
> node lib/install.js
fetch : https://raw.github.com/imagemin/gifsicle-bin/v1.0.3/vendor/linux/x64/gifsicle
✔ pre-build test passed successfully!
> [email protected] postinstall /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/imagemin/node_modules/imagemin-pngquant/node_modules/pngquant-bin
> node lib/install.js
fetch : https://raw.github.com/imagemin/pngquant-bin/v1.0.1/vendor/linux/x64/pngquant
✔ pre-build test passed successfully!
> [email protected] postinstall /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin
> node lib/install.js
fetch : https://raw.github.com/imagemin/jpegtran-bin/v1.0.2/vendor/linux/x64/jpegtran
✔ pre-build test passed successfully!
> [email protected] install /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)
make: Entering directory `/home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
SOLINK_MODULE(target) Release/obj.target/bufferutil.node
SOLINK_MODULE(target) Release/obj.target/bufferutil.node: Finished
COPY Release/bufferutil.node
CXX(target) Release/obj.target/validation/src/validation.o
SOLINK_MODULE(target) Release/obj.target/validation.node
SOLINK_MODULE(target) Release/obj.target/validation.node: Finished
COPY Release/validation.node
make: Leaving directory `/home/jeff.cantrill/go/src/github.com/openshift/origin/assets/node_modules/karma/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
npm ERR! Linux 3.19.3-100.fc20.x86_64
npm ERR! argv "node" "/usr/bin/npm" "install"
npm ERR! node v0.10.36
npm ERR! npm v2.1.17
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install: `node install.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node install.js'.
npm ERR! This is most likely a problem with the phantomjs package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node install.js
npm ERR! You can get their info via:
npm ERR! npm owner ls phantomjs
npm ERR! There is likely additional logging output above.
npm ERR! Please include the following file with any support request:
npm ERR! /home/jeff.cantrill/go/src/github.com/openshift/origin/assets/npm-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment