[GH-ISSUE #165] fail to npm install #135

Closed
opened 2026-02-26 05:31:25 +03:00 by kerem · 4 comments
Owner

Originally created by @wowtous on GitHub (Sep 7, 2015).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/165

The question I have met is failing to npm install,and the log like this:

85 info install log.io@0.3.4
86 info postinstall log.io@0.3.4
87 verbose unsafe-perm in lifecycle true
88 info prepublish log.io@0.3.4
89 verbose unsafe-perm in lifecycle true
90 info log.io@0.3.4 Failed to exec prepublish script
91 verbose stack Error: log.io@0.3.4 prepublish: `cake build`
91 verbose stack Exit status 1
91 verbose stack     at EventEmitter.<anonymous> (/opt/node/lib/node_modules/npm/lib/utils/lifecycle.js:213:16)
91 verbose stack     at EventEmitter.emit (events.js:110:17)
91 verbose stack     at ChildProcess.<anonymous> (/opt/node/lib/node_modules/npm/lib/utils/spawn.js:24:14)
91 verbose stack     at ChildProcess.emit (events.js:110:17)
91 verbose stack     at maybeClose (child_process.js:1015:16)
91 verbose stack     at Process.ChildProcess._handle.onexit (child_process.js:1087:5)
92 verbose pkgid log.io@0.3.4
93 verbose cwd /home/*/Log.io
94 error Linux 3.19.0-23-generic
95 error argv "/*/bin/node" "/*/bin/npm" "install"
96 error node v0.12.6
97 error npm  v2.11.2
98 error code ELIFECYCLE
99 error log.io@0.3.4 prepublish: `cake build`
99 error Exit status 1
100 error Failed at the log.io@0.3.4 prepublish script 'cake build'.
100 error This is most likely a problem with the log.io package,
100 error not with npm itself.
100 error Tell the author that this fails on your system:
100 error     cake build
100 error You can get their info via:
100 error     npm owner ls log.io
100 error There is likely additional logging output above.
101 verbose exit [ 1, true ]
Originally created by @wowtous on GitHub (Sep 7, 2015). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/165 The question I have met is failing to npm install,and the log like this: ``` npm-debug.log 85 info install log.io@0.3.4 86 info postinstall log.io@0.3.4 87 verbose unsafe-perm in lifecycle true 88 info prepublish log.io@0.3.4 89 verbose unsafe-perm in lifecycle true 90 info log.io@0.3.4 Failed to exec prepublish script 91 verbose stack Error: log.io@0.3.4 prepublish: `cake build` 91 verbose stack Exit status 1 91 verbose stack at EventEmitter.<anonymous> (/opt/node/lib/node_modules/npm/lib/utils/lifecycle.js:213:16) 91 verbose stack at EventEmitter.emit (events.js:110:17) 91 verbose stack at ChildProcess.<anonymous> (/opt/node/lib/node_modules/npm/lib/utils/spawn.js:24:14) 91 verbose stack at ChildProcess.emit (events.js:110:17) 91 verbose stack at maybeClose (child_process.js:1015:16) 91 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:1087:5) 92 verbose pkgid log.io@0.3.4 93 verbose cwd /home/*/Log.io 94 error Linux 3.19.0-23-generic 95 error argv "/*/bin/node" "/*/bin/npm" "install" 96 error node v0.12.6 97 error npm v2.11.2 98 error code ELIFECYCLE 99 error log.io@0.3.4 prepublish: `cake build` 99 error Exit status 1 100 error Failed at the log.io@0.3.4 prepublish script 'cake build'. 100 error This is most likely a problem with the log.io package, 100 error not with npm itself. 100 error Tell the author that this fails on your system: 100 error cake build 100 error You can get their info via: 100 error npm owner ls log.io 100 error There is likely additional logging output above. 101 verbose exit [ 1, true ] ```
kerem closed this issue 2026-02-26 05:31:25 +03:00
Author
Owner

@vitalyisaev2 commented on GitHub (Oct 2, 2015):

  • 1
    Cannot install it in the official Node.js Docker container.

Dockerfile:

FROM node:latest

RUN npm install -g log.io --user "root"

EXPOSE 28777
npm info it worked if it ends with ok
npm info using npm@2.14.4
npm info using node@v4.1.1
npm info attempt registry request try #1 at 11:29:01 AM
npm http request GET https://registry.npmjs.org/log.io
npm http 200 https://registry.npmjs.org/log.io
npm info retry fetch attempt 1 at 11:29:02 AM
npm info attempt registry request try #1 at 11:29:02 AM
npm http fetch GET https://registry.npmjs.org/log.io/-/log.io-0.3.4.tgz
npm http fetch 200 https://registry.npmjs.org/log.io/-/log.io-0.3.4.tgz
npm info install log.io@0.3.4 into /usr/local/lib
npm info installOne log.io@0.3.4
npm info preinstall log.io@0.3.4
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/backbone
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/underscore
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/jquery
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/jquery-browserify
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/socket.io
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/socket.io-client
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/express
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/winston
npm info attempt registry request try #1 at 11:29:02 AM
npm http request GET https://registry.npmjs.org/coffee-script
npm http 200 https://registry.npmjs.org/jquery
npm http 200 https://registry.npmjs.org/winston
npm http 200 https://registry.npmjs.org/underscore
npm info retry fetch attempt 1 at 11:29:02 AM
npm info attempt registry request try #1 at 11:29:02 AM
npm http fetch GET https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz
npm info retry fetch attempt 1 at 11:29:02 AM
npm info attempt registry request try #1 at 11:29:02 AM
npm http fetch GET https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
npm info retry fetch attempt 1 at 11:29:02 AM
npm info attempt registry request try #1 at 11:29:02 AM
npm http fetch GET https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
npm http 200 https://registry.npmjs.org/coffee-script
npm info retry fetch attempt 1 at 11:29:03 AM
npm info attempt registry request try #1 at 11:29:03 AM
npm http fetch GET https://registry.npmjs.org/coffee-script/-/coffee-script-1.4.0.tgz
npm http 200 https://registry.npmjs.org/socket.io
npm info retry fetch attempt 1 at 11:29:03 AM
npm info attempt registry request try #1 at 11:29:03 AM
npm http fetch GET https://registry.npmjs.org/socket.io/-/socket.io-0.9.17.tgz
npm http 200 https://registry.npmjs.org/socket.io-client
npm info retry fetch attempt 1 at 11:29:03 AM
npm info attempt registry request try #1 at 11:29:03 AM
npm http fetch GET https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.17.tgz
npm http fetch 200 https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz
npm http fetch 200 https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz
npm http fetch 200 https://registry.npmjs.org/winston/-/winston-0.6.2.tgz
npm http 200 https://registry.npmjs.org/backbone
npm http fetch 200 https://registry.npmjs.org/coffee-script/-/coffee-script-1.4.0.tgz
npm info retry fetch attempt 1 at 11:29:03 AM
npm info attempt registry request try #1 at 11:29:03 AM
npm http fetch GET https://registry.npmjs.org/backbone/-/backbone-0.9.10.tgz
npm http fetch 200 https://registry.npmjs.org/socket.io/-/socket.io-0.9.17.tgz
npm http fetch 200 https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.17.tgz
npm http 200 https://registry.npmjs.org/express
npm http fetch 200 https://registry.npmjs.org/backbone/-/backbone-0.9.10.tgz
npm info retry fetch attempt 1 at 11:29:03 AM
npm info attempt registry request try #1 at 11:29:03 AM
npm http fetch GET https://registry.npmjs.org/express/-/express-3.0.6.tgz
npm http 200 https://registry.npmjs.org/jquery-browserify
npm info retry fetch attempt 1 at 11:29:03 AM
npm info attempt registry request try #1 at 11:29:03 AM
npm http fetch GET https://registry.npmjs.org/jquery-browserify/-/jquery-browserify-1.8.1.tgz
npm http fetch 200 https://registry.npmjs.org/express/-/express-3.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/jquery-browserify/-/jquery-browserify-1.8.1.tgz
npm info install underscore@1.4.4 into /usr/local/lib/node_modules/log.io
npm info install winston@0.6.2 into /usr/local/lib/node_modules/log.io
npm info install socket.io@0.9.17 into /usr/local/lib/node_modules/log.io
npm info install jquery@1.8.3 into /usr/local/lib/node_modules/log.io
npm info install coffee-script@1.4.0 into /usr/local/lib/node_modules/log.io
npm info install backbone@0.9.10 into /usr/local/lib/node_modules/log.io
npm info install express@3.0.6 into /usr/local/lib/node_modules/log.io
npm info install jquery-browserify@1.8.1 into /usr/local/lib/node_modules/log.io
npm info install socket.io-client@0.9.17 into /usr/local/lib/node_modules/log.io
npm info installOne underscore@1.4.4
npm info installOne winston@0.6.2
npm info installOne socket.io@0.9.17
npm info installOne jquery@1.8.3
npm info installOne coffee-script@1.4.0
npm info installOne backbone@0.9.10
npm info installOne express@3.0.6
npm info installOne jquery-browserify@1.8.1
npm info installOne socket.io-client@0.9.17
npm info preinstall backbone@0.9.10
npm info preinstall underscore@1.4.4
npm info build /usr/local/lib/node_modules/log.io/node_modules/backbone
npm info preinstall jquery-browserify@1.8.1
npm info linkStuff backbone@0.9.10
npm info install backbone@0.9.10
npm info postinstall backbone@0.9.10
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery-browserify
npm info build /usr/local/lib/node_modules/log.io/node_modules/underscore
npm info linkStuff jquery-browserify@1.8.1
npm info install jquery-browserify@1.8.1
npm info postinstall jquery-browserify@1.8.1
npm info linkStuff underscore@1.4.4
npm info install underscore@1.4.4
npm info postinstall underscore@1.4.4
npm info preinstall express@3.0.6
npm info preinstall jquery@1.8.3
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/connect
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/commander
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/range-parser
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/mkdirp
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/cookie
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/buffer-crc32
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/fresh
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/methods
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/send
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/cookie-signature
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/debug
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/jsdom
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/htmlparser
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/xmlhttprequest
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/location
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/navigator
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/contextify
npm info preinstall coffee-script@1.4.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/coffee-script
npm info linkStuff coffee-script@1.4.0
npm info install coffee-script@1.4.0
npm info postinstall coffee-script@1.4.0
npm info preinstall socket.io@0.9.17
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/policyfile
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/base64id
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/redis
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz
npm info preinstall winston@0.6.2
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/async
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/colors
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/cycle
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/eyes
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/pkginfo
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/request
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/stack-trace
npm http 200 https://registry.npmjs.org/methods
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/methods/-/methods-0.0.1.tgz
npm http 200 https://registry.npmjs.org/fresh
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz
npm info preinstall socket.io-client@0.9.17
npm http 200 https://registry.npmjs.org/cookie
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/uglify-js
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/ws
npm info attempt registry request try #1 at 11:29:04 AM
npm http request GET https://registry.npmjs.org/active-x-obfuscator
npm http 200 https://registry.npmjs.org/debug
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz
npm http 200 https://registry.npmjs.org/policyfile
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/debug/-/debug-2.2.0.tgz
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
npm http 200 https://registry.npmjs.org/base64id
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
npm http 200 https://registry.npmjs.org/cookie-signature
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz
npm http 200 https://registry.npmjs.org/cycle
npm http 200 https://registry.npmjs.org/eyes
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz
npm http 200 https://registry.npmjs.org/location
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/location/-/location-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/methods/-/methods-0.0.1.tgz
npm http 200 https://registry.npmjs.org/mkdirp
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz
npm http 200 https://registry.npmjs.org/navigator
npm http 200 https://registry.npmjs.org/colors
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/navigator/-/navigator-1.0.1.tgz
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/colors/-/colors-0.6.2.tgz
npm http 200 https://registry.npmjs.org/send
npm http 200 https://registry.npmjs.org/buffer-crc32
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/send/-/send-0.1.0.tgz
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz
npm http 200 https://registry.npmjs.org/active-x-obfuscator
npm http fetch 200 https://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz
npm http 200 https://registry.npmjs.org/htmlparser
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.6.tgz
npm http fetch 200 https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz
npm http fetch 200 https://registry.npmjs.org/location/-/location-0.0.1.tgz
npm http 200 https://registry.npmjs.org/commander
npm http 200 https://registry.npmjs.org/stack-trace
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/commander/-/commander-0.6.1.tgz
npm http 200 https://registry.npmjs.org/async
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/async/-/async-0.1.22.tgz
npm http fetch 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz
npm http 200 https://registry.npmjs.org/connect
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/connect/-/connect-2.7.2.tgz
npm http fetch 200 https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz
npm http fetch 200 https://registry.npmjs.org/colors/-/colors-0.6.2.tgz
npm http fetch 200 https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz
npm http 200 https://registry.npmjs.org/range-parser
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz
npm http 200 https://registry.npmjs.org/contextify
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz
npm http fetch 200 https://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.6.tgz
npm http 200 https://registry.npmjs.org/pkginfo
npm info retry fetch attempt 1 at 11:29:04 AM
npm info attempt registry request try #1 at 11:29:04 AM
npm http fetch GET https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/async/-/async-0.1.22.tgz
npm http fetch 200 https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz
npm http fetch 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/connect/-/connect-2.7.2.tgz
npm http fetch 200 https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/send/-/send-0.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz
npm http fetch 200 https://registry.npmjs.org/navigator/-/navigator-1.0.1.tgz
npm http 200 https://registry.npmjs.org/jsdom
npm info retry fetch attempt 1 at 11:29:05 AM
npm info attempt registry request try #1 at 11:29:05 AM
npm http fetch GET https://registry.npmjs.org/jsdom/-/jsdom-0.2.19.tgz
npm http 200 https://registry.npmjs.org/xmlhttprequest
npm info retry fetch attempt 1 at 11:29:05 AM
npm info attempt registry request try #1 at 11:29:05 AM
npm http fetch GET https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz
npm http fetch 200 https://registry.npmjs.org/jsdom/-/jsdom-0.2.19.tgz
npm http 200 https://registry.npmjs.org/redis
npm info retry fetch attempt 1 at 11:29:05 AM
npm info attempt registry request try #1 at 11:29:05 AM
npm http fetch GET https://registry.npmjs.org/redis/-/redis-0.7.3.tgz
npm http 200 https://registry.npmjs.org/request
npm info retry fetch attempt 1 at 11:29:05 AM
npm info attempt registry request try #1 at 11:29:05 AM
npm http fetch GET https://registry.npmjs.org/request/-/request-2.9.203.tgz
npm http fetch 200 https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz
npm http fetch 200 https://registry.npmjs.org/redis/-/redis-0.7.3.tgz
npm http fetch 200 https://registry.npmjs.org/request/-/request-2.9.203.tgz
npm http fetch 200 https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz
npm info install location@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery
npm info install contextify@0.1.14 into /usr/local/lib/node_modules/log.io/node_modules/jquery
npm info install navigator@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery
npm info install htmlparser@1.7.6 into /usr/local/lib/node_modules/log.io/node_modules/jquery
npm info install jsdom@0.2.19 into /usr/local/lib/node_modules/log.io/node_modules/jquery
npm info install xmlhttprequest@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery
npm info installOne location@0.0.1
npm info installOne contextify@0.1.14
npm info installOne navigator@1.0.1
npm info installOne htmlparser@1.7.6
npm info installOne jsdom@0.2.19
npm info installOne xmlhttprequest@1.4.2
npm http fetch 200 https://registry.npmjs.org/debug/-/debug-2.2.0.tgz
npm info preinstall navigator@1.0.1
npm info preinstall location@0.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/navigator
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/location
npm info linkStuff navigator@1.0.1
npm info linkStuff location@0.0.1
npm info install navigator@1.0.1
npm info install location@0.0.1
npm info postinstall navigator@1.0.1
npm info postinstall location@0.0.1
npm info preinstall contextify@0.1.14
npm info install cycle@1.0.3 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info install eyes@0.1.8 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info install colors@0.6.2 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info install stack-trace@0.0.9 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info install async@0.1.22 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info install pkginfo@0.2.3 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info install request@2.9.203 into /usr/local/lib/node_modules/log.io/node_modules/winston
npm info installOne cycle@1.0.3
npm info installOne eyes@0.1.8
npm info installOne colors@0.6.2
npm info installOne stack-trace@0.0.9
npm info installOne async@0.1.22
npm info installOne pkginfo@0.2.3
npm info installOne request@2.9.203
npm info preinstall xmlhttprequest@1.4.2
npm info attempt registry request try #1 at 11:29:05 AM
npm http request GET https://registry.npmjs.org/bindings
npm info attempt registry request try #1 at 11:29:05 AM
npm http request GET https://registry.npmjs.org/nan
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/xmlhttprequest
npm http 200 https://registry.npmjs.org/ws
npm info linkStuff xmlhttprequest@1.4.2
npm info install xmlhttprequest@1.4.2
npm info postinstall xmlhttprequest@1.4.2
npm info retry fetch attempt 1 at 11:29:05 AM
npm info attempt registry request try #1 at 11:29:05 AM
npm http fetch GET https://registry.npmjs.org/ws/-/ws-0.4.32.tgz
npm info preinstall cycle@1.0.3
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/cycle
npm info linkStuff cycle@1.0.3
npm info install cycle@1.0.3
npm info postinstall cycle@1.0.3
npm info preinstall stack-trace@0.0.9
npm info preinstall eyes@0.1.8
npm info preinstall async@0.1.22
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/stack-trace
npm info preinstall colors@0.6.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/eyes
npm info linkStuff stack-trace@0.0.9
npm info linkStuff eyes@0.1.8
npm info install stack-trace@0.0.9
npm info install eyes@0.1.8
npm info postinstall stack-trace@0.0.9
npm info postinstall eyes@0.1.8
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/async
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/colors
npm info linkStuff async@0.1.22
npm info install async@0.1.22
npm info linkStuff colors@0.6.2
npm info postinstall async@0.1.22
npm info install colors@0.6.2
npm info postinstall colors@0.6.2
npm info preinstall pkginfo@0.2.3
npm info preinstall jsdom@0.2.19
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/pkginfo
npm info linkStuff pkginfo@0.2.3
npm info install pkginfo@0.2.3
npm info postinstall pkginfo@0.2.3
npm info attempt registry request try #1 at 11:29:05 AM
npm http request GET https://registry.npmjs.org/cssstyle
npm info attempt registry request try #1 at 11:29:05 AM
npm http request GET https://registry.npmjs.org/cssom
npm info retry fetch attempt 1 at 11:29:05 AM
npm info attempt registry request try #1 at 11:29:05 AM
npm http fetch GET https://registry.npmjs.org/request/-/request-2.64.0.tgz
npm info preinstall request@2.9.203
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/request
npm info linkStuff request@2.9.203
npm info install request@2.9.203
npm info postinstall request@2.9.203
npm info build /usr/local/lib/node_modules/log.io/node_modules/winston
npm info linkStuff winston@0.6.2
npm info install winston@0.6.2
npm info postinstall winston@0.6.2
npm http fetch 200 https://registry.npmjs.org/commander/-/commander-0.6.1.tgz
npm info preinstall htmlparser@1.7.6
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/htmlparser
npm info linkStuff htmlparser@1.7.6
npm info install htmlparser@1.7.6
npm info postinstall htmlparser@1.7.6
npm http fetch 200 https://registry.npmjs.org/ws/-/ws-0.4.32.tgz
npm http 200 https://registry.npmjs.org/uglify-js
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
npm http fetch 200 https://registry.npmjs.org/request/-/request-2.64.0.tgz
npm http 200 https://registry.npmjs.org/nan
npm http 200 https://registry.npmjs.org/cssstyle
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/nan/-/nan-1.8.4.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.29.tgz
npm http 200 https://registry.npmjs.org/cssom
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/cssom/-/cssom-0.2.5.tgz
npm http fetch 200 https://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz
npm http 200 https://registry.npmjs.org/bindings
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
npm http fetch 200 https://registry.npmjs.org/nan/-/nan-1.8.4.tgz
npm http fetch 200 https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.29.tgz
npm http fetch 200 https://registry.npmjs.org/cssom/-/cssom-0.2.5.tgz
npm info install request@2.64.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom
npm info install cssom@0.2.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom
npm info install cssstyle@0.2.29 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom
npm info installOne request@2.64.0
npm info installOne cssom@0.2.5
npm info installOne cssstyle@0.2.29
npm info preinstall cssom@0.2.5
npm http fetch 200 https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssom
npm info install active-x-obfuscator@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client
npm info install xmlhttprequest@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client
npm info install ws@0.4.32 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client
npm info install uglify-js@1.2.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client
npm info installOne active-x-obfuscator@0.0.1
npm info installOne xmlhttprequest@1.4.2
npm info installOne ws@0.4.32
npm info installOne uglify-js@1.2.5
npm info preinstall request@2.64.0
npm info linkStuff cssom@0.2.5
npm info install cssom@0.2.5
npm info postinstall cssom@0.2.5
npm info install nan@1.8.4 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify
npm info install bindings@1.2.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify
npm info installOne nan@1.8.4
npm info installOne bindings@1.2.1
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/bl
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/caseless
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/extend
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/forever-agent
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/form-data
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/json-stringify-safe
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/mime-types
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/node-uuid
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/qs
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/tunnel-agent
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/tough-cookie
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/http-signature
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/oauth-sign
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/hawk
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/aws-sign2
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/stringstream
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/combined-stream
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/isstream
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/har-validator
npm info preinstall bindings@1.2.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/node_modules/bindings
npm info linkStuff bindings@1.2.1
npm info install bindings@1.2.1
npm info postinstall bindings@1.2.1
npm info preinstall xmlhttprequest@1.4.2
npm info preinstall active-x-obfuscator@0.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/xmlhttprequest
npm info preinstall nan@1.8.4
npm info linkStuff xmlhttprequest@1.4.2
npm info install xmlhttprequest@1.4.2
npm info postinstall xmlhttprequest@1.4.2
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/zeparser
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/node_modules/nan
npm info linkStuff nan@1.8.4
npm info install nan@1.8.4
npm info postinstall nan@1.8.4
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify
npm info linkStuff contextify@0.1.14
npm info install contextify@0.1.14

> contextify@0.1.14 install /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify
> node-gyp rebuild

gyp info it worked if it ends with ok
gyp info using node-gyp@3.0.3
gyp info using node@4.1.1 | linux | x64
gyp http GET https://nodejs.org/download/release/v4.1.1/node-v4.1.1-headers.tar.gz
gyp http 200 https://nodejs.org/download/release/v4.1.1/node-v4.1.1-headers.tar.gz
gyp http GET https://nodejs.org/download/release/v4.1.1/SHASUMS256.txt
gyp http 200 https://nodejs.org/download/release/v4.1.1/SHASUMS256.txt
gyp info spawn python2
gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py',
gyp info spawn args   'binding.gyp',
gyp info spawn args   '-f',
gyp info spawn args   'make',
gyp info spawn args   '-I',
gyp info spawn args   '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/root/.node-gyp/4.1.1/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/root/.node-gyp/4.1.1',
gyp info spawn args   '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=node.lib',
gyp info spawn args   '-Dmodule_root_dir=/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify',
gyp info spawn args   '--depth=.',
gyp info spawn args   '--no-parallel',
gyp info spawn args   '--generator-output',
gyp info spawn args   'build',
gyp info spawn args   '-Goutput_dir=.' ]
gyp info spawn make
gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ]
make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/build'
  CXX(target) Release/obj.target/contextify/src/contextify.o
In file included from ../src/contextify.cc:3:0:
../node_modules/nan/nan.h:261:25: error: redefinition of 'template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)'
 NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) {
                         ^
../node_modules/nan/nan.h:256:25: note: 'template<class T> v8::Local<T> _NanEnsureLocal(v8::Handle<T>)' previously declared here
 NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) {
                         ^
../node_modules/nan/nan.h:661:13: error: 'node::smalloc' has not been declared
     , node::smalloc::FreeCallback callback
             ^
../node_modules/nan/nan.h:661:35: error: expected ',' or '...' before 'callback'
     , node::smalloc::FreeCallback callback
                                   ^
../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)':
../node_modules/nan/nan.h:665:50: error: 'callback' was not declared in this scope
         v8::Isolate::GetCurrent(), data, length, callback, hint);
                                                  ^
../node_modules/nan/nan.h:665:60: error: 'hint' was not declared in this scope
         v8::Isolate::GetCurrent(), data, length, callback, hint);
                                                            ^
../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)':
../node_modules/nan/nan.h:672:67: error: call of overloaded 'New(v8::Isolate*, const char*&, uint32_t&)' is ambiguous
     return node::Buffer::New(v8::Isolate::GetCurrent(), data, size);
                                                                   ^
../node_modules/nan/nan.h:672:67: note: candidates are:
In file included from ../node_modules/nan/nan.h:25:0,
                 from ../src/contextify.cc:3:
/root/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) <near match>
 NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
                                        ^
/root/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note:   no known conversion for argument 3 from 'uint32_t {aka unsigned int}' to 'node::encoding'
/root/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t) <near match>
 NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate,
                                        ^
/root/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note:   no known conversion for argument 2 from 'const char*' to 'char*'
In file included from ../src/contextify.cc:3:0:
../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(uint32_t)':
../node_modules/nan/nan.h:676:61: error: could not convert 'node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))' from 'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object>'
     return node::Buffer::New(v8::Isolate::GetCurrent(), size);
                                                             ^
../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanBufferUse(char*, uint32_t)':
../node_modules/nan/nan.h:683:12: error: 'Use' is not a member of 'node::Buffer'
     return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size);
            ^
contextify.target.mk:90: recipe for target 'Release/obj.target/contextify/src/contextify.o' failed
make: *** [Release/obj.target/contextify/src/contextify.o] Error 1
make: Leaving directory '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/build'
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23)
gyp ERR! stack     at emitTwo (events.js:87:13)
gyp ERR! stack     at ChildProcess.emit (events.js:172:7)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12)
gyp ERR! System Linux 3.16.0-44-generic
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild"
gyp ERR! cwd /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify
gyp ERR! node -v v4.1.1
gyp ERR! node-gyp -v v3.0.3
gyp ERR! not ok 
npm info preinstall ws@0.4.32
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/tinycolor
npm info attempt registry request try #1 at 11:29:06 AM
npm http request GET https://registry.npmjs.org/options
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/commander/-/commander-2.1.0.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/nan/-/nan-1.0.0.tgz
npm http 200 https://registry.npmjs.org/json-stringify-safe
npm http 200 https://registry.npmjs.org/forever-agent
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
npm http 200 https://registry.npmjs.org/oauth-sign
npm http 200 https://registry.npmjs.org/tunnel-agent
npm http 200 https://registry.npmjs.org/aws-sign2
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
npm http 200 https://registry.npmjs.org/stringstream
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz
npm http 200 https://registry.npmjs.org/isstream
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
npm http 200 https://registry.npmjs.org/extend
npm http 200 https://registry.npmjs.org/form-data
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/extend/-/extend-3.0.0.tgz
npm http 200 https://registry.npmjs.org/bl
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/bl/-/bl-1.0.0.tgz
npm http 200 https://registry.npmjs.org/caseless
npm http 200 https://registry.npmjs.org/node-uuid
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz
npm http 200 https://registry.npmjs.org/combined-stream
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
npm http 200 https://registry.npmjs.org/har-validator
npm http 200 https://registry.npmjs.org/zeparser
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz
npm info preinstall uglify-js@1.2.5
npm http 200 https://registry.npmjs.org/http-signature
npm http 200 https://registry.npmjs.org/qs
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz
npm http 200 https://registry.npmjs.org/options
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/uglify-js
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/qs/-/qs-5.1.0.tgz
npm info linkStuff uglify-js@1.2.5
npm http 200 https://registry.npmjs.org/tinycolor
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/options/-/options-0.0.6.tgz
npm info install uglify-js@1.2.5
npm info postinstall uglify-js@1.2.5
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/commander/-/commander-2.1.0.tgz
npm http 200 https://registry.npmjs.org/mime-types
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz
npm http fetch 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz
npm http 200 https://registry.npmjs.org/hawk
npm http fetch 200 https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz
npm http 200 https://registry.npmjs.org/tough-cookie
npm info retry fetch attempt 1 at 11:29:06 AM
npm info attempt registry request try #1 at 11:29:06 AM
npm http fetch GET https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz
npm http fetch 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz
npm http fetch 200 https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz
npm http fetch 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz
npm http fetch 200 https://registry.npmjs.org/nan/-/nan-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz
npm http fetch 200 https://registry.npmjs.org/bl/-/bl-1.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz
npm http fetch 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz
npm http fetch 200 https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz
npm info preinstall cssstyle@0.2.29
npm info retry fetch attempt 1 at 11:29:07 AM
npm info attempt registry request try #1 at 11:29:07 AM
npm http fetch GET https://registry.npmjs.org/cssom/-/cssom-0.3.0.tgz
npm http fetch 200 https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz
npm http fetch 200 https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz
npm http fetch 200 https://registry.npmjs.org/options/-/options-0.0.6.tgz
npm http fetch 200 https://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz
npm info install commander@2.1.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws
npm info install nan@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws
npm info install options@0.0.6 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws
npm info install tinycolor@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws
npm info installOne commander@2.1.0
npm info installOne nan@1.0.0
npm info installOne options@0.0.6
npm info installOne tinycolor@0.0.1
npm http fetch 200 https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz
npm info preinstall commander@2.1.0
npm info preinstall tinycolor@0.0.1
npm info preinstall options@0.0.6
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/commander
npm info linkStuff commander@2.1.0
npm info install commander@2.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/tinycolor
npm info postinstall commander@2.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/options
npm info preinstall nan@1.0.0
npm info linkStuff tinycolor@0.0.1
npm info linkStuff options@0.0.6
npm info install tinycolor@0.0.1
npm info install options@0.0.6
npm info postinstall tinycolor@0.0.1
npm info postinstall options@0.0.6
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/nan
npm http fetch 200 https://registry.npmjs.org/qs/-/qs-5.1.0.tgz
npm info linkStuff nan@1.0.0
npm info install nan@1.0.0
npm info postinstall nan@1.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws
npm info linkStuff ws@0.4.32
npm info install ws@0.4.32
npm http fetch 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/cssom/-/cssom-0.3.0.tgz
npm info install cssom@0.3.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssstyle
npm info installOne cssom@0.3.0
npm info preinstall cssom@0.3.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssstyle/node_modules/cssom
npm info linkStuff cssom@0.3.0
npm info install cssom@0.3.0
npm info postinstall cssom@0.3.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssstyle
npm info linkStuff cssstyle@0.2.29
npm info install cssstyle@0.2.29
npm info postinstall cssstyle@0.2.29
npm info install base64id@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io
npm info install policyfile@0.0.4 into /usr/local/lib/node_modules/log.io/node_modules/socket.io
npm info install redis@0.7.3 into /usr/local/lib/node_modules/log.io/node_modules/socket.io
npm info install socket.io-client@0.9.16 into /usr/local/lib/node_modules/log.io/node_modules/socket.io
npm info installOne base64id@0.1.0
npm info installOne policyfile@0.0.4
npm info installOne redis@0.7.3
npm info installOne socket.io-client@0.9.16
npm info preinstall base64id@0.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/base64id
npm info linkStuff base64id@0.1.0
npm info install base64id@0.1.0
npm info postinstall base64id@0.1.0
npm info preinstall policyfile@0.0.4
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/policyfile
npm info linkStuff policyfile@0.0.4
npm info install policyfile@0.0.4
npm info postinstall policyfile@0.0.4
npm info preinstall redis@0.7.3
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/redis
npm info linkStuff redis@0.7.3
npm info install redis@0.7.3
npm info postinstall redis@0.7.3
npm info preinstall socket.io-client@0.9.16
npm info install xmlhttprequest@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client
npm info install uglify-js@1.2.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client
npm info install ws@0.4.32 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client
npm info install active-x-obfuscator@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client
npm info installOne xmlhttprequest@1.4.2
npm info installOne uglify-js@1.2.5
npm info installOne ws@0.4.32
npm info installOne active-x-obfuscator@0.0.1
npm info preinstall xmlhttprequest@1.4.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/xmlhttprequest
npm info preinstall active-x-obfuscator@0.0.1
npm info linkStuff xmlhttprequest@1.4.2
npm info install xmlhttprequest@1.4.2
npm info postinstall xmlhttprequest@1.4.2
npm info preinstall ws@0.4.32
npm info install nan@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
npm info install tinycolor@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
npm info install commander@2.1.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
npm info install options@0.0.6 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
npm info installOne nan@1.0.0
npm info installOne tinycolor@0.0.1
npm info installOne commander@2.1.0
npm info installOne options@0.0.6
npm info preinstall commander@2.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/commander
npm info preinstall tinycolor@0.0.1
npm info preinstall options@0.0.6
npm info linkStuff commander@2.1.0
npm info install commander@2.1.0
npm info postinstall commander@2.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/tinycolor
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/options
npm info linkStuff tinycolor@0.0.1
npm info linkStuff options@0.0.6
npm info install tinycolor@0.0.1
npm info install options@0.0.6
npm info postinstall tinycolor@0.0.1
npm info postinstall options@0.0.6
npm info preinstall nan@1.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/nan
npm info linkStuff nan@1.0.0
npm info install nan@1.0.0
npm info postinstall nan@1.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
npm info linkStuff ws@0.4.32
npm info install ws@0.4.32
npm http fetch 200 https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz
npm info install methods@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install mkdirp@0.3.3 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install buffer-crc32@0.1.1 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install fresh@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install cookie-signature@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install range-parser@0.0.4 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install send@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install connect@2.7.2 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install debug@2.2.0 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install commander@0.6.1 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info install cookie@0.0.5 into /usr/local/lib/node_modules/log.io/node_modules/express
npm info installOne methods@0.0.1
npm info installOne mkdirp@0.3.3
npm info installOne buffer-crc32@0.1.1
npm info installOne fresh@0.1.0
npm info installOne cookie-signature@0.0.1
npm info installOne range-parser@0.0.4
npm info installOne send@0.1.0
npm info installOne connect@2.7.2
npm info installOne debug@2.2.0
npm info installOne commander@0.6.1
npm info installOne cookie@0.0.5
npm info preinstall methods@0.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/methods
npm info linkStuff methods@0.0.1
npm info install methods@0.0.1
npm info postinstall methods@0.0.1
npm info preinstall fresh@0.1.0
npm info preinstall cookie-signature@0.0.1
npm info preinstall range-parser@0.0.4
npm info preinstall buffer-crc32@0.1.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/fresh
npm info preinstall cookie@0.0.5
npm info preinstall send@0.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/cookie-signature
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/range-parser
npm info linkStuff fresh@0.1.0
npm info preinstall commander@0.6.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/buffer-crc32
npm info install fresh@0.1.0
npm info postinstall fresh@0.1.0
npm info linkStuff cookie-signature@0.0.1
npm info linkStuff range-parser@0.0.4
npm info install cookie-signature@0.0.1
npm info install range-parser@0.0.4
npm info linkStuff buffer-crc32@0.1.1
npm info postinstall cookie-signature@0.0.1
npm info postinstall range-parser@0.0.4
npm info install buffer-crc32@0.1.1
npm info postinstall buffer-crc32@0.1.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/cookie
npm info attempt registry request try #1 at 11:29:07 AM
npm http request GET https://registry.npmjs.org/mime
npm info preinstall debug@2.2.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/commander
npm info linkStuff cookie@0.0.5
npm info install cookie@0.0.5
npm info postinstall cookie@0.0.5
npm info linkStuff commander@0.6.1
npm info install commander@0.6.1
npm info postinstall commander@0.6.1
npm info attempt registry request try #1 at 11:29:07 AM
npm http request GET https://registry.npmjs.org/ms
npm info preinstall mkdirp@0.3.3
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/mkdirp
npm info linkStuff mkdirp@0.3.3
npm info install mkdirp@0.3.3
npm info postinstall mkdirp@0.3.3
npm info preinstall uglify-js@1.2.5
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js
npm info linkStuff uglify-js@1.2.5
npm info install uglify-js@1.2.5
npm info postinstall uglify-js@1.2.5
npm http fetch 200 https://registry.npmjs.org/extend/-/extend-3.0.0.tgz
npm info install json-stringify-safe@5.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install forever-agent@0.6.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install oauth-sign@0.8.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install tunnel-agent@0.4.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install stringstream@0.0.4 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install aws-sign2@0.5.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install isstream@0.1.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install bl@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install form-data@1.0.0-rc3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install combined-stream@1.0.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install caseless@0.11.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install har-validator@1.8.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install node-uuid@1.4.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install http-signature@0.11.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install mime-types@2.1.7 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install qs@5.1.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install hawk@3.1.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install tough-cookie@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info install extend@3.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info installOne json-stringify-safe@5.0.1
npm info installOne forever-agent@0.6.1
npm info installOne oauth-sign@0.8.0
npm info installOne tunnel-agent@0.4.1
npm info installOne stringstream@0.0.4
npm info installOne aws-sign2@0.5.0
npm info installOne isstream@0.1.2
npm info installOne bl@1.0.0
npm info installOne form-data@1.0.0-rc3
npm info installOne combined-stream@1.0.5
npm info installOne caseless@0.11.0
npm info installOne har-validator@1.8.0
npm info installOne node-uuid@1.4.3
npm info installOne http-signature@0.11.0
npm info installOne mime-types@2.1.7
npm info installOne qs@5.1.0
npm info installOne hawk@3.1.0
npm info installOne tough-cookie@2.0.0
npm info installOne extend@3.0.0
npm http 200 https://registry.npmjs.org/ms
npm info preinstall aws-sign2@0.5.0
npm info preinstall forever-agent@0.6.1
npm info preinstall combined-stream@1.0.5
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/ms/-/ms-0.7.1.tgz
npm info preinstall tunnel-agent@0.4.1
npm info preinstall oauth-sign@0.8.0
npm info preinstall caseless@0.11.0
npm info preinstall form-data@1.0.0-rc3
npm info preinstall mime-types@2.1.7
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/aws-sign2
npm http 200 https://registry.npmjs.org/mime
npm info linkStuff aws-sign2@0.5.0
npm info install aws-sign2@0.5.0
npm info postinstall aws-sign2@0.5.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/forever-agent
npm info preinstall stringstream@0.0.4
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/delayed-stream
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/mime/-/mime-1.2.6.tgz
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/tunnel-agent
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/oauth-sign
npm info linkStuff forever-agent@0.6.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/caseless
npm info preinstall isstream@0.1.2
npm info install forever-agent@0.6.1
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/mime-db
npm info postinstall forever-agent@0.6.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/stringstream
npm info linkStuff tunnel-agent@0.4.1
npm info linkStuff oauth-sign@0.8.0
npm info linkStuff stringstream@0.0.4
npm info install tunnel-agent@0.4.1
npm info linkStuff caseless@0.11.0
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/async/-/async-1.4.2.tgz
npm info preinstall json-stringify-safe@5.0.1
npm info install oauth-sign@0.8.0
npm info postinstall tunnel-agent@0.4.1
npm info install stringstream@0.0.4
npm info install caseless@0.11.0
npm info postinstall oauth-sign@0.8.0
npm info postinstall stringstream@0.0.4
npm info postinstall caseless@0.11.0
npm info preinstall bl@1.0.0
npm info preinstall extend@3.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/isstream
npm info preinstall http-signature@0.11.0
npm info linkStuff isstream@0.1.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/json-stringify-safe
npm info install isstream@0.1.2
npm info postinstall isstream@0.1.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/extend
npm info linkStuff json-stringify-safe@5.0.1
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/readable-stream
npm info install json-stringify-safe@5.0.1
npm info postinstall json-stringify-safe@5.0.1
npm info linkStuff extend@3.0.0
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/assert-plus
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/asn1
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/ctype
npm info install extend@3.0.0
npm info postinstall extend@3.0.0
npm info preinstall node-uuid@1.4.3
npm info preinstall qs@5.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/node-uuid
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/qs
npm info linkStuff node-uuid@1.4.3
npm info install node-uuid@1.4.3
npm info linkStuff qs@5.1.0
npm info postinstall node-uuid@1.4.3
npm info install qs@5.1.0
npm info preinstall har-validator@1.8.0
npm info postinstall qs@5.1.0
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/bluebird
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/chalk
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/is-my-json-valid
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/commander/-/commander-2.8.1.tgz
npm info preinstall hawk@3.1.0
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/hoek
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/boom
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/cryptiles
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/sntp
npm http fetch 200 https://registry.npmjs.org/ms/-/ms-0.7.1.tgz
npm info install ms@0.7.1 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/debug
npm info installOne ms@0.7.1
npm info preinstall tough-cookie@2.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/tough-cookie
npm info linkStuff tough-cookie@2.0.0
npm info install tough-cookie@2.0.0
npm info postinstall tough-cookie@2.0.0
npm info preinstall ms@0.7.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/debug/node_modules/ms
npm info linkStuff ms@0.7.1
npm info install ms@0.7.1
npm info postinstall ms@0.7.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/debug
npm info linkStuff debug@2.2.0
npm info install debug@2.2.0
npm info postinstall debug@2.2.0
npm info preinstall connect@2.7.2
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/formidable
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/bytes
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/pause
npm http fetch 200 https://registry.npmjs.org/async/-/async-1.4.2.tgz
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/qs/-/qs-0.5.1.tgz
npm info install async@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/form-data
npm info installOne async@1.4.2
npm info preinstall async@1.4.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/form-data/node_modules/async
npm info linkStuff async@1.4.2
npm info install async@1.4.2
npm info postinstall async@1.4.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/form-data
npm info linkStuff form-data@1.0.0-rc3
npm info install form-data@1.0.0-rc3
npm info postinstall form-data@1.0.0-rc3
npm http 200 https://registry.npmjs.org/delayed-stream
npm http fetch 200 https://registry.npmjs.org/mime/-/mime-1.2.6.tgz
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
npm info install mime@1.2.6 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/send
npm info installOne mime@1.2.6
npm info preinstall mime@1.2.6
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/send/node_modules/mime
npm info linkStuff mime@1.2.6
npm info install mime@1.2.6
npm info postinstall mime@1.2.6
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/send
npm http 200 https://registry.npmjs.org/assert-plus
npm info linkStuff send@0.1.0
npm info install send@0.1.0
npm info postinstall send@0.1.0
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/commander/-/commander-2.8.1.tgz
npm http 200 https://registry.npmjs.org/mime-db
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz
npm http 200 https://registry.npmjs.org/pause
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/pause/-/pause-0.0.1.tgz
npm http 200 https://registry.npmjs.org/is-my-json-valid
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz
npm http fetch 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz
npm info install delayed-stream@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/combined-stream
npm info installOne delayed-stream@1.0.0
npm http 200 https://registry.npmjs.org/sntp
npm http 200 https://registry.npmjs.org/readable-stream
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz
npm http 200 https://registry.npmjs.org/bytes
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz
npm http fetch 200 https://registry.npmjs.org/qs/-/qs-0.5.1.tgz
npm info preinstall delayed-stream@1.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream
npm info linkStuff delayed-stream@1.0.0
npm info install delayed-stream@1.0.0
npm info postinstall delayed-stream@1.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/combined-stream
npm info linkStuff combined-stream@1.0.5
npm info install combined-stream@1.0.5
npm info postinstall combined-stream@1.0.5
npm http 200 https://registry.npmjs.org/asn1
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
npm http 200 https://registry.npmjs.org/ctype
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
npm http fetch 200 https://registry.npmjs.org/pause/-/pause-0.0.1.tgz
npm http 200 https://registry.npmjs.org/formidable
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz
npm http fetch 200 https://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz
npm info install mime-db@1.19.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/mime-types
npm info installOne mime-db@1.19.0
npm http fetch 200 https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz
npm info preinstall mime-db@1.19.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/mime-types/node_modules/mime-db
npm info linkStuff mime-db@1.19.0
npm info install mime-db@1.19.0
npm info postinstall mime-db@1.19.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/mime-types
npm info linkStuff mime-types@2.1.7
npm info install mime-types@2.1.7
npm info postinstall mime-types@2.1.7
npm http fetch 200 https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz
npm http 200 https://registry.npmjs.org/cryptiles
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz
npm info install readable-stream@2.0.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl
npm info installOne readable-stream@2.0.2
npm info preinstall readable-stream@2.0.2
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/core-util-is
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/inherits
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/isarray
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/process-nextick-args
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/string_decoder
npm info attempt registry request try #1 at 11:29:08 AM
npm http request GET https://registry.npmjs.org/util-deprecate
npm http 200 https://registry.npmjs.org/chalk
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
npm http 200 https://registry.npmjs.org/hoek
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
npm http fetch 200 https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz
npm http fetch 200 https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz
npm http 200 https://registry.npmjs.org/boom
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/boom/-/boom-2.9.0.tgz
npm http fetch 200 https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz
npm info install qs@0.5.1 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect
npm info install pause@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect
npm info install bytes@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect
npm info install formidable@1.0.11 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect
npm info installOne qs@0.5.1
npm info installOne pause@0.0.1
npm info installOne bytes@0.1.0
npm info installOne formidable@1.0.11
npm http 200 https://registry.npmjs.org/bluebird
npm http 200 https://registry.npmjs.org/inherits
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
npm http 200 https://registry.npmjs.org/core-util-is
npm http 200 https://registry.npmjs.org/string_decoder
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm http 200 https://registry.npmjs.org/util-deprecate
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
npm info retry fetch attempt 1 at 11:29:08 AM
npm info attempt registry request try #1 at 11:29:08 AM
npm http fetch GET https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz
npm info preinstall pause@0.0.1
npm info preinstall bytes@0.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/pause
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/bytes
npm info linkStuff pause@0.0.1
npm info install pause@0.0.1
npm info postinstall pause@0.0.1
npm info linkStuff bytes@0.1.0
npm info install bytes@0.1.0
npm info postinstall bytes@0.1.0
npm http fetch 200 https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz
npm info preinstall qs@0.5.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/qs
npm info linkStuff qs@0.5.1
npm info install qs@0.5.1
npm info postinstall qs@0.5.1
npm info preinstall formidable@1.0.11
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/formidable
npm info linkStuff formidable@1.0.11
npm info install formidable@1.0.11
npm info postinstall formidable@1.0.11
npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect
npm info linkStuff connect@2.7.2
npm info install connect@2.7.2
npm info postinstall connect@2.7.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/express
npm info linkStuff express@3.0.6
npm info install express@3.0.6
npm info postinstall express@3.0.6
npm http fetch 200 https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz
npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/boom/-/boom-2.9.0.tgz
npm http fetch 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz
npm http fetch 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz
npm info install commander@2.8.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator
npm info install is-my-json-valid@2.12.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator
npm info install chalk@1.1.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator
npm info install bluebird@2.10.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator
npm info installOne commander@2.8.1
npm info installOne is-my-json-valid@2.12.2
npm info installOne chalk@1.1.1
npm info installOne bluebird@2.10.2
npm info preinstall chalk@1.1.1
npm info preinstall commander@2.8.1
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/has-ansi
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/strip-ansi
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/supports-color
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/ansi-styles
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/escape-string-regexp
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/graceful-readlink
npm info preinstall is-my-json-valid@2.12.2
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/generate-function
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/generate-object-property
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/jsonpointer
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/xtend
npm info preinstall bluebird@2.10.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/bluebird
npm info linkStuff bluebird@2.10.2
npm info install bluebird@2.10.2
npm info postinstall bluebird@2.10.2
npm http 200 https://registry.npmjs.org/has-ansi
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
npm http 200 https://registry.npmjs.org/graceful-readlink
npm http 200 https://registry.npmjs.org/escape-string-regexp
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz
npm info contextify@0.1.14 Failed to exec install script

> ws@0.4.32 install /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
bufferutil.target.mk:92: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed
make: Leaving directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/build'
npm http 200 https://registry.npmjs.org/strip-ansi
npm http 200 https://registry.npmjs.org/supports-color
npm http 200 https://registry.npmjs.org/ansi-styles
npm http 200 https://registry.npmjs.org/generate-object-property
npm http 200 https://registry.npmjs.org/jsonpointer
npm http 200 https://registry.npmjs.org/generate-function
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
npm http 200 https://registry.npmjs.org/xtend
npm info retry fetch attempt 1 at 11:29:09 AM
npm info attempt registry request try #1 at 11:29:09 AM
npm http fetch GET https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz
npm info install graceful-readlink@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/commander
npm info installOne graceful-readlink@1.0.1
npm info install zeparser@0.0.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/active-x-obfuscator
npm info installOne zeparser@0.0.5
npm info install zeparser@0.0.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator
npm info installOne zeparser@0.0.5
npm info preinstall graceful-readlink@1.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink
npm info linkStuff graceful-readlink@1.0.1
npm info install graceful-readlink@1.0.1
npm info postinstall graceful-readlink@1.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/commander
npm info linkStuff commander@2.8.1
npm info install commander@2.8.1
npm info postinstall commander@2.8.1
npm http fetch 200 https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz
npm info install cryptiles@2.0.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk
npm info install hoek@2.16.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk
npm info install boom@2.9.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk
npm info install sntp@1.0.9 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk
npm info installOne cryptiles@2.0.5
npm info installOne hoek@2.16.3
npm info installOne boom@2.9.0
npm info installOne sntp@1.0.9
npm http fetch 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz
npm http fetch 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz
npm http fetch 200 https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz
npm info install has-ansi@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk
npm info install escape-string-regexp@1.0.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk
npm info install strip-ansi@3.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk
npm info install supports-color@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk
npm info install ansi-styles@2.1.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk
npm info installOne has-ansi@2.0.0
npm info installOne escape-string-regexp@1.0.3
npm info installOne strip-ansi@3.0.0
npm info installOne supports-color@2.0.0
npm info installOne ansi-styles@2.1.0
npm http fetch 200 https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz
npm info install assert-plus@0.1.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature
npm info install ctype@0.5.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature
npm info install asn1@0.1.11 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature
npm info installOne assert-plus@0.1.5
npm info installOne ctype@0.5.3
npm info installOne asn1@0.1.11
npm http fetch 200 https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz
npm info preinstall cryptiles@2.0.5
npm info install jsonpointer@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
npm info install generate-object-property@1.2.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
npm info install generate-function@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
npm info install xtend@4.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
npm info installOne jsonpointer@2.0.0
npm info installOne generate-object-property@1.2.0
npm info installOne generate-function@2.0.0
npm info installOne xtend@4.0.0
npm info preinstall escape-string-regexp@1.0.3
npm info preinstall strip-ansi@3.0.0
npm info preinstall has-ansi@2.0.0
npm info preinstall supports-color@2.0.0
npm info preinstall boom@2.9.0
npm info preinstall ansi-styles@2.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/cryptiles
npm info linkStuff cryptiles@2.0.5
npm info preinstall sntp@1.0.9
npm info install cryptiles@2.0.5
npm info postinstall cryptiles@2.0.5
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/ansi-regex
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/boom
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles
npm info preinstall assert-plus@0.1.5
npm info linkStuff escape-string-regexp@1.0.3
npm info linkStuff supports-color@2.0.0
npm info install escape-string-regexp@1.0.3
npm info linkStuff boom@2.9.0
npm info linkStuff ansi-styles@2.1.0
npm info install supports-color@2.0.0
npm info postinstall escape-string-regexp@1.0.3
npm info install boom@2.9.0
npm info postinstall supports-color@2.0.0
npm info install ansi-styles@2.1.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/sntp
npm info postinstall boom@2.9.0
npm info postinstall ansi-styles@2.1.0
npm info linkStuff sntp@1.0.9
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature/node_modules/assert-plus
npm info install sntp@1.0.9
npm info postinstall sntp@1.0.9
npm info linkStuff assert-plus@0.1.5
npm info preinstall hoek@2.16.3
npm info install assert-plus@0.1.5
npm info postinstall assert-plus@0.1.5
npm info preinstall jsonpointer@2.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/hoek
npm info preinstall generate-object-property@1.2.0
npm info preinstall generate-function@2.0.0
npm info linkStuff hoek@2.16.3
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer
npm info install hoek@2.16.3
npm info postinstall hoek@2.16.3
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk
npm info preinstall xtend@4.0.0
npm info linkStuff jsonpointer@2.0.0
npm info install jsonpointer@2.0.0
npm info postinstall jsonpointer@2.0.0
npm info linkStuff hawk@3.1.0
npm info attempt registry request try #1 at 11:29:09 AM
npm http request GET https://registry.npmjs.org/is-property
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function
npm info install hawk@3.1.0
npm info postinstall hawk@3.1.0
npm info preinstall ctype@0.5.3
npm info linkStuff generate-function@2.0.0
npm info install generate-function@2.0.0
npm info preinstall asn1@0.1.11
npm info postinstall generate-function@2.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend
npm info linkStuff xtend@4.0.0
npm info install xtend@4.0.0
npm info postinstall xtend@4.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature/node_modules/ctype
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature/node_modules/asn1
npm info linkStuff ctype@0.5.3
npm info install ctype@0.5.3
npm info postinstall ctype@0.5.3
npm info linkStuff asn1@0.1.11
npm info install asn1@0.1.11
npm info postinstall asn1@0.1.11
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature
npm info linkStuff http-signature@0.11.0
npm info install http-signature@0.11.0
npm info postinstall http-signature@0.11.0
npm info preinstall zeparser@0.0.5
npm info preinstall zeparser@0.0.5
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser
npm info linkStuff zeparser@0.0.5
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser
npm info install zeparser@0.0.5
npm info postinstall zeparser@0.0.5
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/active-x-obfuscator
npm info linkStuff zeparser@0.0.5
npm info install zeparser@0.0.5
npm info postinstall zeparser@0.0.5
npm info linkStuff active-x-obfuscator@0.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator
npm info install active-x-obfuscator@0.0.1
npm info postinstall active-x-obfuscator@0.0.1
npm info linkStuff active-x-obfuscator@0.0.1
npm info install active-x-obfuscator@0.0.1
npm info postinstall active-x-obfuscator@0.0.1
npm http 200 https://registry.npmjs.org/is-property
npm info retry fetch attempt 1 at 11:29:10 AM
npm info attempt registry request try #1 at 11:29:10 AM
npm http fetch GET https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz

> ws@0.4.32 install /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws
> (node-gyp rebuild 2> builderror.log) || (exit 0)

make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
  CXX(target) Release/obj.target/bufferutil/src/bufferutil.o
bufferutil.target.mk:92: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed
make: Leaving directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build'
npm info postinstall ws@0.4.32
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client
npm info linkStuff socket.io-client@0.9.17
npm info install socket.io-client@0.9.17
npm info postinstall socket.io-client@0.9.17
npm http 200 https://registry.npmjs.org/ansi-regex
npm info retry fetch attempt 1 at 11:29:10 AM
npm info attempt registry request try #1 at 11:29:10 AM
npm http fetch GET https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
npm http fetch 200 https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz
npm info install is-property@1.0.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property
npm info installOne is-property@1.0.2
npm info preinstall is-property@1.0.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property
npm info linkStuff is-property@1.0.2
npm info install is-property@1.0.2
npm info postinstall is-property@1.0.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property
npm info linkStuff generate-object-property@1.2.0
npm info install generate-object-property@1.2.0
npm info postinstall generate-object-property@1.2.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid
npm info linkStuff is-my-json-valid@2.12.2
npm info install is-my-json-valid@2.12.2
npm info postinstall is-my-json-valid@2.12.2
npm http fetch 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz
npm info install ansi-regex@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi
npm info installOne ansi-regex@2.0.0
npm info install ansi-regex@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi
npm info installOne ansi-regex@2.0.0
npm info preinstall ansi-regex@2.0.0
npm info preinstall ansi-regex@2.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex
npm info linkStuff ansi-regex@2.0.0
npm info linkStuff ansi-regex@2.0.0
npm info install ansi-regex@2.0.0
npm info install ansi-regex@2.0.0
npm info postinstall ansi-regex@2.0.0
npm info postinstall ansi-regex@2.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi
npm info linkStuff strip-ansi@3.0.0
npm info linkStuff has-ansi@2.0.0
npm info install strip-ansi@3.0.0
npm info postinstall strip-ansi@3.0.0
npm info install has-ansi@2.0.0
npm info postinstall has-ansi@2.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk
npm info linkStuff chalk@1.1.1
npm info install chalk@1.1.1
npm info postinstall chalk@1.1.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator
npm info linkStuff har-validator@1.8.0
npm info install har-validator@1.8.0
npm info postinstall har-validator@1.8.0
npm info postinstall ws@0.4.32
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client
npm info linkStuff socket.io-client@0.9.16
npm info install socket.io-client@0.9.16
npm info postinstall socket.io-client@0.9.16
npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io
npm info linkStuff socket.io@0.9.17
npm info install socket.io@0.9.17
npm info postinstall socket.io@0.9.17
npm http 200 https://registry.npmjs.org/isarray
npm http 200 https://registry.npmjs.org/process-nextick-args
npm info retry fetch attempt 1 at 11:29:13 AM
npm info attempt registry request try #1 at 11:29:13 AM
npm http fetch GET https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
npm info retry fetch attempt 1 at 11:29:13 AM
npm info attempt registry request try #1 at 11:29:13 AM
npm http fetch GET https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz
npm http fetch 200 https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz
npm http fetch 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz
npm info install inherits@2.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info install core-util-is@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info install string_decoder@0.10.31 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info install util-deprecate@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info install isarray@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info install process-nextick-args@1.0.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info installOne inherits@2.0.1
npm info installOne core-util-is@1.0.1
npm info installOne string_decoder@0.10.31
npm info installOne util-deprecate@1.0.1
npm info installOne isarray@0.0.1
npm info installOne process-nextick-args@1.0.3
npm info preinstall string_decoder@0.10.31
npm info preinstall isarray@0.0.1
npm info preinstall core-util-is@1.0.1
npm info preinstall inherits@2.0.1
npm info preinstall process-nextick-args@1.0.3
npm info preinstall util-deprecate@1.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is
npm info linkStuff core-util-is@1.0.1
npm info install core-util-is@1.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray
npm info postinstall core-util-is@1.0.1
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args
npm info linkStuff string_decoder@0.10.31
npm info linkStuff isarray@0.0.1
npm info install string_decoder@0.10.31
npm info install isarray@0.0.1
npm info postinstall string_decoder@0.10.31
npm info postinstall isarray@0.0.1
npm info linkStuff inherits@2.0.1
npm info linkStuff util-deprecate@1.0.1
npm info linkStuff process-nextick-args@1.0.3
npm info install inherits@2.0.1
npm info install util-deprecate@1.0.1
npm info install process-nextick-args@1.0.3
npm info postinstall inherits@2.0.1
npm info postinstall util-deprecate@1.0.1
npm info postinstall process-nextick-args@1.0.3
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream
npm info linkStuff readable-stream@2.0.2
npm info install readable-stream@2.0.2
npm info postinstall readable-stream@2.0.2
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl
npm info linkStuff bl@1.0.0
npm info install bl@1.0.0
npm info postinstall bl@1.0.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request
npm info linkStuff request@2.64.0
npm info install request@2.64.0
npm info postinstall request@2.64.0
npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom
npm info linkStuff jsdom@0.2.19
npm info install jsdom@0.2.19
npm info postinstall jsdom@0.2.19
npm ERR! Linux 3.16.0-44-generic
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "log.io" "--user" "root"
npm ERR! node v4.1.1
npm ERR! npm  v2.14.4
npm ERR! code ELIFECYCLE

npm ERR! contextify@0.1.14 install: `node-gyp rebuild`
npm ERR! Exit status 1
npm ERR! 
npm ERR! Failed at the contextify@0.1.14 install script 'node-gyp rebuild'.
npm ERR! This is most likely a problem with the contextify package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     node-gyp rebuild
npm ERR! You can get their info via:
npm ERR!     npm owner ls contextify
npm ERR! There is likely additional logging output above.
npm info preuninstall contextify@0.1.14
npm info uninstall contextify@0.1.14
npm info postuninstall contextify@0.1.14
npm info preuninstall jquery@1.8.3
npm info uninstall jquery@1.8.3
npm info postuninstall jquery@1.8.3
npm info preuninstall log.io@0.3.4
npm info uninstall log.io@0.3.4
npm info postuninstall log.io@0.3.4

npm ERR! Please include the following file with any support request:
npm ERR!     /npm-debug.log

<!-- gh-comment-id:144995987 --> @vitalyisaev2 commented on GitHub (Oct 2, 2015): - 1 Cannot install it in the official Node.js Docker container. Dockerfile: ``` Dockerfile FROM node:latest RUN npm install -g log.io --user "root" EXPOSE 28777 ``` ``` log npm info it worked if it ends with ok npm info using npm@2.14.4 npm info using node@v4.1.1 npm info attempt registry request try #1 at 11:29:01 AM npm http request GET https://registry.npmjs.org/log.io npm http 200 https://registry.npmjs.org/log.io npm info retry fetch attempt 1 at 11:29:02 AM npm info attempt registry request try #1 at 11:29:02 AM npm http fetch GET https://registry.npmjs.org/log.io/-/log.io-0.3.4.tgz npm http fetch 200 https://registry.npmjs.org/log.io/-/log.io-0.3.4.tgz npm info install log.io@0.3.4 into /usr/local/lib npm info installOne log.io@0.3.4 npm info preinstall log.io@0.3.4 npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/backbone npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/underscore npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/jquery npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/jquery-browserify npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/socket.io npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/socket.io-client npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/express npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/winston npm info attempt registry request try #1 at 11:29:02 AM npm http request GET https://registry.npmjs.org/coffee-script npm http 200 https://registry.npmjs.org/jquery npm http 200 https://registry.npmjs.org/winston npm http 200 https://registry.npmjs.org/underscore npm info retry fetch attempt 1 at 11:29:02 AM npm info attempt registry request try #1 at 11:29:02 AM npm http fetch GET https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz npm info retry fetch attempt 1 at 11:29:02 AM npm info attempt registry request try #1 at 11:29:02 AM npm http fetch GET https://registry.npmjs.org/winston/-/winston-0.6.2.tgz npm info retry fetch attempt 1 at 11:29:02 AM npm info attempt registry request try #1 at 11:29:02 AM npm http fetch GET https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz npm http 200 https://registry.npmjs.org/coffee-script npm info retry fetch attempt 1 at 11:29:03 AM npm info attempt registry request try #1 at 11:29:03 AM npm http fetch GET https://registry.npmjs.org/coffee-script/-/coffee-script-1.4.0.tgz npm http 200 https://registry.npmjs.org/socket.io npm info retry fetch attempt 1 at 11:29:03 AM npm info attempt registry request try #1 at 11:29:03 AM npm http fetch GET https://registry.npmjs.org/socket.io/-/socket.io-0.9.17.tgz npm http 200 https://registry.npmjs.org/socket.io-client npm info retry fetch attempt 1 at 11:29:03 AM npm info attempt registry request try #1 at 11:29:03 AM npm http fetch GET https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.17.tgz npm http fetch 200 https://registry.npmjs.org/jquery/-/jquery-1.8.3.tgz npm http fetch 200 https://registry.npmjs.org/underscore/-/underscore-1.4.4.tgz npm http fetch 200 https://registry.npmjs.org/winston/-/winston-0.6.2.tgz npm http 200 https://registry.npmjs.org/backbone npm http fetch 200 https://registry.npmjs.org/coffee-script/-/coffee-script-1.4.0.tgz npm info retry fetch attempt 1 at 11:29:03 AM npm info attempt registry request try #1 at 11:29:03 AM npm http fetch GET https://registry.npmjs.org/backbone/-/backbone-0.9.10.tgz npm http fetch 200 https://registry.npmjs.org/socket.io/-/socket.io-0.9.17.tgz npm http fetch 200 https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.17.tgz npm http 200 https://registry.npmjs.org/express npm http fetch 200 https://registry.npmjs.org/backbone/-/backbone-0.9.10.tgz npm info retry fetch attempt 1 at 11:29:03 AM npm info attempt registry request try #1 at 11:29:03 AM npm http fetch GET https://registry.npmjs.org/express/-/express-3.0.6.tgz npm http 200 https://registry.npmjs.org/jquery-browserify npm info retry fetch attempt 1 at 11:29:03 AM npm info attempt registry request try #1 at 11:29:03 AM npm http fetch GET https://registry.npmjs.org/jquery-browserify/-/jquery-browserify-1.8.1.tgz npm http fetch 200 https://registry.npmjs.org/express/-/express-3.0.6.tgz npm http fetch 200 https://registry.npmjs.org/jquery-browserify/-/jquery-browserify-1.8.1.tgz npm info install underscore@1.4.4 into /usr/local/lib/node_modules/log.io npm info install winston@0.6.2 into /usr/local/lib/node_modules/log.io npm info install socket.io@0.9.17 into /usr/local/lib/node_modules/log.io npm info install jquery@1.8.3 into /usr/local/lib/node_modules/log.io npm info install coffee-script@1.4.0 into /usr/local/lib/node_modules/log.io npm info install backbone@0.9.10 into /usr/local/lib/node_modules/log.io npm info install express@3.0.6 into /usr/local/lib/node_modules/log.io npm info install jquery-browserify@1.8.1 into /usr/local/lib/node_modules/log.io npm info install socket.io-client@0.9.17 into /usr/local/lib/node_modules/log.io npm info installOne underscore@1.4.4 npm info installOne winston@0.6.2 npm info installOne socket.io@0.9.17 npm info installOne jquery@1.8.3 npm info installOne coffee-script@1.4.0 npm info installOne backbone@0.9.10 npm info installOne express@3.0.6 npm info installOne jquery-browserify@1.8.1 npm info installOne socket.io-client@0.9.17 npm info preinstall backbone@0.9.10 npm info preinstall underscore@1.4.4 npm info build /usr/local/lib/node_modules/log.io/node_modules/backbone npm info preinstall jquery-browserify@1.8.1 npm info linkStuff backbone@0.9.10 npm info install backbone@0.9.10 npm info postinstall backbone@0.9.10 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery-browserify npm info build /usr/local/lib/node_modules/log.io/node_modules/underscore npm info linkStuff jquery-browserify@1.8.1 npm info install jquery-browserify@1.8.1 npm info postinstall jquery-browserify@1.8.1 npm info linkStuff underscore@1.4.4 npm info install underscore@1.4.4 npm info postinstall underscore@1.4.4 npm info preinstall express@3.0.6 npm info preinstall jquery@1.8.3 npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/connect npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/commander npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/range-parser npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/mkdirp npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/cookie npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/buffer-crc32 npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/fresh npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/methods npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/send npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/cookie-signature npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/debug npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/jsdom npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/htmlparser npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/xmlhttprequest npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/location npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/navigator npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/contextify npm info preinstall coffee-script@1.4.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/coffee-script npm info linkStuff coffee-script@1.4.0 npm info install coffee-script@1.4.0 npm info postinstall coffee-script@1.4.0 npm info preinstall socket.io@0.9.17 npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/policyfile npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/base64id npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/redis npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz npm info preinstall winston@0.6.2 npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/async npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/colors npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/cycle npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/eyes npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/pkginfo npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/request npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/stack-trace npm http 200 https://registry.npmjs.org/methods npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/methods/-/methods-0.0.1.tgz npm http 200 https://registry.npmjs.org/fresh npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz npm info preinstall socket.io-client@0.9.17 npm http 200 https://registry.npmjs.org/cookie npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/uglify-js npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/ws npm info attempt registry request try #1 at 11:29:04 AM npm http request GET https://registry.npmjs.org/active-x-obfuscator npm http 200 https://registry.npmjs.org/debug npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz npm http 200 https://registry.npmjs.org/policyfile npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/debug/-/debug-2.2.0.tgz npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz npm http 200 https://registry.npmjs.org/base64id npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz npm http 200 https://registry.npmjs.org/cookie-signature npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz npm http 200 https://registry.npmjs.org/cycle npm http 200 https://registry.npmjs.org/eyes npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz npm http 200 https://registry.npmjs.org/location npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/location/-/location-0.0.1.tgz npm http fetch 200 https://registry.npmjs.org/methods/-/methods-0.0.1.tgz npm http 200 https://registry.npmjs.org/mkdirp npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz npm http 200 https://registry.npmjs.org/navigator npm http 200 https://registry.npmjs.org/colors npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/navigator/-/navigator-1.0.1.tgz npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/colors/-/colors-0.6.2.tgz npm http 200 https://registry.npmjs.org/send npm http 200 https://registry.npmjs.org/buffer-crc32 npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/send/-/send-0.1.0.tgz npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz npm http 200 https://registry.npmjs.org/active-x-obfuscator npm http fetch 200 https://registry.npmjs.org/policyfile/-/policyfile-0.0.4.tgz npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz npm http fetch 200 https://registry.npmjs.org/base64id/-/base64id-0.1.0.tgz npm http 200 https://registry.npmjs.org/htmlparser npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.6.tgz npm http fetch 200 https://registry.npmjs.org/cycle/-/cycle-1.0.3.tgz npm http fetch 200 https://registry.npmjs.org/eyes/-/eyes-0.1.8.tgz npm http fetch 200 https://registry.npmjs.org/location/-/location-0.0.1.tgz npm http 200 https://registry.npmjs.org/commander npm http 200 https://registry.npmjs.org/stack-trace npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/commander/-/commander-0.6.1.tgz npm http 200 https://registry.npmjs.org/async npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/async/-/async-0.1.22.tgz npm http fetch 200 https://registry.npmjs.org/mkdirp/-/mkdirp-0.3.3.tgz npm http 200 https://registry.npmjs.org/connect npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/connect/-/connect-2.7.2.tgz npm http fetch 200 https://registry.npmjs.org/socket.io-client/-/socket.io-client-0.9.16.tgz npm http fetch 200 https://registry.npmjs.org/colors/-/colors-0.6.2.tgz npm http fetch 200 https://registry.npmjs.org/buffer-crc32/-/buffer-crc32-0.1.1.tgz npm http 200 https://registry.npmjs.org/range-parser npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz npm http fetch 200 https://registry.npmjs.org/fresh/-/fresh-0.1.0.tgz npm http 200 https://registry.npmjs.org/contextify npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz npm http fetch 200 https://registry.npmjs.org/active-x-obfuscator/-/active-x-obfuscator-0.0.1.tgz npm http fetch 200 https://registry.npmjs.org/htmlparser/-/htmlparser-1.7.6.tgz npm http 200 https://registry.npmjs.org/pkginfo npm info retry fetch attempt 1 at 11:29:04 AM npm info attempt registry request try #1 at 11:29:04 AM npm http fetch GET https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz npm http fetch 200 https://registry.npmjs.org/async/-/async-0.1.22.tgz npm http fetch 200 https://registry.npmjs.org/stack-trace/-/stack-trace-0.0.9.tgz npm http fetch 200 https://registry.npmjs.org/cookie-signature/-/cookie-signature-0.0.1.tgz npm http fetch 200 https://registry.npmjs.org/connect/-/connect-2.7.2.tgz npm http fetch 200 https://registry.npmjs.org/range-parser/-/range-parser-0.0.4.tgz npm http fetch 200 https://registry.npmjs.org/send/-/send-0.1.0.tgz npm http fetch 200 https://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz npm http fetch 200 https://registry.npmjs.org/navigator/-/navigator-1.0.1.tgz npm http 200 https://registry.npmjs.org/jsdom npm info retry fetch attempt 1 at 11:29:05 AM npm info attempt registry request try #1 at 11:29:05 AM npm http fetch GET https://registry.npmjs.org/jsdom/-/jsdom-0.2.19.tgz npm http 200 https://registry.npmjs.org/xmlhttprequest npm info retry fetch attempt 1 at 11:29:05 AM npm info attempt registry request try #1 at 11:29:05 AM npm http fetch GET https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz npm http fetch 200 https://registry.npmjs.org/jsdom/-/jsdom-0.2.19.tgz npm http 200 https://registry.npmjs.org/redis npm info retry fetch attempt 1 at 11:29:05 AM npm info attempt registry request try #1 at 11:29:05 AM npm http fetch GET https://registry.npmjs.org/redis/-/redis-0.7.3.tgz npm http 200 https://registry.npmjs.org/request npm info retry fetch attempt 1 at 11:29:05 AM npm info attempt registry request try #1 at 11:29:05 AM npm http fetch GET https://registry.npmjs.org/request/-/request-2.9.203.tgz npm http fetch 200 https://registry.npmjs.org/pkginfo/-/pkginfo-0.2.3.tgz npm http fetch 200 https://registry.npmjs.org/redis/-/redis-0.7.3.tgz npm http fetch 200 https://registry.npmjs.org/request/-/request-2.9.203.tgz npm http fetch 200 https://registry.npmjs.org/xmlhttprequest/-/xmlhttprequest-1.4.2.tgz npm info install location@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery npm info install contextify@0.1.14 into /usr/local/lib/node_modules/log.io/node_modules/jquery npm info install navigator@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery npm info install htmlparser@1.7.6 into /usr/local/lib/node_modules/log.io/node_modules/jquery npm info install jsdom@0.2.19 into /usr/local/lib/node_modules/log.io/node_modules/jquery npm info install xmlhttprequest@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery npm info installOne location@0.0.1 npm info installOne contextify@0.1.14 npm info installOne navigator@1.0.1 npm info installOne htmlparser@1.7.6 npm info installOne jsdom@0.2.19 npm info installOne xmlhttprequest@1.4.2 npm http fetch 200 https://registry.npmjs.org/debug/-/debug-2.2.0.tgz npm info preinstall navigator@1.0.1 npm info preinstall location@0.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/navigator npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/location npm info linkStuff navigator@1.0.1 npm info linkStuff location@0.0.1 npm info install navigator@1.0.1 npm info install location@0.0.1 npm info postinstall navigator@1.0.1 npm info postinstall location@0.0.1 npm info preinstall contextify@0.1.14 npm info install cycle@1.0.3 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info install eyes@0.1.8 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info install colors@0.6.2 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info install stack-trace@0.0.9 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info install async@0.1.22 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info install pkginfo@0.2.3 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info install request@2.9.203 into /usr/local/lib/node_modules/log.io/node_modules/winston npm info installOne cycle@1.0.3 npm info installOne eyes@0.1.8 npm info installOne colors@0.6.2 npm info installOne stack-trace@0.0.9 npm info installOne async@0.1.22 npm info installOne pkginfo@0.2.3 npm info installOne request@2.9.203 npm info preinstall xmlhttprequest@1.4.2 npm info attempt registry request try #1 at 11:29:05 AM npm http request GET https://registry.npmjs.org/bindings npm info attempt registry request try #1 at 11:29:05 AM npm http request GET https://registry.npmjs.org/nan npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/xmlhttprequest npm http 200 https://registry.npmjs.org/ws npm info linkStuff xmlhttprequest@1.4.2 npm info install xmlhttprequest@1.4.2 npm info postinstall xmlhttprequest@1.4.2 npm info retry fetch attempt 1 at 11:29:05 AM npm info attempt registry request try #1 at 11:29:05 AM npm http fetch GET https://registry.npmjs.org/ws/-/ws-0.4.32.tgz npm info preinstall cycle@1.0.3 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/cycle npm info linkStuff cycle@1.0.3 npm info install cycle@1.0.3 npm info postinstall cycle@1.0.3 npm info preinstall stack-trace@0.0.9 npm info preinstall eyes@0.1.8 npm info preinstall async@0.1.22 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/stack-trace npm info preinstall colors@0.6.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/eyes npm info linkStuff stack-trace@0.0.9 npm info linkStuff eyes@0.1.8 npm info install stack-trace@0.0.9 npm info install eyes@0.1.8 npm info postinstall stack-trace@0.0.9 npm info postinstall eyes@0.1.8 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/async npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/colors npm info linkStuff async@0.1.22 npm info install async@0.1.22 npm info linkStuff colors@0.6.2 npm info postinstall async@0.1.22 npm info install colors@0.6.2 npm info postinstall colors@0.6.2 npm info preinstall pkginfo@0.2.3 npm info preinstall jsdom@0.2.19 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/pkginfo npm info linkStuff pkginfo@0.2.3 npm info install pkginfo@0.2.3 npm info postinstall pkginfo@0.2.3 npm info attempt registry request try #1 at 11:29:05 AM npm http request GET https://registry.npmjs.org/cssstyle npm info attempt registry request try #1 at 11:29:05 AM npm http request GET https://registry.npmjs.org/cssom npm info retry fetch attempt 1 at 11:29:05 AM npm info attempt registry request try #1 at 11:29:05 AM npm http fetch GET https://registry.npmjs.org/request/-/request-2.64.0.tgz npm info preinstall request@2.9.203 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston/node_modules/request npm info linkStuff request@2.9.203 npm info install request@2.9.203 npm info postinstall request@2.9.203 npm info build /usr/local/lib/node_modules/log.io/node_modules/winston npm info linkStuff winston@0.6.2 npm info install winston@0.6.2 npm info postinstall winston@0.6.2 npm http fetch 200 https://registry.npmjs.org/commander/-/commander-0.6.1.tgz npm info preinstall htmlparser@1.7.6 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/htmlparser npm info linkStuff htmlparser@1.7.6 npm info install htmlparser@1.7.6 npm info postinstall htmlparser@1.7.6 npm http fetch 200 https://registry.npmjs.org/ws/-/ws-0.4.32.tgz npm http 200 https://registry.npmjs.org/uglify-js npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz npm http fetch 200 https://registry.npmjs.org/request/-/request-2.64.0.tgz npm http 200 https://registry.npmjs.org/nan npm http 200 https://registry.npmjs.org/cssstyle npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/nan/-/nan-1.8.4.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.29.tgz npm http 200 https://registry.npmjs.org/cssom npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/cssom/-/cssom-0.2.5.tgz npm http fetch 200 https://registry.npmjs.org/uglify-js/-/uglify-js-1.2.5.tgz npm http 200 https://registry.npmjs.org/bindings npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz npm http fetch 200 https://registry.npmjs.org/nan/-/nan-1.8.4.tgz npm http fetch 200 https://registry.npmjs.org/cssstyle/-/cssstyle-0.2.29.tgz npm http fetch 200 https://registry.npmjs.org/cssom/-/cssom-0.2.5.tgz npm info install request@2.64.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom npm info install cssom@0.2.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom npm info install cssstyle@0.2.29 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom npm info installOne request@2.64.0 npm info installOne cssom@0.2.5 npm info installOne cssstyle@0.2.29 npm info preinstall cssom@0.2.5 npm http fetch 200 https://registry.npmjs.org/bindings/-/bindings-1.2.1.tgz npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssom npm info install active-x-obfuscator@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client npm info install xmlhttprequest@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client npm info install ws@0.4.32 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client npm info install uglify-js@1.2.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client npm info installOne active-x-obfuscator@0.0.1 npm info installOne xmlhttprequest@1.4.2 npm info installOne ws@0.4.32 npm info installOne uglify-js@1.2.5 npm info preinstall request@2.64.0 npm info linkStuff cssom@0.2.5 npm info install cssom@0.2.5 npm info postinstall cssom@0.2.5 npm info install nan@1.8.4 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify npm info install bindings@1.2.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify npm info installOne nan@1.8.4 npm info installOne bindings@1.2.1 npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/bl npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/caseless npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/extend npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/forever-agent npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/form-data npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/json-stringify-safe npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/mime-types npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/node-uuid npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/qs npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/tunnel-agent npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/tough-cookie npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/http-signature npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/oauth-sign npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/hawk npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/aws-sign2 npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/stringstream npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/combined-stream npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/isstream npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/har-validator npm info preinstall bindings@1.2.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/node_modules/bindings npm info linkStuff bindings@1.2.1 npm info install bindings@1.2.1 npm info postinstall bindings@1.2.1 npm info preinstall xmlhttprequest@1.4.2 npm info preinstall active-x-obfuscator@0.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/xmlhttprequest npm info preinstall nan@1.8.4 npm info linkStuff xmlhttprequest@1.4.2 npm info install xmlhttprequest@1.4.2 npm info postinstall xmlhttprequest@1.4.2 npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/zeparser npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/node_modules/nan npm info linkStuff nan@1.8.4 npm info install nan@1.8.4 npm info postinstall nan@1.8.4 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify npm info linkStuff contextify@0.1.14 npm info install contextify@0.1.14 > contextify@0.1.14 install /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify > node-gyp rebuild gyp info it worked if it ends with ok gyp info using node-gyp@3.0.3 gyp info using node@4.1.1 | linux | x64 gyp http GET https://nodejs.org/download/release/v4.1.1/node-v4.1.1-headers.tar.gz gyp http 200 https://nodejs.org/download/release/v4.1.1/node-v4.1.1-headers.tar.gz gyp http GET https://nodejs.org/download/release/v4.1.1/SHASUMS256.txt gyp http 200 https://nodejs.org/download/release/v4.1.1/SHASUMS256.txt gyp info spawn python2 gyp info spawn args [ '/usr/local/lib/node_modules/npm/node_modules/node-gyp/gyp/gyp_main.py', gyp info spawn args 'binding.gyp', gyp info spawn args '-f', gyp info spawn args 'make', gyp info spawn args '-I', gyp info spawn args '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/build/config.gypi', gyp info spawn args '-I', gyp info spawn args '/usr/local/lib/node_modules/npm/node_modules/node-gyp/addon.gypi', gyp info spawn args '-I', gyp info spawn args '/root/.node-gyp/4.1.1/include/node/common.gypi', gyp info spawn args '-Dlibrary=shared_library', gyp info spawn args '-Dvisibility=default', gyp info spawn args '-Dnode_root_dir=/root/.node-gyp/4.1.1', gyp info spawn args '-Dnode_gyp_dir=/usr/local/lib/node_modules/npm/node_modules/node-gyp', gyp info spawn args '-Dnode_lib_file=node.lib', gyp info spawn args '-Dmodule_root_dir=/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify', gyp info spawn args '--depth=.', gyp info spawn args '--no-parallel', gyp info spawn args '--generator-output', gyp info spawn args 'build', gyp info spawn args '-Goutput_dir=.' ] gyp info spawn make gyp info spawn args [ 'BUILDTYPE=Release', '-C', 'build' ] make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/build' CXX(target) Release/obj.target/contextify/src/contextify.o In file included from ../src/contextify.cc:3:0: ../node_modules/nan/nan.h:261:25: error: redefinition of 'template<class T> v8::Local<T> _NanEnsureLocal(v8::Local<T>)' NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Local<T> val) { ^ ../node_modules/nan/nan.h:256:25: note: 'template<class T> v8::Local<T> _NanEnsureLocal(v8::Handle<T>)' previously declared here NAN_INLINE v8::Local<T> _NanEnsureLocal(v8::Handle<T> val) { ^ ../node_modules/nan/nan.h:661:13: error: 'node::smalloc' has not been declared , node::smalloc::FreeCallback callback ^ ../node_modules/nan/nan.h:661:35: error: expected ',' or '...' before 'callback' , node::smalloc::FreeCallback callback ^ ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(char*, size_t, int)': ../node_modules/nan/nan.h:665:50: error: 'callback' was not declared in this scope v8::Isolate::GetCurrent(), data, length, callback, hint); ^ ../node_modules/nan/nan.h:665:60: error: 'hint' was not declared in this scope v8::Isolate::GetCurrent(), data, length, callback, hint); ^ ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(const char*, uint32_t)': ../node_modules/nan/nan.h:672:67: error: call of overloaded 'New(v8::Isolate*, const char*&, uint32_t&)' is ambiguous return node::Buffer::New(v8::Isolate::GetCurrent(), data, size); ^ ../node_modules/nan/nan.h:672:67: note: candidates are: In file included from ../node_modules/nan/nan.h:25:0, from ../src/contextify.cc:3: /root/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, v8::Local<v8::String>, node::encoding) <near match> NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, ^ /root/.node-gyp/4.1.1/include/node/node_buffer.h:31:40: note: no known conversion for argument 3 from 'uint32_t {aka unsigned int}' to 'node::encoding' /root/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: v8::MaybeLocal<v8::Object> node::Buffer::New(v8::Isolate*, char*, size_t) <near match> NODE_EXTERN v8::MaybeLocal<v8::Object> New(v8::Isolate* isolate, ^ /root/.node-gyp/4.1.1/include/node/node_buffer.h:43:40: note: no known conversion for argument 2 from 'const char*' to 'char*' In file included from ../src/contextify.cc:3:0: ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanNewBufferHandle(uint32_t)': ../node_modules/nan/nan.h:676:61: error: could not convert 'node::Buffer::New(v8::Isolate::GetCurrent(), ((size_t)size))' from 'v8::MaybeLocal<v8::Object>' to 'v8::Local<v8::Object>' return node::Buffer::New(v8::Isolate::GetCurrent(), size); ^ ../node_modules/nan/nan.h: In function 'v8::Local<v8::Object> NanBufferUse(char*, uint32_t)': ../node_modules/nan/nan.h:683:12: error: 'Use' is not a member of 'node::Buffer' return node::Buffer::Use(v8::Isolate::GetCurrent(), data, size); ^ contextify.target.mk:90: recipe for target 'Release/obj.target/contextify/src/contextify.o' failed make: *** [Release/obj.target/contextify/src/contextify.o] Error 1 make: Leaving directory '/usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify/build' gyp ERR! build error gyp ERR! stack Error: `make` failed with exit code: 2 gyp ERR! stack at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:270:23) gyp ERR! stack at emitTwo (events.js:87:13) gyp ERR! stack at ChildProcess.emit (events.js:172:7) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:200:12) gyp ERR! System Linux 3.16.0-44-generic gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "rebuild" gyp ERR! cwd /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/contextify gyp ERR! node -v v4.1.1 gyp ERR! node-gyp -v v3.0.3 gyp ERR! not ok npm info preinstall ws@0.4.32 npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/tinycolor npm info attempt registry request try #1 at 11:29:06 AM npm http request GET https://registry.npmjs.org/options npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/commander/-/commander-2.1.0.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/nan/-/nan-1.0.0.tgz npm http 200 https://registry.npmjs.org/json-stringify-safe npm http 200 https://registry.npmjs.org/forever-agent npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz npm http 200 https://registry.npmjs.org/oauth-sign npm http 200 https://registry.npmjs.org/tunnel-agent npm http 200 https://registry.npmjs.org/aws-sign2 npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz npm http 200 https://registry.npmjs.org/stringstream npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz npm http 200 https://registry.npmjs.org/isstream npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz npm http 200 https://registry.npmjs.org/extend npm http 200 https://registry.npmjs.org/form-data npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/extend/-/extend-3.0.0.tgz npm http 200 https://registry.npmjs.org/bl npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/bl/-/bl-1.0.0.tgz npm http 200 https://registry.npmjs.org/caseless npm http 200 https://registry.npmjs.org/node-uuid npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz npm http 200 https://registry.npmjs.org/combined-stream npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz npm http 200 https://registry.npmjs.org/har-validator npm http 200 https://registry.npmjs.org/zeparser npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz npm info preinstall uglify-js@1.2.5 npm http 200 https://registry.npmjs.org/http-signature npm http 200 https://registry.npmjs.org/qs npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz npm http 200 https://registry.npmjs.org/options npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/uglify-js npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/qs/-/qs-5.1.0.tgz npm info linkStuff uglify-js@1.2.5 npm http 200 https://registry.npmjs.org/tinycolor npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/options/-/options-0.0.6.tgz npm info install uglify-js@1.2.5 npm info postinstall uglify-js@1.2.5 npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz npm http fetch 200 https://registry.npmjs.org/commander/-/commander-2.1.0.tgz npm http 200 https://registry.npmjs.org/mime-types npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz npm http fetch 200 https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz npm http 200 https://registry.npmjs.org/hawk npm http fetch 200 https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz npm http 200 https://registry.npmjs.org/tough-cookie npm info retry fetch attempt 1 at 11:29:06 AM npm info attempt registry request try #1 at 11:29:06 AM npm http fetch GET https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz npm http fetch 200 https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.8.0.tgz npm http fetch 200 https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.4.1.tgz npm http fetch 200 https://registry.npmjs.org/stringstream/-/stringstream-0.0.4.tgz npm http fetch 200 https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.5.0.tgz npm http fetch 200 https://registry.npmjs.org/nan/-/nan-1.0.0.tgz npm http fetch 200 https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz npm http fetch 200 https://registry.npmjs.org/bl/-/bl-1.0.0.tgz npm http fetch 200 https://registry.npmjs.org/form-data/-/form-data-1.0.0-rc3.tgz npm http fetch 200 https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.5.tgz npm http fetch 200 https://registry.npmjs.org/caseless/-/caseless-0.11.0.tgz npm http fetch 200 https://registry.npmjs.org/har-validator/-/har-validator-1.8.0.tgz npm info preinstall cssstyle@0.2.29 npm info retry fetch attempt 1 at 11:29:07 AM npm info attempt registry request try #1 at 11:29:07 AM npm http fetch GET https://registry.npmjs.org/cssom/-/cssom-0.3.0.tgz npm http fetch 200 https://registry.npmjs.org/node-uuid/-/node-uuid-1.4.3.tgz npm http fetch 200 https://registry.npmjs.org/http-signature/-/http-signature-0.11.0.tgz npm http fetch 200 https://registry.npmjs.org/options/-/options-0.0.6.tgz npm http fetch 200 https://registry.npmjs.org/tinycolor/-/tinycolor-0.0.1.tgz npm info install commander@2.1.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws npm info install nan@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws npm info install options@0.0.6 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws npm info install tinycolor@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws npm info installOne commander@2.1.0 npm info installOne nan@1.0.0 npm info installOne options@0.0.6 npm info installOne tinycolor@0.0.1 npm http fetch 200 https://registry.npmjs.org/zeparser/-/zeparser-0.0.5.tgz npm http fetch 200 https://registry.npmjs.org/mime-types/-/mime-types-2.1.7.tgz npm info preinstall commander@2.1.0 npm info preinstall tinycolor@0.0.1 npm info preinstall options@0.0.6 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/commander npm info linkStuff commander@2.1.0 npm info install commander@2.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/tinycolor npm info postinstall commander@2.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/options npm info preinstall nan@1.0.0 npm info linkStuff tinycolor@0.0.1 npm info linkStuff options@0.0.6 npm info install tinycolor@0.0.1 npm info install options@0.0.6 npm info postinstall tinycolor@0.0.1 npm info postinstall options@0.0.6 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/node_modules/nan npm http fetch 200 https://registry.npmjs.org/qs/-/qs-5.1.0.tgz npm info linkStuff nan@1.0.0 npm info install nan@1.0.0 npm info postinstall nan@1.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws npm info linkStuff ws@0.4.32 npm info install ws@0.4.32 npm http fetch 200 https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.0.0.tgz npm http fetch 200 https://registry.npmjs.org/hawk/-/hawk-3.1.0.tgz npm http fetch 200 https://registry.npmjs.org/cssom/-/cssom-0.3.0.tgz npm info install cssom@0.3.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssstyle npm info installOne cssom@0.3.0 npm info preinstall cssom@0.3.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssstyle/node_modules/cssom npm info linkStuff cssom@0.3.0 npm info install cssom@0.3.0 npm info postinstall cssom@0.3.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/cssstyle npm info linkStuff cssstyle@0.2.29 npm info install cssstyle@0.2.29 npm info postinstall cssstyle@0.2.29 npm info install base64id@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io npm info install policyfile@0.0.4 into /usr/local/lib/node_modules/log.io/node_modules/socket.io npm info install redis@0.7.3 into /usr/local/lib/node_modules/log.io/node_modules/socket.io npm info install socket.io-client@0.9.16 into /usr/local/lib/node_modules/log.io/node_modules/socket.io npm info installOne base64id@0.1.0 npm info installOne policyfile@0.0.4 npm info installOne redis@0.7.3 npm info installOne socket.io-client@0.9.16 npm info preinstall base64id@0.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/base64id npm info linkStuff base64id@0.1.0 npm info install base64id@0.1.0 npm info postinstall base64id@0.1.0 npm info preinstall policyfile@0.0.4 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/policyfile npm info linkStuff policyfile@0.0.4 npm info install policyfile@0.0.4 npm info postinstall policyfile@0.0.4 npm info preinstall redis@0.7.3 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/redis npm info linkStuff redis@0.7.3 npm info install redis@0.7.3 npm info postinstall redis@0.7.3 npm info preinstall socket.io-client@0.9.16 npm info install xmlhttprequest@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client npm info install uglify-js@1.2.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client npm info install ws@0.4.32 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client npm info install active-x-obfuscator@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client npm info installOne xmlhttprequest@1.4.2 npm info installOne uglify-js@1.2.5 npm info installOne ws@0.4.32 npm info installOne active-x-obfuscator@0.0.1 npm info preinstall xmlhttprequest@1.4.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/xmlhttprequest npm info preinstall active-x-obfuscator@0.0.1 npm info linkStuff xmlhttprequest@1.4.2 npm info install xmlhttprequest@1.4.2 npm info postinstall xmlhttprequest@1.4.2 npm info preinstall ws@0.4.32 npm info install nan@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws npm info install tinycolor@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws npm info install commander@2.1.0 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws npm info install options@0.0.6 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws npm info installOne nan@1.0.0 npm info installOne tinycolor@0.0.1 npm info installOne commander@2.1.0 npm info installOne options@0.0.6 npm info preinstall commander@2.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/commander npm info preinstall tinycolor@0.0.1 npm info preinstall options@0.0.6 npm info linkStuff commander@2.1.0 npm info install commander@2.1.0 npm info postinstall commander@2.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/tinycolor npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/options npm info linkStuff tinycolor@0.0.1 npm info linkStuff options@0.0.6 npm info install tinycolor@0.0.1 npm info install options@0.0.6 npm info postinstall tinycolor@0.0.1 npm info postinstall options@0.0.6 npm info preinstall nan@1.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/node_modules/nan npm info linkStuff nan@1.0.0 npm info install nan@1.0.0 npm info postinstall nan@1.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws npm info linkStuff ws@0.4.32 npm info install ws@0.4.32 npm http fetch 200 https://registry.npmjs.org/cookie/-/cookie-0.0.5.tgz npm info install methods@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install mkdirp@0.3.3 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install buffer-crc32@0.1.1 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install fresh@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install cookie-signature@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install range-parser@0.0.4 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install send@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install connect@2.7.2 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install debug@2.2.0 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install commander@0.6.1 into /usr/local/lib/node_modules/log.io/node_modules/express npm info install cookie@0.0.5 into /usr/local/lib/node_modules/log.io/node_modules/express npm info installOne methods@0.0.1 npm info installOne mkdirp@0.3.3 npm info installOne buffer-crc32@0.1.1 npm info installOne fresh@0.1.0 npm info installOne cookie-signature@0.0.1 npm info installOne range-parser@0.0.4 npm info installOne send@0.1.0 npm info installOne connect@2.7.2 npm info installOne debug@2.2.0 npm info installOne commander@0.6.1 npm info installOne cookie@0.0.5 npm info preinstall methods@0.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/methods npm info linkStuff methods@0.0.1 npm info install methods@0.0.1 npm info postinstall methods@0.0.1 npm info preinstall fresh@0.1.0 npm info preinstall cookie-signature@0.0.1 npm info preinstall range-parser@0.0.4 npm info preinstall buffer-crc32@0.1.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/fresh npm info preinstall cookie@0.0.5 npm info preinstall send@0.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/cookie-signature npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/range-parser npm info linkStuff fresh@0.1.0 npm info preinstall commander@0.6.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/buffer-crc32 npm info install fresh@0.1.0 npm info postinstall fresh@0.1.0 npm info linkStuff cookie-signature@0.0.1 npm info linkStuff range-parser@0.0.4 npm info install cookie-signature@0.0.1 npm info install range-parser@0.0.4 npm info linkStuff buffer-crc32@0.1.1 npm info postinstall cookie-signature@0.0.1 npm info postinstall range-parser@0.0.4 npm info install buffer-crc32@0.1.1 npm info postinstall buffer-crc32@0.1.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/cookie npm info attempt registry request try #1 at 11:29:07 AM npm http request GET https://registry.npmjs.org/mime npm info preinstall debug@2.2.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/commander npm info linkStuff cookie@0.0.5 npm info install cookie@0.0.5 npm info postinstall cookie@0.0.5 npm info linkStuff commander@0.6.1 npm info install commander@0.6.1 npm info postinstall commander@0.6.1 npm info attempt registry request try #1 at 11:29:07 AM npm http request GET https://registry.npmjs.org/ms npm info preinstall mkdirp@0.3.3 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/mkdirp npm info linkStuff mkdirp@0.3.3 npm info install mkdirp@0.3.3 npm info postinstall mkdirp@0.3.3 npm info preinstall uglify-js@1.2.5 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/uglify-js npm info linkStuff uglify-js@1.2.5 npm info install uglify-js@1.2.5 npm info postinstall uglify-js@1.2.5 npm http fetch 200 https://registry.npmjs.org/extend/-/extend-3.0.0.tgz npm info install json-stringify-safe@5.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install forever-agent@0.6.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install oauth-sign@0.8.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install tunnel-agent@0.4.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install stringstream@0.0.4 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install aws-sign2@0.5.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install isstream@0.1.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install bl@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install form-data@1.0.0-rc3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install combined-stream@1.0.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install caseless@0.11.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install har-validator@1.8.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install node-uuid@1.4.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install http-signature@0.11.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install mime-types@2.1.7 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install qs@5.1.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install hawk@3.1.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install tough-cookie@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info install extend@3.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info installOne json-stringify-safe@5.0.1 npm info installOne forever-agent@0.6.1 npm info installOne oauth-sign@0.8.0 npm info installOne tunnel-agent@0.4.1 npm info installOne stringstream@0.0.4 npm info installOne aws-sign2@0.5.0 npm info installOne isstream@0.1.2 npm info installOne bl@1.0.0 npm info installOne form-data@1.0.0-rc3 npm info installOne combined-stream@1.0.5 npm info installOne caseless@0.11.0 npm info installOne har-validator@1.8.0 npm info installOne node-uuid@1.4.3 npm info installOne http-signature@0.11.0 npm info installOne mime-types@2.1.7 npm info installOne qs@5.1.0 npm info installOne hawk@3.1.0 npm info installOne tough-cookie@2.0.0 npm info installOne extend@3.0.0 npm http 200 https://registry.npmjs.org/ms npm info preinstall aws-sign2@0.5.0 npm info preinstall forever-agent@0.6.1 npm info preinstall combined-stream@1.0.5 npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/ms/-/ms-0.7.1.tgz npm info preinstall tunnel-agent@0.4.1 npm info preinstall oauth-sign@0.8.0 npm info preinstall caseless@0.11.0 npm info preinstall form-data@1.0.0-rc3 npm info preinstall mime-types@2.1.7 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/aws-sign2 npm http 200 https://registry.npmjs.org/mime npm info linkStuff aws-sign2@0.5.0 npm info install aws-sign2@0.5.0 npm info postinstall aws-sign2@0.5.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/forever-agent npm info preinstall stringstream@0.0.4 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/delayed-stream npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/mime/-/mime-1.2.6.tgz npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/tunnel-agent npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/oauth-sign npm info linkStuff forever-agent@0.6.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/caseless npm info preinstall isstream@0.1.2 npm info install forever-agent@0.6.1 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/mime-db npm info postinstall forever-agent@0.6.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/stringstream npm info linkStuff tunnel-agent@0.4.1 npm info linkStuff oauth-sign@0.8.0 npm info linkStuff stringstream@0.0.4 npm info install tunnel-agent@0.4.1 npm info linkStuff caseless@0.11.0 npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/async/-/async-1.4.2.tgz npm info preinstall json-stringify-safe@5.0.1 npm info install oauth-sign@0.8.0 npm info postinstall tunnel-agent@0.4.1 npm info install stringstream@0.0.4 npm info install caseless@0.11.0 npm info postinstall oauth-sign@0.8.0 npm info postinstall stringstream@0.0.4 npm info postinstall caseless@0.11.0 npm info preinstall bl@1.0.0 npm info preinstall extend@3.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/isstream npm info preinstall http-signature@0.11.0 npm info linkStuff isstream@0.1.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/json-stringify-safe npm info install isstream@0.1.2 npm info postinstall isstream@0.1.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/extend npm info linkStuff json-stringify-safe@5.0.1 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/readable-stream npm info install json-stringify-safe@5.0.1 npm info postinstall json-stringify-safe@5.0.1 npm info linkStuff extend@3.0.0 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/assert-plus npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/asn1 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/ctype npm info install extend@3.0.0 npm info postinstall extend@3.0.0 npm info preinstall node-uuid@1.4.3 npm info preinstall qs@5.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/node-uuid npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/qs npm info linkStuff node-uuid@1.4.3 npm info install node-uuid@1.4.3 npm info linkStuff qs@5.1.0 npm info postinstall node-uuid@1.4.3 npm info install qs@5.1.0 npm info preinstall har-validator@1.8.0 npm info postinstall qs@5.1.0 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/bluebird npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/chalk npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/is-my-json-valid npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/commander/-/commander-2.8.1.tgz npm info preinstall hawk@3.1.0 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/hoek npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/boom npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/cryptiles npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/sntp npm http fetch 200 https://registry.npmjs.org/ms/-/ms-0.7.1.tgz npm info install ms@0.7.1 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/debug npm info installOne ms@0.7.1 npm info preinstall tough-cookie@2.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/tough-cookie npm info linkStuff tough-cookie@2.0.0 npm info install tough-cookie@2.0.0 npm info postinstall tough-cookie@2.0.0 npm info preinstall ms@0.7.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/debug/node_modules/ms npm info linkStuff ms@0.7.1 npm info install ms@0.7.1 npm info postinstall ms@0.7.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/debug npm info linkStuff debug@2.2.0 npm info install debug@2.2.0 npm info postinstall debug@2.2.0 npm info preinstall connect@2.7.2 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/formidable npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/bytes npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/pause npm http fetch 200 https://registry.npmjs.org/async/-/async-1.4.2.tgz npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/qs/-/qs-0.5.1.tgz npm info install async@1.4.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/form-data npm info installOne async@1.4.2 npm info preinstall async@1.4.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/form-data/node_modules/async npm info linkStuff async@1.4.2 npm info install async@1.4.2 npm info postinstall async@1.4.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/form-data npm info linkStuff form-data@1.0.0-rc3 npm info install form-data@1.0.0-rc3 npm info postinstall form-data@1.0.0-rc3 npm http 200 https://registry.npmjs.org/delayed-stream npm http fetch 200 https://registry.npmjs.org/mime/-/mime-1.2.6.tgz npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz npm info install mime@1.2.6 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/send npm info installOne mime@1.2.6 npm info preinstall mime@1.2.6 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/send/node_modules/mime npm info linkStuff mime@1.2.6 npm info install mime@1.2.6 npm info postinstall mime@1.2.6 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/send npm http 200 https://registry.npmjs.org/assert-plus npm info linkStuff send@0.1.0 npm info install send@0.1.0 npm info postinstall send@0.1.0 npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz npm http fetch 200 https://registry.npmjs.org/commander/-/commander-2.8.1.tgz npm http 200 https://registry.npmjs.org/mime-db npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz npm http 200 https://registry.npmjs.org/pause npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/pause/-/pause-0.0.1.tgz npm http 200 https://registry.npmjs.org/is-my-json-valid npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz npm http fetch 200 https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz npm info install delayed-stream@1.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/combined-stream npm info installOne delayed-stream@1.0.0 npm http 200 https://registry.npmjs.org/sntp npm http 200 https://registry.npmjs.org/readable-stream npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz npm http 200 https://registry.npmjs.org/bytes npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz npm http fetch 200 https://registry.npmjs.org/assert-plus/-/assert-plus-0.1.5.tgz npm http fetch 200 https://registry.npmjs.org/qs/-/qs-0.5.1.tgz npm info preinstall delayed-stream@1.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/combined-stream/node_modules/delayed-stream npm info linkStuff delayed-stream@1.0.0 npm info install delayed-stream@1.0.0 npm info postinstall delayed-stream@1.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/combined-stream npm info linkStuff combined-stream@1.0.5 npm info install combined-stream@1.0.5 npm info postinstall combined-stream@1.0.5 npm http 200 https://registry.npmjs.org/asn1 npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz npm http 200 https://registry.npmjs.org/ctype npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz npm http fetch 200 https://registry.npmjs.org/pause/-/pause-0.0.1.tgz npm http 200 https://registry.npmjs.org/formidable npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz npm http fetch 200 https://registry.npmjs.org/mime-db/-/mime-db-1.19.0.tgz npm info install mime-db@1.19.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/mime-types npm info installOne mime-db@1.19.0 npm http fetch 200 https://registry.npmjs.org/bytes/-/bytes-0.1.0.tgz npm info preinstall mime-db@1.19.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/mime-types/node_modules/mime-db npm info linkStuff mime-db@1.19.0 npm info install mime-db@1.19.0 npm info postinstall mime-db@1.19.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/mime-types npm info linkStuff mime-types@2.1.7 npm info install mime-types@2.1.7 npm info postinstall mime-types@2.1.7 npm http fetch 200 https://registry.npmjs.org/is-my-json-valid/-/is-my-json-valid-2.12.2.tgz npm http 200 https://registry.npmjs.org/cryptiles npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz npm http fetch 200 https://registry.npmjs.org/readable-stream/-/readable-stream-2.0.2.tgz npm info install readable-stream@2.0.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl npm info installOne readable-stream@2.0.2 npm info preinstall readable-stream@2.0.2 npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/core-util-is npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/inherits npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/isarray npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/process-nextick-args npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/string_decoder npm info attempt registry request try #1 at 11:29:08 AM npm http request GET https://registry.npmjs.org/util-deprecate npm http 200 https://registry.npmjs.org/chalk npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz npm http 200 https://registry.npmjs.org/hoek npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz npm http fetch 200 https://registry.npmjs.org/ctype/-/ctype-0.5.3.tgz npm http fetch 200 https://registry.npmjs.org/cryptiles/-/cryptiles-2.0.5.tgz npm http 200 https://registry.npmjs.org/boom npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/boom/-/boom-2.9.0.tgz npm http fetch 200 https://registry.npmjs.org/formidable/-/formidable-1.0.11.tgz npm info install qs@0.5.1 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect npm info install pause@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect npm info install bytes@0.1.0 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect npm info install formidable@1.0.11 into /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect npm info installOne qs@0.5.1 npm info installOne pause@0.0.1 npm info installOne bytes@0.1.0 npm info installOne formidable@1.0.11 npm http 200 https://registry.npmjs.org/bluebird npm http 200 https://registry.npmjs.org/inherits npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz npm http 200 https://registry.npmjs.org/core-util-is npm http 200 https://registry.npmjs.org/string_decoder npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz npm http 200 https://registry.npmjs.org/util-deprecate npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz npm info retry fetch attempt 1 at 11:29:08 AM npm info attempt registry request try #1 at 11:29:08 AM npm http fetch GET https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz npm info preinstall pause@0.0.1 npm info preinstall bytes@0.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/pause npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/bytes npm info linkStuff pause@0.0.1 npm info install pause@0.0.1 npm info postinstall pause@0.0.1 npm info linkStuff bytes@0.1.0 npm info install bytes@0.1.0 npm info postinstall bytes@0.1.0 npm http fetch 200 https://registry.npmjs.org/chalk/-/chalk-1.1.1.tgz npm info preinstall qs@0.5.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/qs npm info linkStuff qs@0.5.1 npm info install qs@0.5.1 npm info postinstall qs@0.5.1 npm info preinstall formidable@1.0.11 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect/node_modules/formidable npm info linkStuff formidable@1.0.11 npm info install formidable@1.0.11 npm info postinstall formidable@1.0.11 npm info build /usr/local/lib/node_modules/log.io/node_modules/express/node_modules/connect npm info linkStuff connect@2.7.2 npm info install connect@2.7.2 npm info postinstall connect@2.7.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/express npm info linkStuff express@3.0.6 npm info install express@3.0.6 npm info postinstall express@3.0.6 npm http fetch 200 https://registry.npmjs.org/hoek/-/hoek-2.16.3.tgz npm http fetch 200 https://registry.npmjs.org/inherits/-/inherits-2.0.1.tgz npm http fetch 200 https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.1.tgz npm http fetch 200 https://registry.npmjs.org/boom/-/boom-2.9.0.tgz npm http fetch 200 https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz npm http fetch 200 https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.1.tgz npm http fetch 200 https://registry.npmjs.org/bluebird/-/bluebird-2.10.2.tgz npm info install commander@2.8.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator npm info install is-my-json-valid@2.12.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator npm info install chalk@1.1.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator npm info install bluebird@2.10.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator npm info installOne commander@2.8.1 npm info installOne is-my-json-valid@2.12.2 npm info installOne chalk@1.1.1 npm info installOne bluebird@2.10.2 npm info preinstall chalk@1.1.1 npm info preinstall commander@2.8.1 npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/has-ansi npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/strip-ansi npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/supports-color npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/ansi-styles npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/escape-string-regexp npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/graceful-readlink npm info preinstall is-my-json-valid@2.12.2 npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/generate-function npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/generate-object-property npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/jsonpointer npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/xtend npm info preinstall bluebird@2.10.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/bluebird npm info linkStuff bluebird@2.10.2 npm info install bluebird@2.10.2 npm info postinstall bluebird@2.10.2 npm http 200 https://registry.npmjs.org/has-ansi npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz npm http 200 https://registry.npmjs.org/graceful-readlink npm http 200 https://registry.npmjs.org/escape-string-regexp npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz npm info contextify@0.1.14 Failed to exec install script > ws@0.4.32 install /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws > (node-gyp rebuild 2> builderror.log) || (exit 0) make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/build' CXX(target) Release/obj.target/bufferutil/src/bufferutil.o bufferutil.target.mk:92: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed make: Leaving directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/ws/build' npm http 200 https://registry.npmjs.org/strip-ansi npm http 200 https://registry.npmjs.org/supports-color npm http 200 https://registry.npmjs.org/ansi-styles npm http 200 https://registry.npmjs.org/generate-object-property npm http 200 https://registry.npmjs.org/jsonpointer npm http 200 https://registry.npmjs.org/generate-function npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz npm http 200 https://registry.npmjs.org/xtend npm info retry fetch attempt 1 at 11:29:09 AM npm info attempt registry request try #1 at 11:29:09 AM npm http fetch GET https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz npm http fetch 200 https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz npm http fetch 200 https://registry.npmjs.org/graceful-readlink/-/graceful-readlink-1.0.1.tgz npm http fetch 200 https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.3.tgz npm info install graceful-readlink@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/commander npm info installOne graceful-readlink@1.0.1 npm info install zeparser@0.0.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/active-x-obfuscator npm info installOne zeparser@0.0.5 npm info install zeparser@0.0.5 into /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator npm info installOne zeparser@0.0.5 npm info preinstall graceful-readlink@1.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/commander/node_modules/graceful-readlink npm info linkStuff graceful-readlink@1.0.1 npm info install graceful-readlink@1.0.1 npm info postinstall graceful-readlink@1.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/commander npm info linkStuff commander@2.8.1 npm info install commander@2.8.1 npm info postinstall commander@2.8.1 npm http fetch 200 https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz npm info install cryptiles@2.0.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk npm info install hoek@2.16.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk npm info install boom@2.9.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk npm info install sntp@1.0.9 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk npm info installOne cryptiles@2.0.5 npm info installOne hoek@2.16.3 npm info installOne boom@2.9.0 npm info installOne sntp@1.0.9 npm http fetch 200 https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.0.tgz npm http fetch 200 https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.1.0.tgz npm http fetch 200 https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz npm http fetch 200 https://registry.npmjs.org/jsonpointer/-/jsonpointer-2.0.0.tgz npm http fetch 200 https://registry.npmjs.org/generate-object-property/-/generate-object-property-1.2.0.tgz npm http fetch 200 https://registry.npmjs.org/generate-function/-/generate-function-2.0.0.tgz npm info install has-ansi@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk npm info install escape-string-regexp@1.0.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk npm info install strip-ansi@3.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk npm info install supports-color@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk npm info install ansi-styles@2.1.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk npm info installOne has-ansi@2.0.0 npm info installOne escape-string-regexp@1.0.3 npm info installOne strip-ansi@3.0.0 npm info installOne supports-color@2.0.0 npm info installOne ansi-styles@2.1.0 npm http fetch 200 https://registry.npmjs.org/asn1/-/asn1-0.1.11.tgz npm info install assert-plus@0.1.5 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature npm info install ctype@0.5.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature npm info install asn1@0.1.11 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature npm info installOne assert-plus@0.1.5 npm info installOne ctype@0.5.3 npm info installOne asn1@0.1.11 npm http fetch 200 https://registry.npmjs.org/xtend/-/xtend-4.0.0.tgz npm info preinstall cryptiles@2.0.5 npm info install jsonpointer@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid npm info install generate-object-property@1.2.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid npm info install generate-function@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid npm info install xtend@4.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid npm info installOne jsonpointer@2.0.0 npm info installOne generate-object-property@1.2.0 npm info installOne generate-function@2.0.0 npm info installOne xtend@4.0.0 npm info preinstall escape-string-regexp@1.0.3 npm info preinstall strip-ansi@3.0.0 npm info preinstall has-ansi@2.0.0 npm info preinstall supports-color@2.0.0 npm info preinstall boom@2.9.0 npm info preinstall ansi-styles@2.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/cryptiles npm info linkStuff cryptiles@2.0.5 npm info preinstall sntp@1.0.9 npm info install cryptiles@2.0.5 npm info postinstall cryptiles@2.0.5 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/escape-string-regexp npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/supports-color npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/ansi-regex npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/boom npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/ansi-styles npm info preinstall assert-plus@0.1.5 npm info linkStuff escape-string-regexp@1.0.3 npm info linkStuff supports-color@2.0.0 npm info install escape-string-regexp@1.0.3 npm info linkStuff boom@2.9.0 npm info linkStuff ansi-styles@2.1.0 npm info install supports-color@2.0.0 npm info postinstall escape-string-regexp@1.0.3 npm info install boom@2.9.0 npm info postinstall supports-color@2.0.0 npm info install ansi-styles@2.1.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/sntp npm info postinstall boom@2.9.0 npm info postinstall ansi-styles@2.1.0 npm info linkStuff sntp@1.0.9 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature/node_modules/assert-plus npm info install sntp@1.0.9 npm info postinstall sntp@1.0.9 npm info linkStuff assert-plus@0.1.5 npm info preinstall hoek@2.16.3 npm info install assert-plus@0.1.5 npm info postinstall assert-plus@0.1.5 npm info preinstall jsonpointer@2.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk/node_modules/hoek npm info preinstall generate-object-property@1.2.0 npm info preinstall generate-function@2.0.0 npm info linkStuff hoek@2.16.3 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/jsonpointer npm info install hoek@2.16.3 npm info postinstall hoek@2.16.3 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/hawk npm info preinstall xtend@4.0.0 npm info linkStuff jsonpointer@2.0.0 npm info install jsonpointer@2.0.0 npm info postinstall jsonpointer@2.0.0 npm info linkStuff hawk@3.1.0 npm info attempt registry request try #1 at 11:29:09 AM npm http request GET https://registry.npmjs.org/is-property npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-function npm info install hawk@3.1.0 npm info postinstall hawk@3.1.0 npm info preinstall ctype@0.5.3 npm info linkStuff generate-function@2.0.0 npm info install generate-function@2.0.0 npm info preinstall asn1@0.1.11 npm info postinstall generate-function@2.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/xtend npm info linkStuff xtend@4.0.0 npm info install xtend@4.0.0 npm info postinstall xtend@4.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature/node_modules/ctype npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature/node_modules/asn1 npm info linkStuff ctype@0.5.3 npm info install ctype@0.5.3 npm info postinstall ctype@0.5.3 npm info linkStuff asn1@0.1.11 npm info install asn1@0.1.11 npm info postinstall asn1@0.1.11 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/http-signature npm info linkStuff http-signature@0.11.0 npm info install http-signature@0.11.0 npm info postinstall http-signature@0.11.0 npm info preinstall zeparser@0.0.5 npm info preinstall zeparser@0.0.5 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser npm info linkStuff zeparser@0.0.5 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator/node_modules/zeparser npm info install zeparser@0.0.5 npm info postinstall zeparser@0.0.5 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client/node_modules/active-x-obfuscator npm info linkStuff zeparser@0.0.5 npm info install zeparser@0.0.5 npm info postinstall zeparser@0.0.5 npm info linkStuff active-x-obfuscator@0.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/active-x-obfuscator npm info install active-x-obfuscator@0.0.1 npm info postinstall active-x-obfuscator@0.0.1 npm info linkStuff active-x-obfuscator@0.0.1 npm info install active-x-obfuscator@0.0.1 npm info postinstall active-x-obfuscator@0.0.1 npm http 200 https://registry.npmjs.org/is-property npm info retry fetch attempt 1 at 11:29:10 AM npm info attempt registry request try #1 at 11:29:10 AM npm http fetch GET https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz > ws@0.4.32 install /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws > (node-gyp rebuild 2> builderror.log) || (exit 0) make: Entering directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' CXX(target) Release/obj.target/bufferutil/src/bufferutil.o bufferutil.target.mk:92: recipe for target 'Release/obj.target/bufferutil/src/bufferutil.o' failed make: Leaving directory '/usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client/node_modules/ws/build' npm info postinstall ws@0.4.32 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io-client npm info linkStuff socket.io-client@0.9.17 npm info install socket.io-client@0.9.17 npm info postinstall socket.io-client@0.9.17 npm http 200 https://registry.npmjs.org/ansi-regex npm info retry fetch attempt 1 at 11:29:10 AM npm info attempt registry request try #1 at 11:29:10 AM npm http fetch GET https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz npm http fetch 200 https://registry.npmjs.org/is-property/-/is-property-1.0.2.tgz npm info install is-property@1.0.2 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property npm info installOne is-property@1.0.2 npm info preinstall is-property@1.0.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property/node_modules/is-property npm info linkStuff is-property@1.0.2 npm info install is-property@1.0.2 npm info postinstall is-property@1.0.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid/node_modules/generate-object-property npm info linkStuff generate-object-property@1.2.0 npm info install generate-object-property@1.2.0 npm info postinstall generate-object-property@1.2.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/is-my-json-valid npm info linkStuff is-my-json-valid@2.12.2 npm info install is-my-json-valid@2.12.2 npm info postinstall is-my-json-valid@2.12.2 npm http fetch 200 https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.0.0.tgz npm info install ansi-regex@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi npm info installOne ansi-regex@2.0.0 npm info install ansi-regex@2.0.0 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi npm info installOne ansi-regex@2.0.0 npm info preinstall ansi-regex@2.0.0 npm info preinstall ansi-regex@2.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi/node_modules/ansi-regex npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi/node_modules/ansi-regex npm info linkStuff ansi-regex@2.0.0 npm info linkStuff ansi-regex@2.0.0 npm info install ansi-regex@2.0.0 npm info install ansi-regex@2.0.0 npm info postinstall ansi-regex@2.0.0 npm info postinstall ansi-regex@2.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/strip-ansi npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk/node_modules/has-ansi npm info linkStuff strip-ansi@3.0.0 npm info linkStuff has-ansi@2.0.0 npm info install strip-ansi@3.0.0 npm info postinstall strip-ansi@3.0.0 npm info install has-ansi@2.0.0 npm info postinstall has-ansi@2.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator/node_modules/chalk npm info linkStuff chalk@1.1.1 npm info install chalk@1.1.1 npm info postinstall chalk@1.1.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/har-validator npm info linkStuff har-validator@1.8.0 npm info install har-validator@1.8.0 npm info postinstall har-validator@1.8.0 npm info postinstall ws@0.4.32 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io/node_modules/socket.io-client npm info linkStuff socket.io-client@0.9.16 npm info install socket.io-client@0.9.16 npm info postinstall socket.io-client@0.9.16 npm info build /usr/local/lib/node_modules/log.io/node_modules/socket.io npm info linkStuff socket.io@0.9.17 npm info install socket.io@0.9.17 npm info postinstall socket.io@0.9.17 npm http 200 https://registry.npmjs.org/isarray npm http 200 https://registry.npmjs.org/process-nextick-args npm info retry fetch attempt 1 at 11:29:13 AM npm info attempt registry request try #1 at 11:29:13 AM npm http fetch GET https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz npm info retry fetch attempt 1 at 11:29:13 AM npm info attempt registry request try #1 at 11:29:13 AM npm http fetch GET https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz npm http fetch 200 https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz npm http fetch 200 https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-1.0.3.tgz npm info install inherits@2.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info install core-util-is@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info install string_decoder@0.10.31 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info install util-deprecate@1.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info install isarray@0.0.1 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info install process-nextick-args@1.0.3 into /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info installOne inherits@2.0.1 npm info installOne core-util-is@1.0.1 npm info installOne string_decoder@0.10.31 npm info installOne util-deprecate@1.0.1 npm info installOne isarray@0.0.1 npm info installOne process-nextick-args@1.0.3 npm info preinstall string_decoder@0.10.31 npm info preinstall isarray@0.0.1 npm info preinstall core-util-is@1.0.1 npm info preinstall inherits@2.0.1 npm info preinstall process-nextick-args@1.0.3 npm info preinstall util-deprecate@1.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/core-util-is npm info linkStuff core-util-is@1.0.1 npm info install core-util-is@1.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/string_decoder npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/isarray npm info postinstall core-util-is@1.0.1 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/inherits npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/util-deprecate npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream/node_modules/process-nextick-args npm info linkStuff string_decoder@0.10.31 npm info linkStuff isarray@0.0.1 npm info install string_decoder@0.10.31 npm info install isarray@0.0.1 npm info postinstall string_decoder@0.10.31 npm info postinstall isarray@0.0.1 npm info linkStuff inherits@2.0.1 npm info linkStuff util-deprecate@1.0.1 npm info linkStuff process-nextick-args@1.0.3 npm info install inherits@2.0.1 npm info install util-deprecate@1.0.1 npm info install process-nextick-args@1.0.3 npm info postinstall inherits@2.0.1 npm info postinstall util-deprecate@1.0.1 npm info postinstall process-nextick-args@1.0.3 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl/node_modules/readable-stream npm info linkStuff readable-stream@2.0.2 npm info install readable-stream@2.0.2 npm info postinstall readable-stream@2.0.2 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request/node_modules/bl npm info linkStuff bl@1.0.0 npm info install bl@1.0.0 npm info postinstall bl@1.0.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom/node_modules/request npm info linkStuff request@2.64.0 npm info install request@2.64.0 npm info postinstall request@2.64.0 npm info build /usr/local/lib/node_modules/log.io/node_modules/jquery/node_modules/jsdom npm info linkStuff jsdom@0.2.19 npm info install jsdom@0.2.19 npm info postinstall jsdom@0.2.19 npm ERR! Linux 3.16.0-44-generic npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "install" "-g" "log.io" "--user" "root" npm ERR! node v4.1.1 npm ERR! npm v2.14.4 npm ERR! code ELIFECYCLE npm ERR! contextify@0.1.14 install: `node-gyp rebuild` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the contextify@0.1.14 install script 'node-gyp rebuild'. npm ERR! This is most likely a problem with the contextify package, npm ERR! not with npm itself. npm ERR! Tell the author that this fails on your system: npm ERR! node-gyp rebuild npm ERR! You can get their info via: npm ERR! npm owner ls contextify npm ERR! There is likely additional logging output above. npm info preuninstall contextify@0.1.14 npm info uninstall contextify@0.1.14 npm info postuninstall contextify@0.1.14 npm info preuninstall jquery@1.8.3 npm info uninstall jquery@1.8.3 npm info postuninstall jquery@1.8.3 npm info preuninstall log.io@0.3.4 npm info uninstall log.io@0.3.4 npm info postuninstall log.io@0.3.4 npm ERR! Please include the following file with any support request: npm ERR! /npm-debug.log ```
Author
Owner

@Style87 commented on GitHub (Oct 2, 2015):

I installed log.io recently and found out that it wouldn't install under the current version of node. I had to downgrade node to version 0.10.x to get it to install.

<!-- gh-comment-id:145050451 --> @Style87 commented on GitHub (Oct 2, 2015): I installed log.io recently and found out that it wouldn't install under the current version of node. I had to downgrade node to version 0.10.x to get it to install.
Author
Owner

@vitalyisaev2 commented on GitHub (Oct 6, 2015):

@Style87, thank you. I had to use prebuild images from Docker hub

<!-- gh-comment-id:145839346 --> @vitalyisaev2 commented on GitHub (Oct 6, 2015): @Style87, thank you. I had to use prebuild images from Docker hub
Author
Owner

@msmathers commented on GitHub (Jan 12, 2020):

v0.4.3 is a full rewrite that uses node.js 12, so this issue should be resolved.

<!-- gh-comment-id:573445506 --> @msmathers commented on GitHub (Jan 12, 2020): v0.4.3 is a full rewrite that uses node.js 12, so this issue should be resolved.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#135
No description provided.