Created
May 23, 2015 05:15
-
-
Save simkimsia/9233fe1561bb88049d3e to your computer and use it in GitHub Desktop.
npm error log
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
| pm WARN package.json starter-kit@0.0.1 No repository field. | |
| npm WARN deprecated css-sprite@0.9.9: css-sprite is now called sprity | |
| npm WARN optional dep failed, continuing fsevents@0.3.6 | |
| > spawn-sync@1.0.11 postinstall /var/virtual/WebApps/kstest/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-optipng/node_modules/optipng-bin/node_modules/bin-wrapper/node_modules/bin-check/node_modules/spawn-sync | |
| > node postinstall | |
| > spawn-sync@1.0.11 postinstall /var/virtual/WebApps/kstest/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-gifsicle/node_modules/gifsicle/node_modules/bin-wrapper/node_modules/bin-check/node_modules/spawn-sync | |
| > node postinstall | |
| > spawn-sync@1.0.11 postinstall /var/virtual/WebApps/kstest/node_modules/gulp-imagemin/node_modules/imagemin/node_modules/imagemin-jpegtran/node_modules/jpegtran-bin/node_modules/bin-wrapper/node_modules/bin-check/node_modules/spawn-sync | |
| > node postinstall | |
| > gmsmith@0.4.5 preinstall /var/virtual/WebApps/kstest/node_modules/css-sprites/node_modules/spritesmith/node_modules/gmsmith | |
| > gm -version || convert -version | |
| sh: 1: gm: Permission denied | |
| sh: 1: convert: Permission denied | |
| npm WARN optional dep failed, continuing gmsmith@0.4.5 | |
| > phantomjssmith@0.4.6 preinstall /var/virtual/WebApps/kstest/node_modules/css-sprites/node_modules/spritesmith/node_modules/phantomjssmith | |
| > phantomjs --version | |
| sh: 1: phantomjs: Permission denied | |
| npm WARN optional dep failed, continuing phantomjssmith@0.4.6 | |
| npm WARN engine pngjs@0.4.0: wanted: {"node":"0.8.x"} (current: {"node":"0.12.3","npm":"2.10.1"}) | |
| > canvas@1.1.6 install /var/virtual/WebApps/kstest/node_modules/css-sprites/node_modules/spritesmith/node_modules/canvassmith/node_modules/canvas | |
| > node-gyp rebuild | |
| sh: 1: node-gyp: Permission denied | |
| npm WARN optional dep failed, continuing canvassmith@0.2.4 | |
| npm WARN optional dep failed, continuing imagemin-optipng@4.2.0 | |
| npm WARN optional dep failed, continuing imagemin-jpegtran@4.1.0 | |
| npm WARN optional dep failed, continuing imagemin-gifsicle@4.1.0 | |
| npm WARN optional dep failed, continuing fsevents@0.3.6 | |
| > phantomjs@1.9.17 install /var/virtual/WebApps/kstest/node_modules/gulp-uncss/node_modules/uncss/node_modules/phridge/node_modules/phantomjs | |
| > node install.js | |
| > ws@0.5.0 install /var/virtual/WebApps/kstest/node_modules/browser-sync/node_modules/socket.io/node_modules/engine.io/node_modules/ws | |
| > (node-gyp rebuild 2> builderror.log) || (exit 0) | |
| sh: 1: cannot create builderror.log: Permission denied | |
| sh: 1: node-gyp: Permission denied | |
| / | |
| > customizr@1.0.0-alpha postinstall /var/virtual/WebApps/kstest/node_modules/gulp-modernizr/node_modules/customizr | |
| > node scripts/postinstall.js | |
| - | |
| > ws@0.4.31 install /var/virtual/WebApps/kstest/node_modules/browser-sync/node_modules/socket.io/node_modules/socket.io-client/node_modules/engine.io-client/node_modules/ws | |
| > (node-gyp rebuild 2> builderror.log) || (exit 0) | |
| sh: 1: cannot create builderror.log: Permission denied | |
| sh: 1: node-gyp: Permission denied | |
| | | |
| > node-sass@3.1.2 install /var/virtual/WebApps/kstest/node_modules/gulp-sass/node_modules/node-sass | |
| > node scripts/install.js | |
| - | |
| > lwip@0.0.6 install /var/virtual/WebApps/kstest/node_modules/css-sprite/node_modules/lwip | |
| > node-gyp rebuild | |
| sh: 1: node-gyp: Permission denied | |
| npm ERR! Linux 3.13.0-24-generic | |
| npm ERR! argv "node" "/root/.nvm/versions/node/v0.12.3/bin/npm" "install" | |
| npm ERR! node v0.12.3 | |
| npm ERR! npm v2.10.1 | |
| npm ERR! code ELIFECYCLE | |
| npm ERR! phantomjs@1.9.17 install: `node install.js` | |
| npm ERR! Exit status 1 | |
| npm ERR! | |
| npm ERR! Failed at the phantomjs@1.9.17 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! /var/virtual/WebApps/kstest/npm-debug.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment