Skip to content

Instantly share code, notes, and snippets.

@busches
Created May 5, 2015 17:42
Show Gist options
  • Save busches/e754d0e1b5046766b2e0 to your computer and use it in GitHub Desktop.
Save busches/e754d0e1b5046766b2e0 to your computer and use it in GitHub Desktop.
Simple package.json hangs on npm install -dd
This file has been truncated, but you can view the full file.
C:\Users\buschs1
λ λ cd deDesktop\npmBug\
C:\Users\buschs1\Desktop\npmBug
λ cd Desktop\npmBug\rm -rf node_moduleslsmvn install
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building test 0
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- frontend-maven-plugin:0.0.23:install-node-and-npm (install node and npm) @ test ---
[INFO] Node v0.12.2 is already installed.
[INFO] Found NPM version 2.9.0
[INFO]
[INFO] --- frontend-maven-plugin:0.0.23:npm (npm install) @ test ---
[INFO] Running 'npm install -dd --color=false --proxy=http://127.0.0.1:3128' in C:\Users\buschs1\Desktop\npmBug
[ERROR] npm info it worked if it ends with ok
[ERROR] npm verb cli [ 'C:\\Users\\buschs1\\Desktop\\npmBug\\node\\node',
[ERROR] npm verb cli 'C:\\Users\\buschs1\\Desktop\\npmBug\\node\\npm\\bin\\npm-cli.js',
[ERROR] npm verb cli 'install',
[ERROR] npm verb cli '-dd',
[ERROR] npm verb cli '--color=false',
[ERROR] npm verb cli '--proxy=http://127.0.0.1:3128' ]
[ERROR] npm info using npm@2.9.0
[ERROR] npm info using node@v0.12.2
[ERROR] npm verb node symlink C:\Users\buschs1\Desktop\npmBug\node\node
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\package.json
[ERROR] npm WARN package.json npmBug@0.0.0 No description
[ERROR] npm WARN package.json npmBug@0.0.0 No repository field.
[ERROR] npm WARN package.json npmBug@0.0.0 No README data
[ERROR] npm verb install where, deps [ 'C:\\Users\\buschs1\\Desktop\\npmBug',
[ERROR] npm verb install [ 'browser-sync', 'karma' ] ]
[ERROR] npm verb install where, peers [ 'C:\\Users\\buschs1\\Desktop\\npmBug', [] ]
[ERROR] npm verb installManyTop reading for lifecycle C:\Users\buschs1\Desktop\npmBug\package.json
[ERROR] npm info preinstall npmBug@0.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\package.json
[ERROR] npm verb cache add spec browser-sync@~1.7.1
[ERROR] npm verb addNamed ">=1.7.1 <1.8.0" is a valid semver range for browser-sync
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/browser-sync not in flight; fetching
[ERROR] npm verb cache add spec karma@^0.12.31
[ERROR] npm verb addNamed ">=0.12.31 <0.13.0" is a valid semver range for karma
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/karma not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/browser-sync
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:20 PM
[ERROR] npm verb request id 95c94cee7f3b3afe
[ERROR] npm verb etag "5WIGFF2GWF8BRTAI35F0NVN1R"
[ERROR] npm http request GET http://registry.npmjs.org/browser-sync
[ERROR] npm verb request uri http://registry.npmjs.org/karma
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:20 PM
[ERROR] npm verb etag "F27IGFL2GYP3HXXDQMM7665TK"
[ERROR] npm http request GET http://registry.npmjs.org/karma
[ERROR] npm http 304 http://registry.npmjs.org/karma
[ERROR] npm verb etag http://registry.npmjs.org/karma from cache
[ERROR] npm verb get saving karma to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\karma\.cache.json
[ERROR] npm verb addNamed "0.12.31" is a plain semver version for karma
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\karma\0.12.31\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\karma\0.12.31\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/browser-sync
[ERROR] npm verb etag http://registry.npmjs.org/browser-sync from cache
[ERROR] npm verb get saving browser-sync to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\browser-sync\.cache.json
[ERROR] npm verb addNamed "1.7.3" is a plain semver version for browser-sync
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync\1.7.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync\1.7.3\package\package.json written
[ERROR] npm info install karma@0.12.31 into C:\Users\buschs1\Desktop\npmBug
[ERROR] npm info install browser-sync@1.7.3 into C:\Users\buschs1\Desktop\npmBug
[ERROR] npm info installOne karma@0.12.31
[ERROR] npm verb installOne of karma to C:\Users\buschs1\Desktop\npmBug not in flight; installing
[ERROR] npm info installOne browser-sync@1.7.3
[ERROR] npm verb installOne of browser-sync to C:\Users\buschs1\Desktop\npmBug not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\karma-f090bd27423c129a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm WARN engine karma@0.12.31: wanted: {"node":"~0.8 || ~0.10"} (current: {"node":"0.12.2","npm":"2.9.0"})
[ERROR] npm verb unbuild node_modules\karma
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\browser-sync-2aab1fb1b38c45ce.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\karma\0.12.31\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm verb unbuild node_modules\browser-sync
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync\1.7.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\package.json
[ERROR] npm info preinstall browser-sync@1.7.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\package.json
[ERROR] npm verb cache add spec connect@^3.3.3
[ERROR] npm verb addNamed ">=3.3.3 <4.0.0" is a valid semver range for connect
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/connect not in flight; fetching
[ERROR] npm verb cache add spec dev-ip@^0.1.7
[ERROR] npm verb addNamed ">=0.1.7 <0.2.0" is a valid semver range for dev-ip
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/dev-ip not in flight; fetching
[ERROR] npm verb cache add spec easy-extender@^2.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for easy-extender
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/easy-extender not in flight; fetching
[ERROR] npm verb cache add spec eazy-logger@^2.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for eazy-logger
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/eazy-logger not in flight; fetching
[ERROR] npm verb cache add spec emitter-steward@^0.0.1
[ERROR] npm verb addNamed ">=0.0.1 <0.0.2" is a valid semver range for emitter-steward
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/emitter-steward not in flight; fetching
[ERROR] npm verb cache add spec foxy@^6.0.0
[ERROR] npm verb addNamed ">=6.0.0 <7.0.0" is a valid semver range for foxy
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/foxy not in flight; fetching
[ERROR] npm verb cache add spec glob-watcher@^0.0.7
[ERROR] npm verb addNamed ">=0.0.7 <0.0.8" is a valid semver range for glob-watcher
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob-watcher not in flight; fetching
[ERROR] npm verb cache add spec localtunnel@^1.3.0
[ERROR] npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for localtunnel
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/localtunnel not in flight; fetching
[ERROR] npm verb cache add spec lodash@^2.4.1
[ERROR] npm verb addNamed ">=2.4.1 <3.0.0" is a valid semver range for lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm verb cache add spec minimist@^1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for minimist
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
[ERROR] npm verb cache add spec object-path@^0.8.0
[ERROR] npm verb addNamed ">=0.8.0 <0.9.0" is a valid semver range for object-path
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/object-path not in flight; fetching
[ERROR] npm verb cache add spec opn@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for opn
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/opn not in flight; fetching
[ERROR] npm verb cache add spec opt-merger@^1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for opt-merger
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/opt-merger not in flight; fetching
[ERROR] npm verb cache add spec portscanner-plus@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for portscanner-plus
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/portscanner-plus not in flight; fetching
[ERROR] npm verb cache add spec resp-modifier@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for resp-modifier
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/resp-modifier not in flight; fetching
[ERROR] npm verb cache add spec serve-index@^1.5.1
[ERROR] npm verb addNamed ">=1.5.1 <2.0.0" is a valid semver range for serve-index
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-index not in flight; fetching
[ERROR] npm verb cache add spec serve-static@^1.4.2
[ERROR] npm verb addNamed ">=1.4.2 <2.0.0" is a valid semver range for serve-static
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
[ERROR] npm verb cache add spec socket.io@^1.2.1
[ERROR] npm verb addNamed ">=1.2.1 <2.0.0" is a valid semver range for socket.io
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/socket.io not in flight; fetching
[ERROR] npm verb cache add spec tfunk@^3.0.0
[ERROR] npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for tfunk
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/tfunk not in flight; fetching
[ERROR] npm verb cache add spec ua-parser-js@^0.7.3
[ERROR] npm verb addNamed ">=0.7.3 <0.8.0" is a valid semver range for ua-parser-js
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ua-parser-js not in flight; fetching
[ERROR] npm verb cache add spec browser-sync-client@^0.5.1
[ERROR] npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for browser-sync-client
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/browser-sync-client not in flight; fetching
[ERROR] npm verb cache add spec commander@^2.3.0
[ERROR] npm verb addNamed ">=2.3.0 <3.0.0" is a valid semver range for commander
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/commander not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/easy-extender
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "7F1APTFF492NJGT1MLNP599RQ"
[ERROR] npm http request GET http://registry.npmjs.org/easy-extender
[ERROR] npm verb request uri http://registry.npmjs.org/dev-ip
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "QUJ7XRRGI1K9M20WCYU4S6SZ"
[ERROR] npm http request GET http://registry.npmjs.org/dev-ip
[ERROR] npm verb request uri http://registry.npmjs.org/connect
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "AMFZBJLQCX0U4SCMBB20284X4"
[ERROR] npm http request GET http://registry.npmjs.org/connect
[ERROR] npm verb request uri http://registry.npmjs.org/eazy-logger
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "BGQ07M88VBQ2IP5UKLX4P9M4Z"
[ERROR] npm http request GET http://registry.npmjs.org/eazy-logger
[ERROR] npm verb request uri http://registry.npmjs.org/emitter-steward
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "84M0HT9O2GAFKNCL4BEA7URM9"
[ERROR] npm http request GET http://registry.npmjs.org/emitter-steward
[ERROR] npm verb request uri http://registry.npmjs.org/foxy
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "AF20A8H524KZPCHEBE760NTAC"
[ERROR] npm http request GET http://registry.npmjs.org/foxy
[ERROR] npm verb request uri http://registry.npmjs.org/lodash
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "ECGXXTQJ6SLGPYCBB8VBDYYN4"
[ERROR] npm http request GET http://registry.npmjs.org/lodash
[ERROR] npm verb request uri http://registry.npmjs.org/minimist
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "DHNCKYQK3X6ZJC9Y8PKXH20CX"
[ERROR] npm http request GET http://registry.npmjs.org/minimist
[ERROR] npm verb request uri http://registry.npmjs.org/glob-watcher
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "CLE3CKG7ZO3XJL6GROMPYTXNX"
[ERROR] npm http request GET http://registry.npmjs.org/glob-watcher
[ERROR] npm verb request uri http://registry.npmjs.org/localtunnel
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "9B08911PA6K85WOL32SUXAAC"
[ERROR] npm http request GET http://registry.npmjs.org/localtunnel
[ERROR] npm verb request uri http://registry.npmjs.org/opn
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "8TCA2Z8P9KVKJEBFZIKG03A8Z"
[ERROR] npm http request GET http://registry.npmjs.org/opn
[ERROR] npm verb request uri http://registry.npmjs.org/opt-merger
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "29XE7ACT9KZ0ZW31UHVMWIT1R"
[ERROR] npm http request GET http://registry.npmjs.org/opt-merger
[ERROR] npm verb request uri http://registry.npmjs.org/portscanner-plus
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "9YKH9SIWC1CNZWE4PYG6GYL5F"
[ERROR] npm http request GET http://registry.npmjs.org/portscanner-plus
[ERROR] npm verb request uri http://registry.npmjs.org/resp-modifier
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "68WZOAQRVMEJSJCA7WL38PNVH"
[ERROR] npm http request GET http://registry.npmjs.org/resp-modifier
[ERROR] npm verb request uri http://registry.npmjs.org/serve-index
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "AY371JLH3TPUAM614SF5WLKF6"
[ERROR] npm http request GET http://registry.npmjs.org/serve-index
[ERROR] npm verb request uri http://registry.npmjs.org/serve-static
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "EHTYOFCSHJK9563YZETBUZENU"
[ERROR] npm http request GET http://registry.npmjs.org/serve-static
[ERROR] npm verb request uri http://registry.npmjs.org/tfunk
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "BF90PUSU0IKAHA2WUIYCZEJCD"
[ERROR] npm http request GET http://registry.npmjs.org/tfunk
[ERROR] npm verb request uri http://registry.npmjs.org/ua-parser-js
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "EQ2DZY3D8XODBP0HHVAUWGJL8"
[ERROR] npm http request GET http://registry.npmjs.org/ua-parser-js
[ERROR] npm verb request uri http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "26GW5FSOFA95E93H6LBNRWY2E"
[ERROR] npm http request GET http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb request uri http://registry.npmjs.org/commander
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "B8PMVCS4CCE1SXRFTQ4FUCO21"
[ERROR] npm http request GET http://registry.npmjs.org/commander
[ERROR] npm verb request uri http://registry.npmjs.org/object-path
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "9N6LK31TXBES11EB32DYI54R3"
[ERROR] npm http request GET http://registry.npmjs.org/object-path
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "9RFXBIH41UIOR2R44CKKECQ3B"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\package.json
[ERROR] npm info preinstall karma@0.12.31
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\package.json
[ERROR] npm verb cache add spec chokidar@>=0.8.2
[ERROR] npm verb addNamed ">=0.8.2" is a valid semver range for chokidar
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/chokidar not in flight; fetching
[ERROR] npm verb cache add spec glob@~3.2.7
[ERROR] npm verb addNamed ">=3.2.7 <3.3.0" is a valid semver range for glob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
[ERROR] npm verb cache add spec minimatch@~0.2
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for minimatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
[ERROR] npm verb cache add spec http-proxy@~0.10
[ERROR] npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for http-proxy
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
[ERROR] npm verb cache add spec optimist@~0.6.0
[ERROR] npm verb addNamed ">=0.6.0 <0.7.0" is a valid semver range for optimist
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/optimist not in flight; fetching
[ERROR] npm verb cache add spec rimraf@~2.2.5
[ERROR] npm verb addNamed ">=2.2.5 <2.3.0" is a valid semver range for rimraf
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/rimraf not in flight; fetching
[ERROR] npm verb cache add spec q@~0.9.7
[ERROR] npm verb addNamed ">=0.9.7 <0.10.0" is a valid semver range for q
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
[ERROR] npm verb cache add spec colors@~0.6.2
[ERROR] npm verb addNamed ">=0.6.2 <0.7.0" is a valid semver range for colors
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/colors not in flight; fetching
[ERROR] npm verb cache add spec lodash@~2.4.1
[ERROR] npm verb addNamed ">=2.4.1 <2.5.0" is a valid semver range for lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash already in flight; waiting
[ERROR] npm verb cache add spec mime@~1.2.11
[ERROR] npm verb addNamed ">=1.2.11 <1.3.0" is a valid semver range for mime
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime not in flight; fetching
[ERROR] npm verb cache add spec log4js@~0.6.3
[ERROR] npm verb addNamed ">=0.6.3 <0.7.0" is a valid semver range for log4js
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/log4js not in flight; fetching
[ERROR] npm verb cache add spec useragent@~2.0.4
[ERROR] npm verb addNamed ">=2.0.4 <2.1.0" is a valid semver range for useragent
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/useragent not in flight; fetching
[ERROR] npm verb cache add spec graceful-fs@~2.0.1
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for graceful-fs
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
[ERROR] npm verb cache add spec connect@~2.26.0
[ERROR] npm verb addNamed ">=2.26.0 <2.27.0" is a valid semver range for connect
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/connect already in flight; waiting
[ERROR] npm verb cache add spec source-map@~0.1.31
[ERROR] npm verb addNamed ">=0.1.31 <0.2.0" is a valid semver range for source-map
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/source-map not in flight; fetching
[ERROR] npm verb cache add spec di@~0.0.1
[ERROR] npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for di
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/di not in flight; fetching
[ERROR] npm verb cache add spec socket.io@0.9.16
[ERROR] npm verb addNamed "0.9.16" is a plain semver version for socket.io
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io already in flight; waiting
[ERROR] npm verb request uri http://registry.npmjs.org/chokidar
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "8V396QKWE30LNPBW3U6E6NRG5"
[ERROR] npm http request GET http://registry.npmjs.org/chokidar
[ERROR] npm verb request uri http://registry.npmjs.org/http-proxy
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "60WTPYG5LYL0CFY51L6KUIVOG"
[ERROR] npm http request GET http://registry.npmjs.org/http-proxy
[ERROR] npm verb request uri http://registry.npmjs.org/optimist
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "EZJ7LJ7MGWHPH0L50K90WUS0"
[ERROR] npm http request GET http://registry.npmjs.org/optimist
[ERROR] npm verb request uri http://registry.npmjs.org/rimraf
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "6I4EOA5Q384WECQJQVMHGA5OL"
[ERROR] npm http request GET http://registry.npmjs.org/rimraf
[ERROR] npm verb request uri http://registry.npmjs.org/colors
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "AEKF22SVIOM3GF2AXLM3I60CI"
[ERROR] npm http request GET http://registry.npmjs.org/colors
[ERROR] npm verb request uri http://registry.npmjs.org/q
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "3ZBAXS3EAUX85MV0MUCKV7PF7"
[ERROR] npm http request GET http://registry.npmjs.org/q
[ERROR] npm verb request uri http://registry.npmjs.org/log4js
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "E0VVWHIZ3O7PNH36F0Z0HXL3R"
[ERROR] npm http request GET http://registry.npmjs.org/log4js
[ERROR] npm verb request uri http://registry.npmjs.org/useragent
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "1EHP2ZHFMWAUEF7WKMGG6RVTI"
[ERROR] npm http request GET http://registry.npmjs.org/useragent
[ERROR] npm verb request uri http://registry.npmjs.org/graceful-fs
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "ASUQXR8VIAJ72TTU8SR5Q4DOJ"
[ERROR] npm http request GET http://registry.npmjs.org/graceful-fs
[ERROR] npm verb request uri http://registry.npmjs.org/source-map
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "6X6700A4ARF6BEP1WI9Y86P6"
[ERROR] npm http request GET http://registry.npmjs.org/source-map
[ERROR] npm verb request uri http://registry.npmjs.org/di
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "17DF1I90OJ1Y3HER8OQGIFGMG"
[ERROR] npm http request GET http://registry.npmjs.org/di
[ERROR] npm http 304 http://registry.npmjs.org/dev-ip
[ERROR] npm verb etag http://registry.npmjs.org/dev-ip from cache
[ERROR] npm verb get saving dev-ip to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\dev-ip\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/easy-extender
[ERROR] npm verb etag http://registry.npmjs.org/easy-extender from cache
[ERROR] npm verb get saving easy-extender to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\easy-extender\.cache.json
[ERROR] npm verb request uri http://registry.npmjs.org/mime
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "3ZRQIU5H2D52GRYT3000WPDFS"
[ERROR] npm http request GET http://registry.npmjs.org/mime
[ERROR] npm verb request uri http://registry.npmjs.org/minimatch
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "91XDIWZ9TQ411189TUINSRVDV"
[ERROR] npm http request GET http://registry.npmjs.org/minimatch
[ERROR] npm verb request uri http://registry.npmjs.org/glob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:21 PM
[ERROR] npm verb etag "9XIJS97FWQU7LHJIU5ZDX0NOW"
[ERROR] npm http request GET http://registry.npmjs.org/glob
[ERROR] npm verb addNamed "0.1.7" is a plain semver version for dev-ip
[ERROR] npm verb addNamed "2.3.1" is a plain semver version for easy-extender
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\easy-extender\2.3.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\dev-ip\0.1.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\easy-extender\2.3.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\dev-ip\0.1.7\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/connect
[ERROR] npm verb etag http://registry.npmjs.org/connect from cache
[ERROR] npm verb get saving connect to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\connect\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/opt-merger
[ERROR] npm verb etag http://registry.npmjs.org/opt-merger from cache
[ERROR] npm verb get saving opt-merger to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\opt-merger\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/foxy
[ERROR] npm verb etag http://registry.npmjs.org/foxy from cache
[ERROR] npm verb get saving foxy to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\foxy\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/minimist
[ERROR] npm verb etag http://registry.npmjs.org/minimist from cache
[ERROR] npm verb get saving minimist to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\minimist\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/glob-watcher
[ERROR] npm verb etag http://registry.npmjs.org/glob-watcher from cache
[ERROR] npm verb get saving glob-watcher to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob-watcher\.cache.json
[ERROR] npm verb addNamed "3.3.5" is a plain semver version for connect
[ERROR] npm verb addNamed "2.26.6" is a plain semver version for connect
[ERROR] npm http 304 http://registry.npmjs.org/lodash
[ERROR] npm verb etag http://registry.npmjs.org/lodash from cache
[ERROR] npm verb get saving lodash to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\lodash\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/localtunnel
[ERROR] npm verb etag http://registry.npmjs.org/localtunnel from cache
[ERROR] npm verb get saving localtunnel to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\localtunnel\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/opn
[ERROR] npm verb etag http://registry.npmjs.org/opn from cache
[ERROR] npm verb get saving opn to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\opn\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/serve-index
[ERROR] npm verb etag http://registry.npmjs.org/serve-index from cache
[ERROR] npm verb get saving serve-index to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-index\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/resp-modifier
[ERROR] npm verb etag http://registry.npmjs.org/resp-modifier from cache
[ERROR] npm verb get saving resp-modifier to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\resp-modifier\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/commander
[ERROR] npm verb etag http://registry.npmjs.org/commander from cache
[ERROR] npm verb get saving commander to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\commander\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/ua-parser-js
[ERROR] npm verb etag http://registry.npmjs.org/ua-parser-js from cache
[ERROR] npm verb get saving ua-parser-js to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ua-parser-js\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/eazy-logger
[ERROR] npm verb etag http://registry.npmjs.org/eazy-logger from cache
[ERROR] npm verb get saving eazy-logger to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\eazy-logger\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/browser-sync-client
[ERROR] npm verb etag http://registry.npmjs.org/browser-sync-client from cache
[ERROR] npm verb get saving browser-sync-client to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\browser-sync-client\.cache.json
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for opt-merger
[ERROR] npm verb addNamed "6.1.0" is a plain semver version for foxy
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\3.3.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\2.26.6\package\package.json not in flight; writing
[ERROR] npm verb addNamed "0.0.7" is a plain semver version for glob-watcher
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opt-merger\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb addNamed "1.1.1" is a plain semver version for minimist
[ERROR] npm verb addNamed "1.6.3" is a plain semver version for serve-index
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for resp-modifier
[ERROR] npm verb addNamed "2.4.2" is a plain semver version for lodash
[ERROR] npm verb addNamed "2.4.2" is a plain semver version for lodash
[ERROR] npm verb addNamed "1.5.0" is a plain semver version for localtunnel
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for opn
[ERROR] npm verb addNamed "0.7.7" is a plain semver version for ua-parser-js
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\foxy\6.1.0\package\package.json not in flight; writing
[ERROR] npm verb addNamed "2.1.2" is a plain semver version for eazy-logger
[ERROR] npm verb addNamed "2.8.1" is a plain semver version for commander
[ERROR] npm verb addNamed "0.5.2" is a plain semver version for browser-sync-client
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\3.3.5\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect\2.26.6\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-watcher\0.0.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\1.1.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.6.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opt-merger\1.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package\package.json already in flight; not writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\resp-modifier\1.0.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\foxy\6.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\localtunnel\1.5.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opn\1.0.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\eazy-logger\2.1.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\commander\2.8.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ua-parser-js\0.7.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync-client\0.5.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-watcher\0.0.7\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.6.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\1.1.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\resp-modifier\1.0.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\opn\1.0.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\commander\2.8.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\eazy-logger\2.1.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\localtunnel\1.5.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ua-parser-js\0.7.7\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync-client\0.5.2\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/portscanner-plus
[ERROR] npm verb etag http://registry.npmjs.org/portscanner-plus from cache
[ERROR] npm verb get saving portscanner-plus to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\portscanner-plus\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/object-path
[ERROR] npm verb etag http://registry.npmjs.org/object-path from cache
[ERROR] npm verb get saving object-path to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\object-path\.cache.json
[ERROR] npm verb addNamed "0.2.1" is a plain semver version for portscanner-plus
[ERROR] npm http 304 http://registry.npmjs.org/emitter-steward
[ERROR] npm verb etag http://registry.npmjs.org/emitter-steward from cache
[ERROR] npm verb get saving emitter-steward to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\emitter-steward\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner-plus\0.2.1\package\package.json not in flight; writing
[ERROR] npm verb addNamed "0.8.1" is a plain semver version for object-path
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.8.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner-plus\0.2.1\package\package.json written
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for emitter-steward
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\emitter-steward\0.0.1\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/serve-static
[ERROR] npm verb etag http://registry.npmjs.org/serve-static from cache
[ERROR] npm verb get saving serve-static to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-static\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.8.1\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/chokidar
[ERROR] npm verb etag http://registry.npmjs.org/chokidar from cache
[ERROR] npm verb get saving chokidar to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\chokidar\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/socket.io
[ERROR] npm verb etag http://registry.npmjs.org/socket.io from cache
[ERROR] npm verb get saving socket.io to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\emitter-steward\0.0.1\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/tfunk
[ERROR] npm verb etag http://registry.npmjs.org/tfunk from cache
[ERROR] npm verb get saving tfunk to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\tfunk\.cache.json
[ERROR] npm verb addNamed "1.9.2" is a plain semver version for serve-static
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.9.2\package\package.json not in flight; writing
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for chokidar
[ERROR] npm verb addNamed "1.3.5" is a plain semver version for socket.io
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chokidar\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb addNamed "3.0.1" is a plain semver version for tfunk
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.9.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\1.3.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\0.9.16\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\tfunk\3.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chokidar\1.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\1.3.5\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\0.9.16\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\tfunk\3.0.1\package\package.json written
[ERROR] npm info install easy-extender@2.3.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install dev-ip@0.1.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install connect@3.3.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install opt-merger@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install foxy@6.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install glob-watcher@0.0.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install serve-index@1.6.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install minimist@1.1.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install lodash@2.4.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install resp-modifier@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install opn@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install commander@2.8.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install eazy-logger@2.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install localtunnel@1.5.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install ua-parser-js@0.7.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install browser-sync-client@0.5.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install portscanner-plus@0.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install object-path@0.8.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install emitter-steward@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install serve-static@1.9.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install socket.io@1.3.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info install tfunk@3.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync
[ERROR] npm info installOne easy-extender@2.3.1
[ERROR] npm verb installOne of easy-extender to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne dev-ip@0.1.7
[ERROR] npm verb installOne of dev-ip to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne connect@3.3.5
[ERROR] npm verb installOne of connect to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne opt-merger@1.1.0
[ERROR] npm verb installOne of opt-merger to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne foxy@6.1.0
[ERROR] npm verb installOne of foxy to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne glob-watcher@0.0.7
[ERROR] npm verb installOne of glob-watcher to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne serve-index@1.6.3
[ERROR] npm verb installOne of serve-index to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne minimist@1.1.1
[ERROR] npm verb installOne of minimist to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne lodash@2.4.2
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne resp-modifier@1.0.2
[ERROR] npm verb installOne of resp-modifier to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne opn@1.0.2
[ERROR] npm verb installOne of opn to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne commander@2.8.1
[ERROR] npm verb installOne of commander to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne eazy-logger@2.1.2
[ERROR] npm verb installOne of eazy-logger to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne localtunnel@1.5.0
[ERROR] npm verb installOne of localtunnel to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne ua-parser-js@0.7.7
[ERROR] npm verb installOne of ua-parser-js to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne browser-sync-client@0.5.2
[ERROR] npm verb installOne of browser-sync-client to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne portscanner-plus@0.2.1
[ERROR] npm verb installOne of portscanner-plus to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne object-path@0.8.1
[ERROR] npm verb installOne of object-path to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne emitter-steward@0.0.1
[ERROR] npm verb installOne of emitter-steward to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne serve-static@1.9.2
[ERROR] npm verb installOne of serve-static to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne socket.io@1.3.5
[ERROR] npm verb installOne of socket.io to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm info installOne tfunk@3.0.1
[ERROR] npm verb installOne of tfunk to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\dev-ip-accf519d3d0bb5a3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\foxy-696bc7d47d022ada.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\easy-extender-49c2d01006e30b17.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-watcher-3daad3332975dad6.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opt-merger-9d8e7bdfe8d26f61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimist-7d16c59ebd91dc80.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-00a991a560bc0bea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\resp-modifier-85e6e4f49654f4a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opn-b05fa80b10ec2ec5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\commander-35c6268206682af8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ua-parser-js-c3cb3233137ad578.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-index-9df03a53d0ab64c8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\localtunnel-3aa7a07db76227d5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\eazy-logger-3402c8a97d5cb035.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\browser-sync-client-83ba752b5d017e37.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\portscanner-plus-73e2d38e0420b5a3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-static-0cfd0e68b5490fe2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\emitter-steward-b70fc69a850d82e8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-80e37cad49038053.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm http 304 http://registry.npmjs.org/http-proxy
[ERROR] npm verb etag http://registry.npmjs.org/http-proxy from cache
[ERROR] npm verb get saving http-proxy to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\http-proxy\.cache.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-3831e6e347242534.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\tfunk-768979d21a0aff71.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\commander
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\opn
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-c8ea4626a7b9f0bf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\foxy\6.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\opt-merger\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\easy-extender\2.3.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\1.1.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob-watcher\0.0.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\resp-modifier\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\commander\2.8.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ua-parser-js\0.7.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.6.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\eazy-logger\2.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\browser-sync-client\0.5.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\dev-ip\0.1.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.9.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm http 304 http://registry.npmjs.org/mime
[ERROR] npm verb etag http://registry.npmjs.org/mime from cache
[ERROR] npm verb get saving mime to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\mime\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/source-map
[ERROR] npm verb etag http://registry.npmjs.org/source-map from cache
[ERROR] npm verb get saving source-map to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\source-map\.cache.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\emitter-steward\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner-plus\0.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\opn\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\localtunnel\1.5.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.8.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\connect\3.3.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb addNamed "0.10.4" is a plain semver version for http-proxy
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\tfunk\3.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm http 304 http://registry.npmjs.org/minimatch
[ERROR] npm verb etag http://registry.npmjs.org/minimatch from cache
[ERROR] npm verb get saving minimatch to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\minimatch\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/graceful-fs
[ERROR] npm verb etag http://registry.npmjs.org/graceful-fs from cache
[ERROR] npm verb get saving graceful-fs to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-fs\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/rimraf
[ERROR] npm verb etag http://registry.npmjs.org/rimraf from cache
[ERROR] npm verb get saving rimraf to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\rimraf\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/optimist
[ERROR] npm verb etag http://registry.npmjs.org/optimist from cache
[ERROR] npm verb get saving optimist to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\optimist\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/colors
[ERROR] npm verb etag http://registry.npmjs.org/colors from cache
[ERROR] npm verb get saving colors to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\colors\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/glob
[ERROR] npm verb etag http://registry.npmjs.org/glob from cache
[ERROR] npm verb get saving glob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/q
[ERROR] npm verb etag http://registry.npmjs.org/q from cache
[ERROR] npm verb get saving q to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\q\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/useragent
[ERROR] npm verb etag http://registry.npmjs.org/useragent from cache
[ERROR] npm verb get saving useragent to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\useragent\.cache.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm http 304 http://registry.npmjs.org/log4js
[ERROR] npm verb etag http://registry.npmjs.org/log4js from cache
[ERROR] npm verb get saving log4js to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\log4js\.cache.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\1.3.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm verb addNamed "1.2.11" is a plain semver version for mime
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\0.10.4\package\package.json not in flight; writing
[ERROR] npm verb addNamed "0.1.43" is a plain semver version for source-map
[ERROR] npm verb addNamed "2.2.8" is a plain semver version for rimraf
[ERROR] npm verb addNamed "0.6.1" is a plain semver version for optimist
[ERROR] npm verb addNamed "3.2.11" is a plain semver version for glob
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for colors
[ERROR] npm verb addNamed "2.0.3" is a plain semver version for graceful-fs
[ERROR] npm http 304 http://registry.npmjs.org/di
[ERROR] npm verb etag http://registry.npmjs.org/di from cache
[ERROR] npm verb get saving di to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\di\.cache.json
[ERROR] npm verb addNamed "2.0.10" is a plain semver version for useragent
[ERROR] npm verb addNamed "0.9.7" is a plain semver version for q
[ERROR] npm verb addNamed "0.2.14" is a plain semver version for minimatch
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.2.11\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\0.10.4\package\package.json written
[ERROR] npm verb addNamed "0.6.24" is a plain semver version for log4js
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\source-map\0.1.43\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.2.11\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.6.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\colors\0.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\useragent\2.0.10\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\rimraf\2.2.8\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\0.9.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.2.11\package\package.json written
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for di
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\log4js\0.6.24\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\source-map\0.1.43\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.2.11\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.6.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\colors\0.6.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\rimraf\2.2.8\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\0.9.7\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\log4js\0.6.24\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\di\0.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\useragent\2.0.10\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\di\0.0.1\package\package.json written
[ERROR] npm info install connect@2.26.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install lodash@2.4.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install chokidar@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install socket.io@0.9.16 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install http-proxy@0.10.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install mime@1.2.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install source-map@0.1.43 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install glob@3.2.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install optimist@0.6.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install colors@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install graceful-fs@2.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install rimraf@2.2.8 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install minimatch@0.2.14 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install q@0.9.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install log4js@0.6.24 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install useragent@2.0.10 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info install di@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma
[ERROR] npm info installOne connect@2.26.6
[ERROR] npm verb installOne of connect to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne lodash@2.4.2
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne chokidar@1.0.1
[ERROR] npm verb installOne of chokidar to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne socket.io@0.9.16
[ERROR] npm verb installOne of socket.io to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne http-proxy@0.10.4
[ERROR] npm verb installOne of http-proxy to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne mime@1.2.11
[ERROR] npm verb installOne of mime to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne source-map@0.1.43
[ERROR] npm verb installOne of source-map to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne glob@3.2.11
[ERROR] npm verb installOne of glob to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne optimist@0.6.1
[ERROR] npm verb installOne of optimist to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne colors@0.6.2
[ERROR] npm verb installOne of colors to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne graceful-fs@2.0.3
[ERROR] npm verb installOne of graceful-fs to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne rimraf@2.2.8
[ERROR] npm verb installOne of rimraf to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne minimatch@0.2.14
[ERROR] npm verb installOne of minimatch to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne q@0.9.7
[ERROR] npm verb installOne of q to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne log4js@0.6.24
[ERROR] npm verb installOne of log4js to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne useragent@2.0.10
[ERROR] npm verb installOne of useragent to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm info installOne di@0.0.1
[ERROR] npm verb installOne of di to C:\Users\buschs1\Desktop\npmBug\node_modules\karma not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-c0f5dd52888930f7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\chokidar-418746c08d745455.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-ace0f4e93ff1d74f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-a89f5217061574a8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\source-map-22096787b7da4822.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-1f3623451313eda2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-086c8f4982aa4099.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-proxy-cbe89a0a32b0f3e4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\colors-72e6894438df4cf2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\rimraf-d313fc7054daa040.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-28c9acecf37cf420.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-35f2a15ddfc325ad.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-fs-b95f4c48245b912e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\log4js-0683c6583821e629.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\useragent-f38bb3b78449f220.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\optimist-eabe940dd8e1aeea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\di-5849ebf7a5bbd9f4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb unbuild node_modules\karma\node_modules\lodash
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect
[ERROR] npm verb unbuild node_modules\karma\node_modules\source-map
[ERROR] npm verb unbuild node_modules\karma\node_modules\socket.io
[ERROR] npm verb unbuild node_modules\karma\node_modules\glob
[ERROR] npm verb unbuild node_modules\karma\node_modules\mime
[ERROR] npm verb unbuild node_modules\karma\node_modules\colors
[ERROR] npm verb unbuild node_modules\karma\node_modules\minimatch
[ERROR] npm verb unbuild node_modules\karma\node_modules\q
[ERROR] npm verb unbuild node_modules\karma\node_modules\log4js
[ERROR] npm verb unbuild node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb unbuild node_modules\karma\node_modules\useragent
[ERROR] npm verb unbuild node_modules\karma\node_modules\optimist
[ERROR] npm verb unbuild node_modules\karma\node_modules\di
[ERROR] npm verb unbuild node_modules\karma\node_modules\http-proxy
[ERROR] npm verb unbuild node_modules\karma\node_modules\rimraf
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.4.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\lodash
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\chokidar\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\connect\2.26.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\source-map\0.1.43\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io\0.9.16\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.2.11\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.2.11\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\colors\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\q\0.9.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\log4js\0.6.24\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\2.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\useragent\2.0.10\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\useragent
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.6.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\di\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\0.10.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\rimraf\2.2.8\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward\package.json
[ERROR] npm info preinstall portscanner-plus@0.2.1
[ERROR] npm info preinstall glob-watcher@0.0.7
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\package.json
[ERROR] npm info preinstall emitter-steward@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\package.json
[ERROR] npm info preinstall resp-modifier@1.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward\package.json
[ERROR] npm verb cache add spec q@^1.1.2
[ERROR] npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for q
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/q not in flight; fetching
[ERROR] npm verb cache add spec portscanner@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for portscanner
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/portscanner not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\package.json
[ERROR] npm verb cache add spec gaze@^0.5.1
[ERROR] npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for gaze
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/gaze not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb get http://registry.npmjs.org/q not expired, no request
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for q
[ERROR] npm verb request uri http://registry.npmjs.org/portscanner
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:23 PM
[ERROR] npm verb etag "CFGS1BX143AZ51A4AJSLTR2L9"
[ERROR] npm http request GET http://registry.npmjs.org/portscanner
[ERROR] npm verb request uri http://registry.npmjs.org/gaze
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:23 PM
[ERROR] npm verb etag "73G901TXN8KGRTEFWTUSJB72M"
[ERROR] npm http request GET http://registry.npmjs.org/gaze
[ERROR] npm info preinstall opt-merger@1.1.0
[ERROR] npm verb cache add spec minimatch@^2.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for minimatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
[ERROR] npm info linkStuff emitter-steward@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\1.3.0\package\package.json not in flight; writing
[ERROR] npm verb get http://registry.npmjs.org/minimatch not expired, no request
[ERROR] npm verb addNamed "2.0.7" is a plain semver version for minimatch
[ERROR] npm verb linkBins emitter-steward@0.0.1
[ERROR] npm verb linkMans emitter-steward@0.0.1
[ERROR] npm verb rebuildBundles emitter-steward@0.0.1
[ERROR] npm info install emitter-steward@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger\package.json
[ERROR] npm info preinstall serve-static@1.9.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\q\1.3.0\package\package.json written
[ERROR] npm info postinstall emitter-steward@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\emitter-steward-b70fc69a850d82e8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\emitter-steward
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\2.0.7\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\package.json
[ERROR] npm http 304 http://registry.npmjs.org/gaze
[ERROR] npm verb etag http://registry.npmjs.org/gaze from cache
[ERROR] npm verb get saving gaze to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\gaze\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/portscanner
[ERROR] npm verb etag http://registry.npmjs.org/portscanner from cache
[ERROR] npm verb get saving portscanner to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\portscanner\.cache.json
[ERROR] npm info preinstall foxy@6.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\2.0.7\package\package.json written
[ERROR] npm info install minimatch@2.0.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm info installOne minimatch@2.0.7
[ERROR] npm verb installOne of minimatch to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\package.json
[ERROR] npm info linkStuff opt-merger@1.1.0
[ERROR] npm info preinstall eazy-logger@2.1.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-213fa7b2a1845a79.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm verb cache add spec parseurl@~1.3.0
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
[ERROR] npm verb cache add spec send@0.12.2
[ERROR] npm verb addNamed "0.12.2" is a plain semver version for send
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
[ERROR] npm verb cache add spec utils-merge@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for utils-merge
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
[ERROR] npm verb linkBins opt-merger@1.1.0
[ERROR] npm verb linkMans opt-merger@1.1.0
[ERROR] npm verb rebuildBundles opt-merger@1.1.0
[ERROR] npm verb addNamed "0.5.1" is a plain semver version for gaze
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for portscanner
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\package.json
[ERROR] npm info install opt-merger@1.1.0
[ERROR] npm info preinstall easy-extender@2.3.1
[ERROR] npm info postinstall opt-merger@1.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb request uri http://registry.npmjs.org/escape-html
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "6ZJO8I90SGLQBVXTA5GNCCT5F"
[ERROR] npm http request GET http://registry.npmjs.org/escape-html
[ERROR] npm verb request uri http://registry.npmjs.org/send
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "5I7M5P0NP65XHENDA7UZH76WJ"
[ERROR] npm http request GET http://registry.npmjs.org/send
[ERROR] npm verb request uri http://registry.npmjs.org/utils-merge
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "661YC7D1JLGJPY3Y8F4VKK5N9"
[ERROR] npm http request GET http://registry.npmjs.org/utils-merge
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opt-merger-9d8e7bdfe8d26f61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opt-merger
[ERROR] npm verb request uri http://registry.npmjs.org/parseurl
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "1G1AG0HDN45P6UPEWC8GCKKG4"
[ERROR] npm http request GET http://registry.npmjs.org/parseurl
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\gaze\0.5.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\2.0.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn\package.json
[ERROR] npm verb cache add spec http-proxy@^1.7.3
[ERROR] npm verb addNamed ">=1.7.3 <2.0.0" is a valid semver range for http-proxy
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/http-proxy not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender\package.json
[ERROR] npm verb cache add spec lodash@^3.0.1
[ERROR] npm verb addNamed ">=3.0.1 <4.0.0" is a valid semver range for lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner\1.0.0\package\package.json written
[ERROR] npm info install q@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm info install portscanner@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm info installOne q@1.3.0
[ERROR] npm verb installOne of q to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus not in flight; installing
[ERROR] npm info installOne portscanner@1.0.0
[ERROR] npm verb installOne of portscanner to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus not in flight; installing
[ERROR] npm info preinstall tfunk@3.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\gaze\0.5.1\package\package.json written
[ERROR] npm info install gaze@0.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm info installOne gaze@0.5.1
[ERROR] npm verb installOne of gaze to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher not in flight; installing
[ERROR] npm info preinstall opn@1.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\package.json
[ERROR] npm info preinstall localtunnel@1.5.0
[ERROR] npm verb get http://registry.npmjs.org/http-proxy not expired, no request
[ERROR] npm verb addNamed "1.11.1" is a plain semver version for http-proxy
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\portscanner-446383a268368d55.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-47b034bca911f51f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\package.json
[ERROR] npm verb get http://registry.npmjs.org/lodash not expired, no request
[ERROR] npm verb addNamed "3.8.0" is a plain semver version for lodash
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\gaze-af56e70b17dfdea2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\1.11.1\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn\package.json
[ERROR] npm info linkStuff easy-extender@2.3.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\3.8.0\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\portscanner\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\q\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\gaze\0.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\1.11.1\package\package.json written
[ERROR] npm info install http-proxy@1.11.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm info installOne http-proxy@1.11.1
[ERROR] npm verb installOne of http-proxy to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy not in flight; installing
[ERROR] npm http 304 http://registry.npmjs.org/escape-html
[ERROR] npm verb etag http://registry.npmjs.org/escape-html from cache
[ERROR] npm verb get saving escape-html to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\escape-html\.cache.json
[ERROR] npm verb cache add spec chalk@^0.5.1
[ERROR] npm verb addNamed ">=0.5.1 <0.6.0" is a valid semver range for chalk
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/chalk not in flight; fetching
[ERROR] npm verb cache add spec object-path@^0.9.0
[ERROR] npm verb addNamed ">=0.9.0 <0.10.0" is a valid semver range for object-path
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/object-path not in flight; fetching
[ERROR] npm verb linkBins easy-extender@2.3.1
[ERROR] npm verb linkMans easy-extender@2.3.1
[ERROR] npm verb rebuildBundles easy-extender@2.3.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\3.8.0\package\package.json written
[ERROR] npm info install lodash@3.8.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger
[ERROR] npm info installOne lodash@3.8.0
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger not in flight; installing
[ERROR] npm info preinstall di@0.0.1
[ERROR] npm info install easy-extender@2.3.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-proxy-c8efea39c928fe1b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di\package.json
[ERROR] npm info postinstall easy-extender@2.3.1
[ERROR] npm http 304 http://registry.npmjs.org/parseurl
[ERROR] npm verb etag http://registry.npmjs.org/parseurl from cache
[ERROR] npm verb get saving parseurl to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\parseurl\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\package.json
[ERROR] npm verb cache add spec request@2.11.4
[ERROR] npm verb addNamed "2.11.4" is a plain semver version for request
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/request not in flight; fetching
[ERROR] npm verb cache add spec optimist@0.3.4
[ERROR] npm verb addNamed "0.3.4" is a plain semver version for optimist
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/optimist not in flight; fetching
[ERROR] npm verb cache add spec debug@0.7.4
[ERROR] npm verb addNamed "0.7.4" is a plain semver version for debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-c3880a07ec7626c3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm verb get http://registry.npmjs.org/object-path not expired, no request
[ERROR] npm verb addNamed "0.9.2" is a plain semver version for object-path
[ERROR] npm verb request uri http://registry.npmjs.org/chalk
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "EXARLM7Z0R8GJ1UO8PKMHLQK9"
[ERROR] npm http request GET http://registry.npmjs.org/chalk
[ERROR] npm http 304 http://registry.npmjs.org/utils-merge
[ERROR] npm verb etag http://registry.npmjs.org/utils-merge from cache
[ERROR] npm verb get saving utils-merge to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\utils-merge\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/send
[ERROR] npm verb etag http://registry.npmjs.org/send from cache
[ERROR] npm verb get saving send to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\send\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\easy-extender-49c2d01006e30b17.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\easy-extender
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path\package.json
[ERROR] npm info linkStuff opn@1.0.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm info preinstall commander@2.8.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/request
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "7AOHN9TJCHYU0FG0HHTSPCH0Q"
[ERROR] npm http request GET http://registry.npmjs.org/request
[ERROR] npm verb request uri http://registry.npmjs.org/debug
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "21OHHI3RSKAKVIV42MMPUY9CR"
[ERROR] npm http request GET http://registry.npmjs.org/debug
[ERROR] npm verb get http://registry.npmjs.org/optimist not expired, no request
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.9.2\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\http-proxy\1.11.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm http 304 http://registry.npmjs.org/chalk
[ERROR] npm verb etag http://registry.npmjs.org/chalk from cache
[ERROR] npm verb get saving chalk to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\chalk\.cache.json
[ERROR] npm info preinstall object-path@0.8.1
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm verb linkBins opn@1.0.2
[ERROR] npm verb link bins [ { opn: 'cli.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\browser-sync\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans opn@1.0.2
[ERROR] npm verb rebuildBundles opn@1.0.2
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\3.8.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\eazy-logger\node_modules\lodash
[ERROR] npm info preinstall dev-ip@0.1.7
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.3.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.9.2\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\package.json
[ERROR] npm info preinstall graceful-fs@2.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json not in flight; writing
[ERROR] npm info linkStuff di@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs\package.json
[ERROR] npm verb addNamed "0.5.1" is a plain semver version for chalk
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.12.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.3.4\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/request
[ERROR] npm verb etag http://registry.npmjs.org/request from cache
[ERROR] npm verb get saving request to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\request\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/debug
[ERROR] npm verb etag http://registry.npmjs.org/debug from cache
[ERROR] npm verb get saving debug to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\debug\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\package.json
[ERROR] npm verb cache add spec graceful-readlink@>= 1.0.0
[ERROR] npm verb addNamed ">=1.0.0" is a valid semver range for graceful-readlink
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/graceful-readlink not in flight; fetching
[ERROR] npm verb linkBins di@0.0.1
[ERROR] npm verb linkMans di@0.0.1
[ERROR] npm verb rebuildBundles di@0.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json written
[ERROR] npm info install di@0.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm info install opn@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chalk\0.5.1\package\package.json not in flight; writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.12.2\package\package.json written
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info install parseurl@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info install utils-merge@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info install send@0.12.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne parseurl@1.3.0
[ERROR] npm verb installOne of parseurl to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne utils-merge@1.0.0
[ERROR] npm verb installOne of utils-merge to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne send@0.12.2
[ERROR] npm verb installOne of send to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static not in flight; installing
[ERROR] npm info postinstall di@0.0.1
[ERROR] npm info postinstall opn@1.0.2
[ERROR] npm verb request uri http://registry.npmjs.org/graceful-readlink
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:24 PM
[ERROR] npm verb etag "54BPOELEHDUPND7Q6GUE15GT"
[ERROR] npm http request GET http://registry.npmjs.org/graceful-readlink
[ERROR] npm verb cache add spec lodash@~2.2.1
[ERROR] npm verb addNamed ">=2.2.1 <2.3.0" is a valid semver range for lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\di-5849ebf7a5bbd9f4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\di
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-966d11e983e49018.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-1499c4e6de4171c5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\send-176834e204f207cc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-e95b2a57a30c91ea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm info linkStuff object-path@0.8.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\opn-b05fa80b10ec2ec5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\opn
[ERROR] npm info preinstall rimraf@2.2.8
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\chalk\0.5.1\package\package.json written
[ERROR] npm info install object-path@0.9.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm info install chalk@0.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm info installOne object-path@0.9.2
[ERROR] npm verb installOne of object-path to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk not in flight; installing
[ERROR] npm info installOne chalk@0.5.1
[ERROR] npm verb installOne of chalk to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf\package.json
[ERROR] npm verb get http://registry.npmjs.org/lodash not expired, no request
[ERROR] npm verb addNamed "2.2.1" is a plain semver version for lodash
[ERROR] npm verb linkBins object-path@0.8.1
[ERROR] npm verb linkMans object-path@0.8.1
[ERROR] npm verb rebuildBundles object-path@0.8.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-53ed696e5acccdd4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\chalk-78c9b0581709bce9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install object-path@0.8.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\request\2.11.4\package\package.json not in flight; writing
[ERROR] npm info linkStuff graceful-fs@2.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info postinstall object-path@0.8.1
[ERROR] npm http 304 http://registry.npmjs.org/graceful-readlink
[ERROR] npm verb etag http://registry.npmjs.org/graceful-readlink from cache
[ERROR] npm verb get saving graceful-readlink to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-readlink\.cache.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.12.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.2.1\package\package.json not in flight; writing
[ERROR] npm info preinstall colors@0.6.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-80e37cad49038053.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\object-path
[ERROR] npm verb linkBins graceful-fs@2.0.3
[ERROR] npm verb linkMans graceful-fs@2.0.3
[ERROR] npm verb rebuildBundles graceful-fs@2.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\request\2.11.4\package\package.json written
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install graceful-fs@2.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json written
[ERROR] npm info install optimist@0.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm info install request@2.11.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm info install debug@0.7.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel
[ERROR] npm info installOne optimist@0.3.4
[ERROR] npm verb installOne of optimist to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel not in flight; installing
[ERROR] npm info installOne request@2.11.4
[ERROR] npm verb installOne of request to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel not in flight; installing
[ERROR] npm info installOne debug@0.7.4
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info postinstall graceful-fs@2.0.3
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object-path\0.9.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\chalk\0.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.2.1\package\package.json written
[ERROR] npm info install lodash@2.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip
[ERROR] npm info installOne lodash@2.2.1
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip not in flight; installing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\request-c8ceec1c59c44fd1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-b139e534e46eef9f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\optimist-a5f344081dc3f4a2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-fs-b95f4c48245b912e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\graceful-fs
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for graceful-readlink
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-7da1eba7ea31895d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm info linkStuff rimraf@2.2.8
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\request\2.11.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\request
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\optimist\0.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm verb linkBins rimraf@2.2.8
[ERROR] npm verb link bins [ { rimraf: './bin.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\karma\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans rimraf@2.2.8
[ERROR] npm verb rebuildBundles rimraf@2.2.8
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\2.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\dev-ip\node_modules\lodash
[ERROR] npm info linkStuff colors@0.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package\package.json written
[ERROR] npm info install graceful-readlink@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm info installOne graceful-readlink@1.0.1
[ERROR] npm verb installOne of graceful-readlink to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-readlink-8c45d57948bdcdeb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb linkBins colors@0.6.2
[ERROR] npm verb linkMans colors@0.6.2
[ERROR] npm verb rebuildBundles colors@0.6.2
[ERROR] npm info install colors@0.6.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\package.json
[ERROR] npm info postinstall colors@0.6.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\colors-72e6894438df4cf2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\colors
[ERROR] npm info install rimraf@2.2.8
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-readlink\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm info preinstall portscanner@1.0.0
[ERROR] npm info postinstall rimraf@2.2.8
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\package.json
[ERROR] npm info preinstall minimist@1.1.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\rimraf-d313fc7054daa040.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\rimraf
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\package.json
[ERROR] npm verb cache add spec async@0.1.15
[ERROR] npm verb addNamed "0.1.15" is a plain semver version for async
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/async not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm info preinstall socket.io@1.3.5
[ERROR] npm verb request uri http://registry.npmjs.org/async
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "2SVBWIXHE3K3WW5EZDD8KV76B"
[ERROR] npm http request GET http://registry.npmjs.org/async
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\package.json
[ERROR] npm info linkStuff minimist@1.1.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\package.json
[ERROR] npm verb linkBins minimist@1.1.1
[ERROR] npm verb linkMans minimist@1.1.1
[ERROR] npm verb rebuildBundles minimist@1.1.1
[ERROR] npm info preinstall connect@3.3.5
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\package.json
[ERROR] npm info install minimist@1.1.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\package.json
[ERROR] npm info preinstall utils-merge@1.0.0
[ERROR] npm info preinstall gaze@0.5.1
[ERROR] npm info postinstall minimist@1.1.1
[ERROR] npm info preinstall chokidar@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimist-7d16c59ebd91dc80.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\minimist
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm info preinstall chalk@0.5.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\package.json
[ERROR] npm verb cache add spec has-binary-data@0.1.3
[ERROR] npm verb addNamed "0.1.3" is a plain semver version for has-binary-data
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/has-binary-data not in flight; fetching
[ERROR] npm verb cache add spec debug@2.1.0
[ERROR] npm verb addNamed "2.1.0" is a plain semver version for debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec engine.io@1.5.1
[ERROR] npm verb addNamed "1.5.1" is a plain semver version for engine.io
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/engine.io not in flight; fetching
[ERROR] npm verb cache add spec socket.io-parser@2.2.4
[ERROR] npm verb addNamed "2.2.4" is a plain semver version for socket.io-parser
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
[ERROR] npm verb cache add spec socket.io-client@1.3.5
[ERROR] npm verb addNamed "1.3.5" is a plain semver version for socket.io-client
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
[ERROR] npm verb cache add spec socket.io-adapter@0.3.1
[ERROR] npm verb addNamed "0.3.1" is a plain semver version for socket.io-adapter
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-adapter not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\package.json
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/has-binary-data
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "CE5JOBAP2Y5B0IFJ6IIYIFS4O"
[ERROR] npm http request GET http://registry.npmjs.org/has-binary-data
[ERROR] npm verb request uri http://registry.npmjs.org/engine.io
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "9JPX9O0SF1OZB85KNUR5DP3LM"
[ERROR] npm http request GET http://registry.npmjs.org/engine.io
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io-client
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "5PATU4MO2KULCSW08JBABZ1OL"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io-client
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "AUAWA5XBJL5DN0HIAPJM2EPPU"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io-parser
[ERROR] npm verb request uri http://registry.npmjs.org/socket.io-adapter
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "4RY3X0GRJJ3C0J2LF48APC0B2"
[ERROR] npm http request GET http://registry.npmjs.org/socket.io-adapter
[ERROR] npm http 304 http://registry.npmjs.org/async
[ERROR] npm verb etag http://registry.npmjs.org/async from cache
[ERROR] npm verb get saving async to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\async\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\package.json
[ERROR] npm verb cache add spec debug@~2.1.3
[ERROR] npm verb addNamed ">=2.1.3 <2.2.0" is a valid semver range for debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec finalhandler@0.3.4
[ERROR] npm verb addNamed "0.3.4" is a plain semver version for finalhandler
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
[ERROR] npm verb cache add spec parseurl@~1.3.0
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
[ERROR] npm verb cache add spec utils-merge@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for utils-merge
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb cache add spec globule@~0.1.0
[ERROR] npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for globule
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/globule not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.0\package\package.json not in flight; writing
[ERROR] npm verb cache add spec anymatch@^1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for anymatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/anymatch not in flight; fetching
[ERROR] npm verb cache add spec arrify@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for arrify
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/arrify not in flight; fetching
[ERROR] npm verb cache add spec async-each@^0.1.5
[ERROR] npm verb addNamed ">=0.1.5 <0.2.0" is a valid semver range for async-each
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/async-each not in flight; fetching
[ERROR] npm verb cache add spec glob-parent@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for glob-parent
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob-parent not in flight; fetching
[ERROR] npm verb cache add spec is-binary-path@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-binary-path
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-binary-path not in flight; fetching
[ERROR] npm verb cache add spec is-glob@^1.1.3
[ERROR] npm verb addNamed ">=1.1.3 <2.0.0" is a valid semver range for is-glob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-glob not in flight; fetching
[ERROR] npm verb cache add spec readdirp@^1.3.0
[ERROR] npm verb addNamed ">=1.3.0 <2.0.0" is a valid semver range for readdirp
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/readdirp not in flight; fetching
[ERROR] npm verb cache add spec fsevents@^0.3.1
[ERROR] npm verb addNamed ">=0.3.1 <0.4.0" is a valid semver range for fsevents
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/fsevents not in flight; fetching
[ERROR] npm verb get http://registry.npmjs.org/parseurl not expired, no request
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for parseurl
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb addNamed "2.1.3" is a plain semver version for debug
[ERROR] npm verb request uri http://registry.npmjs.org/finalhandler
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "D9MYCMJFH4NN09Y8XGX7BU11P"
[ERROR] npm http request GET http://registry.npmjs.org/finalhandler
[ERROR] npm info preinstall mime@1.2.11
[ERROR] npm verb get http://registry.npmjs.org/utils-merge not expired, no request
[ERROR] npm info preinstall parseurl@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm info linkStuff utils-merge@1.0.0
[ERROR] npm verb cache add spec ansi-styles@^1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for ansi-styles
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ansi-styles not in flight; fetching
[ERROR] npm verb cache add spec escape-string-regexp@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for escape-string-regexp
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/escape-string-regexp not in flight; fetching
[ERROR] npm verb cache add spec has-ansi@^0.1.0
[ERROR] npm verb addNamed ">=0.1.0 <0.2.0" is a valid semver range for has-ansi
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/has-ansi not in flight; fetching
[ERROR] npm verb cache add spec strip-ansi@^0.3.0
[ERROR] npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for strip-ansi
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/strip-ansi not in flight; fetching
[ERROR] npm verb cache add spec supports-color@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for supports-color
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/supports-color not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/globule
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "4MRHUL3PZOWAT3TXB1JGH9YUM"
[ERROR] npm http request GET http://registry.npmjs.org/globule
[ERROR] npm verb request uri http://registry.npmjs.org/async-each
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "ABDLI5FGSK8XH9LWD9GMIPOP"
[ERROR] npm http request GET http://registry.npmjs.org/async-each
[ERROR] npm verb request uri http://registry.npmjs.org/is-binary-path
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "EZBQQAO3HZF4A5AYXUCAOCA88"
[ERROR] npm http request GET http://registry.npmjs.org/is-binary-path
[ERROR] npm verb request uri http://registry.npmjs.org/glob-parent
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "C62PMYBW8OPIF507SK2JEO0Z9"
[ERROR] npm http request GET http://registry.npmjs.org/glob-parent
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.0\package\package.json written
[ERROR] npm verb request uri http://registry.npmjs.org/is-glob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "7TO2DKN48JERR27D39XUUW8YD"
[ERROR] npm http request GET http://registry.npmjs.org/is-glob
[ERROR] npm verb request uri http://registry.npmjs.org/anymatch
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "5R3DCPOHUNDR6VRO0L1UR0GPZ"
[ERROR] npm http request GET http://registry.npmjs.org/anymatch
[ERROR] npm verb request uri http://registry.npmjs.org/readdirp
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "EODP6K3WYQPKF9FNP8RONAJ5X"
[ERROR] npm http request GET http://registry.npmjs.org/readdirp
[ERROR] npm verb request uri http://registry.npmjs.org/fsevents
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "4AG3XH5PWA57L453S6H9ZZSIL"
[ERROR] npm http request GET http://registry.npmjs.org/fsevents
[ERROR] npm verb request uri http://registry.npmjs.org/arrify
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "BXYHPOI9IHS1P3II19IZE7UUJ"
[ERROR] npm http request GET http://registry.npmjs.org/arrify
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json not in flight; writing
[ERROR] npm verb linkBins utils-merge@1.0.0
[ERROR] npm verb linkMans utils-merge@1.0.0
[ERROR] npm verb rebuildBundles utils-merge@1.0.0
[ERROR] npm verb request uri http://registry.npmjs.org/ansi-styles
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "9O45NVZEP528XJ58TZ8A6DMA0"
[ERROR] npm http request GET http://registry.npmjs.org/ansi-styles
[ERROR] npm verb request uri http://registry.npmjs.org/escape-string-regexp
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "3MH82UYHNQXDML9K2XGNGQDOS"
[ERROR] npm http request GET http://registry.npmjs.org/escape-string-regexp
[ERROR] npm verb request uri http://registry.npmjs.org/has-ansi
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "E4845616HRC12WMH43M936NTT"
[ERROR] npm http request GET http://registry.npmjs.org/has-ansi
[ERROR] npm verb request uri http://registry.npmjs.org/strip-ansi
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "9D9S1Y0BBQD36UMUV9U38ZKG1"
[ERROR] npm http request GET http://registry.npmjs.org/strip-ansi
[ERROR] npm verb request uri http://registry.npmjs.org/supports-color
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:25 PM
[ERROR] npm verb etag "4SHNAEHD19S3VGADXSKO905S7"
[ERROR] npm http request GET http://registry.npmjs.org/supports-color
[ERROR] npm info install utils-merge@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\package.json
[ERROR] npm info preinstall minimatch@0.2.14
[ERROR] npm info postinstall utils-merge@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.1.15\package\package.json not in flight; writing
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm http 304 http://registry.npmjs.org/engine.io
[ERROR] npm verb etag http://registry.npmjs.org/engine.io from cache
[ERROR] npm verb get saving engine.io to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\engine.io\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/has-binary-data
[ERROR] npm verb etag http://registry.npmjs.org/has-binary-data from cache
[ERROR] npm verb get saving has-binary-data to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\has-binary-data\.cache.json
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/socket.io-adapter
[ERROR] npm verb etag http://registry.npmjs.org/socket.io-adapter from cache
[ERROR] npm verb get saving socket.io-adapter to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io-adapter\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-966d11e983e49018.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm http 304 http://registry.npmjs.org/socket.io-client
[ERROR] npm verb etag http://registry.npmjs.org/socket.io-client from cache
[ERROR] npm verb get saving socket.io-client to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io-client\.cache.json
[ERROR] npm info preinstall debug@0.7.4
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.1.15\package\package.json written
[ERROR] npm info install async@0.1.15 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm info installOne async@0.1.15
[ERROR] npm verb installOne of async to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner not in flight; installing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-e95b2a57a30c91ea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink\package.json
[ERROR] npm info linkStuff mime@1.2.11
[ERROR] npm info linkStuff parseurl@1.3.0
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-889ce5282f11b290.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug\package.json
[ERROR] npm verb linkBins mime@1.2.11
[ERROR] npm verb linkMans mime@1.2.11
[ERROR] npm verb rebuildBundles mime@1.2.11
[ERROR] npm verb linkBins parseurl@1.3.0
[ERROR] npm verb linkMans parseurl@1.3.0
[ERROR] npm verb rebuildBundles parseurl@1.3.0
[ERROR] npm info preinstall graceful-readlink@1.0.1
[ERROR] npm info install mime@1.2.11
[ERROR] npm info install parseurl@1.3.0
[ERROR] npm verb cache add spec lru-cache@2
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
[ERROR] npm verb cache add spec sigmund@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io\1.5.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary-data\0.1.3\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/socket.io-parser
[ERROR] npm verb etag http://registry.npmjs.org/socket.io-parser from cache
[ERROR] npm verb get saving socket.io-parser to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\socket.io-parser\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-adapter\0.3.1\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink\package.json
[ERROR] npm info postinstall mime@1.2.11
[ERROR] npm info postinstall parseurl@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\1.3.5\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.1.15\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-1f3623451313eda2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\mime
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-1499c4e6de4171c5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\parseurl
[ERROR] npm verb request uri http://registry.npmjs.org/lru-cache
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "197CKYFF5NUP293URJIZDAL6C"
[ERROR] npm http request GET http://registry.npmjs.org/lru-cache
[ERROR] npm verb request uri http://registry.npmjs.org/sigmund
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "31NK166XOLFBN32SCC6I419DH"
[ERROR] npm http request GET http://registry.npmjs.org/sigmund
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary-data\0.1.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io\1.5.1\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-adapter\0.3.1\package\package.json written
[ERROR] npm info linkStuff debug@0.7.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\1.3.5\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\package.json
[ERROR] npm info preinstall minimatch@2.0.7
[ERROR] npm verb linkBins debug@0.7.4
[ERROR] npm verb linkMans debug@0.7.4
[ERROR] npm verb rebuildBundles debug@0.7.4
[ERROR] npm info install debug@0.7.4
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\package.json
[ERROR] npm info preinstall send@0.12.2
[ERROR] npm http 304 http://registry.npmjs.org/finalhandler
[ERROR] npm verb etag http://registry.npmjs.org/finalhandler from cache
[ERROR] npm verb get saving finalhandler to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\finalhandler\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/globule
[ERROR] npm verb etag http://registry.npmjs.org/globule from cache
[ERROR] npm verb get saving globule to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\globule\.cache.json
[ERROR] npm info postinstall debug@0.7.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.4\package\package.json not in flight; writing
[ERROR] npm info linkStuff graceful-readlink@1.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-b139e534e46eef9f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.4\package\package.json written
[ERROR] npm info install debug@2.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install has-binary-data@0.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install engine.io@1.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install socket.io-adapter@0.3.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install socket.io-client@1.3.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info install socket.io-parser@2.2.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io
[ERROR] npm info installOne debug@2.1.0
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne has-binary-data@0.1.3
[ERROR] npm verb installOne of has-binary-data to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne engine.io@1.5.1
[ERROR] npm verb installOne of engine.io to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-adapter@0.3.1
[ERROR] npm verb installOne of socket.io-adapter to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-client@1.3.5
[ERROR] npm verb installOne of socket.io-client to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-parser@2.2.4
[ERROR] npm verb installOne of socket.io-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\package.json
[ERROR] npm verb linkBins graceful-readlink@1.0.1
[ERROR] npm verb linkMans graceful-readlink@1.0.1
[ERROR] npm verb rebuildBundles graceful-readlink@1.0.1
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for globule
[ERROR] npm info install graceful-readlink@1.0.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-d759fd5f6a742363.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-data-6abf69efc5a7438a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\engine-io-0d99ac514fb8376c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-adapter-6bfff3a2164eb2e7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-parser-066c6ac31031d685.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm info preinstall q@0.9.7
[ERROR] npm info postinstall graceful-readlink@1.0.1
[ERROR] npm verb cache add spec brace-expansion@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for brace-expansion
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/brace-expansion not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-readlink-8c45d57948bdcdeb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander\node_modules\graceful-readlink
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb cache add spec etag@~1.5.1
[ERROR] npm verb addNamed ">=1.5.1 <1.6.0" is a valid semver range for etag
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
[ERROR] npm verb cache add spec fresh@0.2.4
[ERROR] npm verb addNamed "0.2.4" is a plain semver version for fresh
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
[ERROR] npm verb cache add spec mime@1.3.4
[ERROR] npm verb addNamed "1.3.4" is a plain semver version for mime
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/mime not in flight; fetching
[ERROR] npm verb cache add spec ms@0.7.0
[ERROR] npm verb addNamed "0.7.0" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm verb cache add spec on-finished@~2.2.0
[ERROR] npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for on-finished
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
[ERROR] npm verb cache add spec range-parser@~1.0.2
[ERROR] npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for range-parser
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/range-parser not in flight; fetching
[ERROR] npm verb cache add spec debug@~2.1.3
[ERROR] npm verb addNamed ">=2.1.3 <2.2.0" is a valid semver range for debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec depd@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for depd
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/depd not in flight; fetching
[ERROR] npm verb cache add spec destroy@1.0.3
[ERROR] npm verb addNamed "1.0.3" is a plain semver version for destroy
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/destroy not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\globule\0.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.3.4\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-client-c4c7fe2bda054298.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb request uri http://registry.npmjs.org/brace-expansion
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "18Z2VDE6EPY9JHP7D0I3PN5DH"
[ERROR] npm http request GET http://registry.npmjs.org/brace-expansion
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary-data\0.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io\1.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-adapter\0.3.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-parser
[ERROR] npm verb request uri http://registry.npmjs.org/fresh
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "7K1A0D553XTFNNA6FXWM012NY"
[ERROR] npm http request GET http://registry.npmjs.org/fresh
[ERROR] npm info linkStuff commander@2.8.1
[ERROR] npm verb request uri http://registry.npmjs.org/etag
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "BHWT9NORNP14608O9AR7ATBA3"
[ERROR] npm http request GET http://registry.npmjs.org/etag
[ERROR] npm verb request uri http://registry.npmjs.org/ms
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "1FWMRYV9JSE343ZCTQ1RJ58Y1"
[ERROR] npm http request GET http://registry.npmjs.org/ms
[ERROR] npm verb get http://registry.npmjs.org/mime not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/on-finished
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "BCHRUOCZ12BM4QUPMMW8U0425"
[ERROR] npm http request GET http://registry.npmjs.org/on-finished
[ERROR] npm verb request uri http://registry.npmjs.org/range-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "3LNMXDEPINP8BRLYF8TQXB0MC"
[ERROR] npm http request GET http://registry.npmjs.org/range-parser
[ERROR] npm verb request uri http://registry.npmjs.org/depd
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "EXES9RDIT31NIDPYYVZ47XB58"
[ERROR] npm http request GET http://registry.npmjs.org/depd
[ERROR] npm verb request uri http://registry.npmjs.org/destroy
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "9IP2CCOQSKNSZL557UODSGT2O"
[ERROR] npm http request GET http://registry.npmjs.org/destroy
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb addNamed "2.1.3" is a plain semver version for debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\globule\0.1.0\package\package.json written
[ERROR] npm info install globule@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm info installOne globule@0.1.0
[ERROR] npm verb installOne of globule to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.3.4\package\package.json written
[ERROR] npm info install parseurl@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info install debug@2.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info install utils-merge@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info install finalhandler@0.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info installOne parseurl@1.3.0
[ERROR] npm verb installOne of parseurl to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm info installOne debug@2.1.3
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm info installOne utils-merge@1.0.0
[ERROR] npm verb installOne of utils-merge to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm info installOne finalhandler@0.3.4
[ERROR] npm verb installOne of finalhandler to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb linkBins commander@2.8.1
[ERROR] npm verb linkMans commander@2.8.1
[ERROR] npm verb rebuildBundles commander@2.8.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-bd6bb8b468b9837d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-1c734dc3c85f149a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-f4dfb8e635a48378.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\globule-d618d5ca9d01280a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\finalhandler-aff877473023a70f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json not in flight; writing
[ERROR] npm verb rebuildBundles [ 'graceful-readlink' ]
[ERROR] npm info install commander@2.8.1
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\1.3.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm info preinstall http-proxy@1.11.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.3.4\package\package.json not in flight; writing
[ERROR] npm info postinstall commander@2.8.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm info linkStuff q@0.9.7
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\commander-35c6268206682af8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\commander
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.3.4\package\package.json written
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\globule\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\package.json
[ERROR] npm verb linkBins q@0.9.7
[ERROR] npm verb linkMans q@0.9.7
[ERROR] npm verb rebuildBundles q@0.9.7
[ERROR] npm info install q@0.9.7
[ERROR] npm http 304 http://registry.npmjs.org/async-each
[ERROR] npm verb etag http://registry.npmjs.org/async-each from cache
[ERROR] npm verb get saving async-each to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\async-each\.cache.json
[ERROR] npm info preinstall object-path@0.9.2
[ERROR] npm info postinstall q@0.9.7
[ERROR] npm http 304 http://registry.npmjs.org/anymatch
[ERROR] npm verb etag http://registry.npmjs.org/anymatch from cache
[ERROR] npm verb get saving anymatch to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\anymatch\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/glob-parent
[ERROR] npm verb etag http://registry.npmjs.org/glob-parent from cache
[ERROR] npm verb get saving glob-parent to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob-parent\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/is-binary-path
[ERROR] npm verb etag http://registry.npmjs.org/is-binary-path from cache
[ERROR] npm verb get saving is-binary-path to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-binary-path\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/is-glob
[ERROR] npm verb etag http://registry.npmjs.org/is-glob from cache
[ERROR] npm verb get saving is-glob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-glob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/readdirp
[ERROR] npm verb etag http://registry.npmjs.org/readdirp from cache
[ERROR] npm verb get saving readdirp to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\readdirp\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path\package.json
[ERROR] npm verb cache add spec eventemitter3@1.x.x
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for eventemitter3
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/eventemitter3 not in flight; fetching
[ERROR] npm verb cache add spec requires-port@0.x.x
[ERROR] npm verb addNamed ">=0.0.0 <1.0.0" is a valid semver range for requires-port
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/requires-port not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-35f2a15ddfc325ad.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\q
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for is-binary-path
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for anymatch
[ERROR] npm verb addNamed "0.1.6" is a plain semver version for async-each
[ERROR] npm verb request uri http://registry.npmjs.org/eventemitter3
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "CA5O144O2RSG6NKX7XEKL5399"
[ERROR] npm http request GET http://registry.npmjs.org/eventemitter3
[ERROR] npm verb request uri http://registry.npmjs.org/requires-port
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:26 PM
[ERROR] npm verb etag "BK7WHGW5GMT3L7LNKYW0T9YJJ"
[ERROR] npm http request GET http://registry.npmjs.org/requires-port
[ERROR] npm verb addNamed "1.2.0" is a plain semver version for glob-parent
[ERROR] npm verb addNamed "1.1.3" is a plain semver version for is-glob
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path\package.json
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for readdirp
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\anymatch\1.3.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-binary-path\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async-each\0.1.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-parent\1.2.0\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readdirp\1.3.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-glob\1.1.3\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/ansi-styles
[ERROR] npm verb etag http://registry.npmjs.org/ansi-styles from cache
[ERROR] npm verb get saving ansi-styles to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ansi-styles\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/fsevents
[ERROR] npm verb etag http://registry.npmjs.org/fsevents from cache
[ERROR] npm verb get saving fsevents to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\fsevents\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/arrify
[ERROR] npm verb etag http://registry.npmjs.org/arrify from cache
[ERROR] npm verb get saving arrify to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\arrify\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/escape-string-regexp
[ERROR] npm verb etag http://registry.npmjs.org/escape-string-regexp from cache
[ERROR] npm verb get saving escape-string-regexp to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\escape-string-regexp\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/strip-ansi
[ERROR] npm verb etag http://registry.npmjs.org/strip-ansi from cache
[ERROR] npm verb get saving strip-ansi to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\strip-ansi\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/has-ansi
[ERROR] npm verb etag http://registry.npmjs.org/has-ansi from cache
[ERROR] npm verb get saving has-ansi to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\has-ansi\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/supports-color
[ERROR] npm verb etag http://registry.npmjs.org/supports-color from cache
[ERROR] npm verb get saving supports-color to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\supports-color\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\anymatch\1.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-binary-path\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async-each\0.1.6\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/lru-cache
[ERROR] npm verb etag http://registry.npmjs.org/lru-cache from cache
[ERROR] npm verb get saving lru-cache to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\lru-cache\.cache.json
[ERROR] npm info linkStuff object-path@0.9.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-parent\1.2.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readdirp\1.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-glob\1.1.3\package\package.json written
[ERROR] npm verb linkBins object-path@0.9.2
[ERROR] npm verb linkMans object-path@0.9.2
[ERROR] npm verb rebuildBundles object-path@0.9.2
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for ansi-styles
[ERROR] npm verb addNamed "0.3.6" is a plain semver version for fsevents
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\package.json
[ERROR] npm info install object-path@0.9.2
[ERROR] npm http 304 http://registry.npmjs.org/sigmund
[ERROR] npm verb etag http://registry.npmjs.org/sigmund from cache
[ERROR] npm verb get saving sigmund to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\sigmund\.cache.json
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for arrify
[ERROR] npm verb addNamed "1.0.3" is a plain semver version for escape-string-regexp
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for supports-color
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for has-ansi
[ERROR] npm info postinstall object-path@0.9.2
[ERROR] npm verb addNamed "0.3.0" is a plain semver version for strip-ansi
[ERROR] npm verb addNamed "2.6.2" is a plain semver version for lru-cache
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-path-53ed696e5acccdd4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\object-path
[ERROR] npm info preinstall optimist@0.6.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fsevents\0.3.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arrify\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\supports-color\0.2.0\package\package.json not in flight; writing
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for sigmund
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-ansi\0.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fsevents\0.3.6\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arrify\1.0.0\package\package.json written
[ERROR] npm info install anymatch@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install is-binary-path@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install async-each@0.1.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install glob-parent@1.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install readdirp@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install is-glob@1.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install fsevents@0.3.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info install arrify@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar
[ERROR] npm info installOne anymatch@1.3.0
[ERROR] npm verb installOne of anymatch to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne is-binary-path@1.0.0
[ERROR] npm verb installOne of is-binary-path to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne async-each@0.1.6
[ERROR] npm verb installOne of async-each to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne glob-parent@1.2.0
[ERROR] npm verb installOne of glob-parent to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne readdirp@1.3.0
[ERROR] npm verb installOne of readdirp to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne is-glob@1.1.3
[ERROR] npm verb installOne of is-glob to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne fsevents@0.3.6
[ERROR] npm verb installOne of fsevents to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm info installOne arrify@1.0.0
[ERROR] npm verb installOne of arrify to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\supports-color\0.2.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-ansi\0.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package\package.json written
[ERROR] npm info install ansi-styles@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install escape-string-regexp@1.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install supports-color@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install has-ansi@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info install strip-ansi@0.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info installOne ansi-styles@1.1.0
[ERROR] npm verb installOne of ansi-styles to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne escape-string-regexp@1.0.3
[ERROR] npm verb installOne of escape-string-regexp to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne supports-color@0.2.0
[ERROR] npm verb installOne of supports-color to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne has-ansi@0.1.0
[ERROR] npm verb installOne of has-ansi to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm info installOne strip-ansi@0.3.0
[ERROR] npm verb installOne of strip-ansi to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-each-66c924f23059d45b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-binary-path-b8f906fcf2b42ceb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-parent-f8a08f2165822954.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readdirp-013e130ee5ac5a58.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fsevents-4f4b60facf305c61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\fsevents
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\anymatch-7ee860b8d67deb00.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arrify-291d5c0f504a6836.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-glob-8f22b5dc7d6c37c7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fsevents-4f4b60facf305c61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\fsevents
[ERROR] npm WARN optional dep failed, continuing fsevents@0.3.6
[ERROR] npm verb optional dep failed, continuing [ 'fsevents@0.3.6',
[ERROR] npm verb optional dep failed, continuing { [Error: Unsupported]
[ERROR] npm verb optional dep failed, continuing code: 'EBADPLATFORM',
[ERROR] npm verb optional dep failed, continuing os: [ 'darwin' ],
[ERROR] npm verb optional dep failed, continuing cpu: [ 'any' ],
[ERROR] npm verb optional dep failed, continuing pkgid: 'fsevents@0.3.6' } ]
[ERROR] npm http 304 http://registry.npmjs.org/brace-expansion
[ERROR] npm verb etag http://registry.npmjs.org/brace-expansion from cache
[ERROR] npm verb get saving brace-expansion to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\brace-expansion\.cache.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-styles-fea56e1e842c7b9d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-string-regexp-0b51d9d4600565f3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\supports-color-8d9a35ef14488cf9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm info preinstall glob@3.2.11
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-ansi-e2fdb70abc4db1fd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\strip-ansi-2c77ae474fa94322.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb cache add spec wordwrap@~0.0.2
[ERROR] npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/wordwrap not in flight; fetching
[ERROR] npm verb cache add spec minimist@~0.0.1
[ERROR] npm verb addNamed ">=0.0.1 <0.1.0" is a valid semver range for minimist
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimist not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json written
[ERROR] npm info install lru-cache@2.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm info install sigmund@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm info installOne lru-cache@2.6.2
[ERROR] npm verb installOne of lru-cache to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch not in flight; installing
[ERROR] npm info installOne sigmund@1.0.0
[ERROR] npm verb installOne of sigmund to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\package.json
[ERROR] npm info preinstall socket.io-adapter@0.3.1
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm http 304 http://registry.npmjs.org/fresh
[ERROR] npm verb etag http://registry.npmjs.org/fresh from cache
[ERROR] npm verb get saving fresh to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\fresh\.cache.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm http 304 http://registry.npmjs.org/ms
[ERROR] npm verb etag http://registry.npmjs.org/ms from cache
[ERROR] npm verb get saving ms to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ms\.cache.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-546866be6a0eb227.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-d7d9c8d8aa6cf4ab.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\async-each\0.1.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-binary-path\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob-parent\1.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\readdirp\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\anymatch\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm http 304 http://registry.npmjs.org/etag
[ERROR] npm verb etag http://registry.npmjs.org/etag from cache
[ERROR] npm verb get saving etag to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\etag\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/on-finished
[ERROR] npm verb etag http://registry.npmjs.org/on-finished from cache
[ERROR] npm verb get saving on-finished to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\on-finished\.cache.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb request uri http://registry.npmjs.org/wordwrap
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:27 PM
[ERROR] npm verb etag "93S2UDJFLUP2O1MZEWU0CFQOZ"
[ERROR] npm http request GET http://registry.npmjs.org/wordwrap
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\arrify\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm verb get http://registry.npmjs.org/minimist not expired, no request
[ERROR] npm verb addNamed "0.0.10" is a plain semver version for minimist
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-glob\1.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\package.json
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for brace-expansion
[ERROR] npm http 304 http://registry.npmjs.org/range-parser
[ERROR] npm verb etag http://registry.npmjs.org/range-parser from cache
[ERROR] npm verb get saving range-parser to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\range-parser\.cache.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-string-regexp\1.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-styles\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\supports-color\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\has-ansi\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\strip-ansi\0.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\package.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm info preinstall utils-merge@1.0.0
[ERROR] npm verb unbuild node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\0.0.10\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb addNamed "2.2.1" is a plain semver version for on-finished
[ERROR] npm verb addNamed "1.5.1" is a plain semver version for etag
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb cache add spec inherits@2
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for inherits
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
[ERROR] npm verb cache add spec minimatch@0.3
[ERROR] npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for minimatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for range-parser
[ERROR] npm verb cache add spec debug@1.0.2
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec socket.io-parser@2.2.2
[ERROR] npm verb addNamed "2.2.2" is a plain semver version for socket.io-parser
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-parser not in flight; fetching
[ERROR] npm verb cache add spec object-keys@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for object-keys
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/object-keys not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\0.0.10\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fresh\0.2.4\package\package.json not in flight; writing
[ERROR] npm verb request uri http://registry.npmjs.org/inherits
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:27 PM
[ERROR] npm verb etag "23748IIFBI9UHIXA5WTETU9N1"
[ERROR] npm http request GET http://registry.npmjs.org/inherits
[ERROR] npm verb get http://registry.npmjs.org/minimatch not expired, no request
[ERROR] npm verb addNamed "0.3.0" is a plain semver version for minimatch
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package\package.json written
[ERROR] npm info install brace-expansion@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm info installOne brace-expansion@1.1.0
[ERROR] npm verb installOne of brace-expansion to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.2.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\etag\1.5.1\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/destroy
[ERROR] npm verb etag http://registry.npmjs.org/destroy from cache
[ERROR] npm verb get saving destroy to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\destroy\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/depd
[ERROR] npm verb etag http://registry.npmjs.org/depd from cache
[ERROR] npm verb get saving depd to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\depd\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/requires-port
[ERROR] npm verb etag http://registry.npmjs.org/requires-port from cache
[ERROR] npm verb get saving requires-port to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\requires-port\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/eventemitter3
[ERROR] npm verb etag http://registry.npmjs.org/eventemitter3 from cache
[ERROR] npm verb get saving eventemitter3 to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\eventemitter3\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\package.json
[ERROR] npm verb get http://registry.npmjs.org/socket.io-parser not expired, no request
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/object-keys
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:27 PM
[ERROR] npm verb etag "AYZCAEIJD6RVVKHY6KLIDTWD2"
[ERROR] npm http request GET http://registry.npmjs.org/object-keys
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\range-parser\1.0.2\package\package.json not in flight; writing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\brace-expansion-2934d11f2aa78535.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json written
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fresh\0.2.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\etag\1.5.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.2.1\package\package.json written
[ERROR] npm info preinstall finalhandler@0.3.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.3.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\1.0.2\package\package.json not in flight; writing
[ERROR] npm info preinstall parseurl@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\range-parser\1.0.2\package\package.json written
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for depd
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for eventemitter3
[ERROR] npm verb addNamed "0.0.0" is a plain semver version for requires-port
[ERROR] npm info linkStuff utils-merge@1.0.0
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.3.0\package\package.json written
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\brace-expansion\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\1.0.2\package\package.json written
[ERROR] npm verb linkBins utils-merge@1.0.0
[ERROR] npm verb linkMans utils-merge@1.0.0
[ERROR] npm verb rebuildBundles utils-merge@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\destroy\1.0.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\depd\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\eventemitter3\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\requires-port\0.0.0\package\package.json not in flight; writing
[ERROR] npm info install utils-merge@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl\package.json
[ERROR] npm info postinstall utils-merge@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\destroy\1.0.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\depd\1.0.1\package\package.json written
[ERROR] npm info install debug@2.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install mime@1.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install ms@0.7.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install fresh@0.2.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install etag@1.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install on-finished@2.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install range-parser@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install destroy@1.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info install depd@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info installOne debug@2.1.3
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne mime@1.3.4
[ERROR] npm verb installOne of mime to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne ms@0.7.0
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne fresh@0.2.4
[ERROR] npm verb installOne of fresh to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne etag@1.5.1
[ERROR] npm verb installOne of etag to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne on-finished@2.2.1
[ERROR] npm verb installOne of on-finished to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne range-parser@1.0.2
[ERROR] npm verb installOne of range-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne destroy@1.0.3
[ERROR] npm verb installOne of destroy to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm info installOne depd@1.0.1
[ERROR] npm verb installOne of depd to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\eventemitter3\1.0.1\package\package.json written
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-f4dfb8e635a48378.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\utils-merge
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
[ERROR] npm verb cache add spec on-finished@~2.2.0
[ERROR] npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for on-finished
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/on-finished not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\requires-port\0.0.0\package\package.json written
[ERROR] npm info install eventemitter3@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm info install requires-port@0.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm info installOne eventemitter3@1.0.1
[ERROR] npm verb installOne of eventemitter3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy not in flight; installing
[ERROR] npm info installOne requires-port@0.0.0
[ERROR] npm verb installOne of requires-port to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy not in flight; installing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-0ee83c29d5e089f0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-978afc704939d863.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fresh-c8d5e169784cf07a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\etag-ecf81b777de88424.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-finished-28c435e63fcc3c2d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\range-parser-63ad8fd56bf89fed.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\destroy-2c1043eb2d653273.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\depd-b01ec1dec2c82eeb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-03ea4de432f6be65.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\eventemitter3-ce283ff6afae04d3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\requires-port-38618ed47fdd2738.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm verb get http://registry.npmjs.org/escape-html not expired, no request
[ERROR] npm verb get http://registry.npmjs.org/on-finished not expired, no request
[ERROR] npm verb addNamed "2.2.1" is a plain semver version for on-finished
[ERROR] npm info linkStuff parseurl@1.3.0
[ERROR] npm http 304 http://registry.npmjs.org/wordwrap
[ERROR] npm verb etag http://registry.npmjs.org/wordwrap from cache
[ERROR] npm verb get saving wordwrap to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\wordwrap\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.2.1\package\package.json not in flight; writing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm verb linkBins parseurl@1.3.0
[ERROR] npm verb linkMans parseurl@1.3.0
[ERROR] npm verb rebuildBundles parseurl@1.3.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\fresh\0.2.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\etag\1.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\range-parser\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\depd\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm info install parseurl@1.3.0
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\destroy\1.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm info preinstall q@1.3.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime\1.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm info preinstall is-binary-path@1.0.0
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\eventemitter3\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\requires-port\0.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm info postinstall parseurl@1.3.0
[ERROR] npm verb addNamed "0.0.2" is a plain semver version for wordwrap
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q\package.json
[ERROR] npm info preinstall ansi-styles@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-bd6bb8b468b9837d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\parseurl
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.2.1\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json written
[ERROR] npm info install on-finished@2.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm info installOne on-finished@2.2.1
[ERROR] npm verb installOne of on-finished to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler not in flight; installing
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\wordwrap\0.0.2\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-finished-b2be95b15b149f84.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-6e2e759b376f4a41.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm info preinstall escape-string-regexp@1.0.3
[ERROR] npm info preinstall arrify@1.0.0
[ERROR] npm info preinstall is-glob@1.1.3
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles\package.json
[ERROR] npm info preinstall supports-color@0.2.0
[ERROR] npm info preinstall strip-ansi@0.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color\package.json
[ERROR] npm info preinstall has-ansi@0.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\wordwrap\0.0.2\package\package.json written
[ERROR] npm info install minimist@0.0.10 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm info install wordwrap@0.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm info installOne minimist@0.0.10
[ERROR] npm verb installOne of minimist to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist not in flight; installing
[ERROR] npm info installOne wordwrap@0.0.2
[ERROR] npm verb installOne of wordwrap to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\package.json
[ERROR] npm verb cache add spec binary-extensions@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for binary-extensions
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/binary-extensions not in flight; fetching
[ERROR] npm info preinstall anymatch@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimist-f4884db67b77f3ed.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\wordwrap-aefd95b938ee45bc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob\package.json
[ERROR] npm info linkStuff q@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/binary-extensions
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:28 PM
[ERROR] npm verb etag "4Q2RX6YC6I8TXVUAITDTK0ODW"
[ERROR] npm http request GET http://registry.npmjs.org/binary-extensions
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\package.json
[ERROR] npm info linkStuff ansi-styles@1.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\package.json
[ERROR] npm info preinstall debug@2.1.0
[ERROR] npm verb unbuild node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb unbuild node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb linkBins q@1.3.0
[ERROR] npm verb linkMans q@1.3.0
[ERROR] npm verb rebuildBundles q@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\package.json
[ERROR] npm info install q@1.3.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimist\0.0.10\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\wordwrap\0.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb linkBins ansi-styles@1.1.0
[ERROR] npm verb linkMans ansi-styles@1.1.0
[ERROR] npm verb rebuildBundles ansi-styles@1.1.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm info postinstall q@1.3.0
[ERROR] npm info install ansi-styles@1.1.0
[ERROR] npm info linkStuff escape-string-regexp@1.0.3
[ERROR] npm info linkStuff arrify@1.0.0
[ERROR] npm info linkStuff is-glob@1.1.3
[ERROR] npm verb cache add spec ansi-regex@^0.2.1
[ERROR] npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for ansi-regex
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex not in flight; fetching
[ERROR] npm info postinstall ansi-styles@1.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\q-47b034bca911f51f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\q
[ERROR] npm verb cache add spec ansi-regex@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for ansi-regex
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ansi-regex already in flight; waiting
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\package.json
[ERROR] npm info preinstall ua-parser-js@0.7.7
[ERROR] npm info preinstall glob-parent@1.2.0
[ERROR] npm verb cache add spec micromatch@^2.1.5
[ERROR] npm verb addNamed ">=2.1.5 <3.0.0" is a valid semver range for micromatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/micromatch not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-styles-fea56e1e842c7b9d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\ansi-styles
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent\package.json
[ERROR] npm info linkStuff supports-color@0.2.0
[ERROR] npm verb linkBins escape-string-regexp@1.0.3
[ERROR] npm verb linkMans escape-string-regexp@1.0.3
[ERROR] npm verb rebuildBundles escape-string-regexp@1.0.3
[ERROR] npm info preinstall async-each@0.1.6
[ERROR] npm verb linkBins is-glob@1.1.3
[ERROR] npm verb linkMans is-glob@1.1.3
[ERROR] npm verb rebuildBundles is-glob@1.1.3
[ERROR] npm verb linkBins arrify@1.0.0
[ERROR] npm verb linkMans arrify@1.0.0
[ERROR] npm verb rebuildBundles arrify@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\package.json
[ERROR] npm info install escape-string-regexp@1.0.3
[ERROR] npm verb request uri http://registry.npmjs.org/ansi-regex
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:28 PM
[ERROR] npm verb etag "BZIEBJBYINH110I31A3QEZ2SV"
[ERROR] npm http request GET http://registry.npmjs.org/ansi-regex
[ERROR] npm info install is-glob@1.1.3
[ERROR] npm info install arrify@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each\package.json
[ERROR] npm info postinstall escape-string-regexp@1.0.3
[ERROR] npm verb request uri http://registry.npmjs.org/micromatch
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:28 PM
[ERROR] npm verb etag "9O1LCWO87Z2C81XMNAGRJZAK7"
[ERROR] npm http request GET http://registry.npmjs.org/micromatch
[ERROR] npm info postinstall is-glob@1.1.3
[ERROR] npm info postinstall arrify@1.0.0
[ERROR] npm verb linkBins supports-color@0.2.0
[ERROR] npm verb link bins [ { 'supports-color': 'cli.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\browser-sync\\node_modules\\tfunk\\node_modules\\chalk\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans supports-color@0.2.0
[ERROR] npm verb rebuildBundles supports-color@0.2.0
[ERROR] npm verb cache add spec ms@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js\package.json
[ERROR] npm info preinstall has-binary-data@0.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-string-regexp-0b51d9d4600565f3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\escape-string-regexp
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-glob-8f22b5dc7d6c37c7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-glob
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arrify-291d5c0f504a6836.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\arrify
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each\package.json
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\package.json
[ERROR] npm info preinstall debug@2.1.3
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json not in flight; writing
[ERROR] npm info linkStuff ua-parser-js@0.7.7
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\package.json
[ERROR] npm info linkStuff glob-parent@1.2.0
[ERROR] npm info preinstall destroy@1.0.3
[ERROR] npm info preinstall sigmund@1.0.0
[ERROR] npm info linkStuff async-each@0.1.6
[ERROR] npm info install supports-color@0.2.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm verb linkBins ua-parser-js@0.7.7
[ERROR] npm verb linkMans ua-parser-js@0.7.7
[ERROR] npm verb rebuildBundles ua-parser-js@0.7.7
[ERROR] npm http 304 http://registry.npmjs.org/object-keys
[ERROR] npm verb etag http://registry.npmjs.org/object-keys from cache
[ERROR] npm verb get saving object-keys to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\object-keys\.cache.json
[ERROR] npm verb cache add spec isarray@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for isarray
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
[ERROR] npm verb linkBins glob-parent@1.2.0
[ERROR] npm verb linkMans glob-parent@1.2.0
[ERROR] npm verb rebuildBundles glob-parent@1.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json written
[ERROR] npm info install ms@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm info installOne ms@0.6.2
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\package.json
[ERROR] npm info install ua-parser-js@0.7.7
[ERROR] npm info postinstall supports-color@0.2.0
[ERROR] npm http 304 http://registry.npmjs.org/binary-extensions
[ERROR] npm verb etag http://registry.npmjs.org/binary-extensions from cache
[ERROR] npm verb get saving binary-extensions to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\binary-extensions\.cache.json
[ERROR] npm info install glob-parent@1.2.0
[ERROR] npm info postinstall ua-parser-js@0.7.7
[ERROR] npm info postinstall glob-parent@1.2.0
[ERROR] npm verb linkBins async-each@0.1.6
[ERROR] npm verb linkMans async-each@0.1.6
[ERROR] npm verb rebuildBundles async-each@0.1.6
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\supports-color-8d9a35ef14488cf9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\supports-color
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-f4b21ce081ac4efa.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm info install async-each@0.1.6
[ERROR] npm verb request uri http://registry.npmjs.org/isarray
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:28 PM
[ERROR] npm verb etag "79XQA3ZXVF5QN0X2VYCD81HMN"
[ERROR] npm http request GET http://registry.npmjs.org/isarray
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ua-parser-js-c3cb3233137ad578.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\ua-parser-js
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-parent-f8a08f2165822954.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\glob-parent
[ERROR] npm info postinstall async-each@0.1.6
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser\package.json
[ERROR] npm verb cache add spec ms@0.7.0
[ERROR] npm verb addNamed "0.7.0" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm info preinstall optimist@0.3.4
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-each-66c924f23059d45b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\async-each
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for binary-extensions
[ERROR] npm info preinstall ms@0.7.0
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm info preinstall fresh@0.2.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm info preinstall range-parser@1.0.2
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm http 304 http://registry.npmjs.org/inherits
[ERROR] npm verb etag http://registry.npmjs.org/inherits from cache
[ERROR] npm verb get saving inherits to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\inherits\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh\package.json
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-keys\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\binary-extensions\1.3.0\package\package.json not in flight; writing
[ERROR] npm info linkStuff destroy@1.0.3
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\package.json
[ERROR] npm info linkStuff sigmund@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser\package.json
[ERROR] npm info preinstall eventemitter3@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-keys\1.0.1\package\package.json written
[ERROR] npm info install socket.io-parser@2.2.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm info install debug@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm info install object-keys@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm info installOne socket.io-parser@2.2.2
[ERROR] npm verb installOne of socket.io-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter not in flight; installing
[ERROR] npm info installOne debug@1.0.2
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter not in flight; installing
[ERROR] npm info installOne object-keys@1.0.1
[ERROR] npm verb installOne of object-keys to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter not in flight; installing
[ERROR] npm info preinstall etag@1.5.1
[ERROR] npm verb linkBins destroy@1.0.3
[ERROR] npm verb linkMans destroy@1.0.3
[ERROR] npm verb rebuildBundles destroy@1.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\binary-extensions\1.3.0\package\package.json written
[ERROR] npm info install binary-extensions@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm info installOne binary-extensions@1.3.0
[ERROR] npm verb installOne of binary-extensions to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path not in flight; installing
[ERROR] npm verb addNamed "2.0.1" is a plain semver version for inherits
[ERROR] npm verb linkBins sigmund@1.0.0
[ERROR] npm verb linkMans sigmund@1.0.0
[ERROR] npm verb rebuildBundles sigmund@1.0.0
[ERROR] npm info preinstall requires-port@0.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3\package.json
[ERROR] npm info preinstall on-finished@2.2.1
[ERROR] npm info install destroy@1.0.3
[ERROR] npm info install sigmund@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\package.json
[ERROR] npm info postinstall destroy@1.0.3
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json written
[ERROR] npm info install ms@0.7.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm info installOne ms@0.7.0
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug not in flight; installing
[ERROR] npm info postinstall sigmund@1.0.0
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-parser-aa7adf5425c6022e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-de6facfb89d0266f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-keys-22aa31706e637893.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm verb cache add spec wordwrap@~0.0.2
[ERROR] npm verb addNamed ">=0.0.2 <0.1.0" is a valid semver range for wordwrap
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/wordwrap not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\binary-extensions-6e14e10fbb316aae.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\destroy-2c1043eb2d653273.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\destroy
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-d7d9c8d8aa6cf4ab.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-b66aa266d09d9bd0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\package.json
[ERROR] npm info linkStuff ms@0.7.0
[ERROR] npm verb get http://registry.npmjs.org/wordwrap not expired, no request
[ERROR] npm verb addNamed "0.0.2" is a plain semver version for wordwrap
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port\package.json
[ERROR] npm info linkStuff fresh@0.2.4
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\package.json
[ERROR] npm info linkStuff range-parser@1.0.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm http 304 http://registry.npmjs.org/ansi-regex
[ERROR] npm verb etag http://registry.npmjs.org/ansi-regex from cache
[ERROR] npm verb get saving ansi-regex to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ansi-regex\.cache.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
[ERROR] npm info install minimatch@0.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm info install inherits@2.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm info installOne minimatch@0.3.0
[ERROR] npm verb installOne of minimatch to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob not in flight; installing
[ERROR] npm info installOne inherits@2.0.1
[ERROR] npm verb installOne of inherits to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob not in flight; installing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-parser\2.2.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object-keys\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm verb linkBins ms@0.7.0
[ERROR] npm verb linkMans ms@0.7.0
[ERROR] npm verb rebuildBundles ms@0.7.0
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\binary-extensions\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb linkBins fresh@0.2.4
[ERROR] npm verb linkMans fresh@0.2.4
[ERROR] npm verb rebuildBundles fresh@0.2.4
[ERROR] npm info install ms@0.7.0
[ERROR] npm verb linkBins range-parser@1.0.2
[ERROR] npm verb linkMans range-parser@1.0.2
[ERROR] npm verb rebuildBundles range-parser@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\wordwrap\0.0.2\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm info install fresh@0.2.4
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\package.json
[ERROR] npm info install range-parser@1.0.2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm http 304 http://registry.npmjs.org/micromatch
[ERROR] npm verb etag http://registry.npmjs.org/micromatch from cache
[ERROR] npm verb get saving micromatch to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\micromatch\.cache.json
[ERROR] npm verb cache add spec crc@3.2.1
[ERROR] npm verb addNamed "3.2.1" is a plain semver version for crc
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/crc not in flight; fetching
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-7be5f23a257f85e7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-ea12cdff0c7a9bc2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm info postinstall ms@0.7.0
[ERROR] npm verb cache add spec ee-first@1.1.0
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for ee-first
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ee-first not in flight; fetching
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm info postinstall fresh@0.2.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html\package.json
[ERROR] npm info postinstall range-parser@1.0.2
[ERROR] npm info linkStuff eventemitter3@1.0.1
[ERROR] npm http 304 http://registry.npmjs.org/isarray
[ERROR] npm verb etag http://registry.npmjs.org/isarray from cache
[ERROR] npm verb get saving isarray to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\isarray\.cache.json
[ERROR] npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
[ERROR] npm verb addNamed "0.2.1" is a plain semver version for ansi-regex
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-978afc704939d863.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\ms
[ERROR] npm info preinstall on-finished@2.2.1
[ERROR] npm info linkStuff requires-port@0.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fresh-c8d5e169784cf07a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\fresh
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\range-parser-63ad8fd56bf89fed.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\range-parser
[ERROR] npm verb request uri http://registry.npmjs.org/crc
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:29 PM
[ERROR] npm verb etag "9KLHMWPTPD5YTV8S7DC5G1ODQ"
[ERROR] npm http request GET http://registry.npmjs.org/crc
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\wordwrap\0.0.2\package\package.json written
[ERROR] npm info install wordwrap@0.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm info installOne wordwrap@0.0.2
[ERROR] npm verb installOne of wordwrap to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/ee-first
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:29 PM
[ERROR] npm verb etag "BL7A7R8C92I3KEN65Q4PCXY8X"
[ERROR] npm http request GET http://registry.npmjs.org/ee-first
[ERROR] npm verb unbuild node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm verb unbuild node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm verb linkBins eventemitter3@1.0.1
[ERROR] npm verb linkMans eventemitter3@1.0.1
[ERROR] npm verb rebuildBundles eventemitter3@1.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm info install eventemitter3@1.0.1
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\wordwrap-200b341fced32487.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package\package.json not in flight; writing
[ERROR] npm verb linkBins requires-port@0.0.0
[ERROR] npm verb linkMans requires-port@0.0.0
[ERROR] npm verb rebuildBundles requires-port@0.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package\package.json already in flight; not writing
[ERROR] npm verb addNamed "2.1.6" is a plain semver version for micromatch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm info install requires-port@0.0.0
[ERROR] npm info postinstall eventemitter3@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\package.json
[ERROR] npm info postinstall requires-port@0.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\eventemitter3-ce283ff6afae04d3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\eventemitter3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package\package.json written
[ERROR] npm info install ansi-regex@0.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm info installOne ansi-regex@0.2.1
[ERROR] npm verb installOne of ansi-regex to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi not in flight; installing
[ERROR] npm info install ansi-regex@0.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm info installOne ansi-regex@0.2.1
[ERROR] npm verb installOne of ansi-regex to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\requires-port-38618ed47fdd2738.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy\node_modules\requires-port
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\micromatch\2.1.6\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm info preinstall lru-cache@2.6.2
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\wordwrap\0.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-regex-cdbe2b344cf45acf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-regex-e3ffc45065dacfcb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm verb cache add spec ee-first@1.1.0
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for ee-first
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ee-first already in flight; waiting
[ERROR] npm info linkStuff http-proxy@1.11.1
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm info preinstall globule@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\micromatch\2.1.6\package\package.json written
[ERROR] npm info install micromatch@2.1.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch
[ERROR] npm info installOne micromatch@2.1.6
[ERROR] npm verb installOne of micromatch to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-6e2e759b376f4a41.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
[ERROR] npm info install isarray@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm info installOne isarray@0.0.1
[ERROR] npm verb installOne of isarray to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data not in flight; installing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm verb linkBins http-proxy@1.11.1
[ERROR] npm verb linkMans http-proxy@1.11.1
[ERROR] npm verb rebuildBundles http-proxy@1.11.1
[ERROR] npm verb rebuildBundles [ 'eventemitter3', 'requires-port' ]
[ERROR] npm info install http-proxy@1.11.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\micromatch-a23d112e61386c34.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ansi-regex\0.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm info postinstall http-proxy@1.11.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-64567e26929555c2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms\package.json
[ERROR] npm http 304 http://registry.npmjs.org/crc
[ERROR] npm verb etag http://registry.npmjs.org/crc from cache
[ERROR] npm verb get saving crc to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\crc\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/ee-first
[ERROR] npm verb etag http://registry.npmjs.org/ee-first from cache
[ERROR] npm verb get saving ee-first to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ee-first\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-proxy-c8efea39c928fe1b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy\node_modules\http-proxy
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm info preinstall ms@0.6.2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\micromatch\2.1.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm verb cache add spec lodash@~1.0.1
[ERROR] npm verb cache add spec glob@~3.1.21
[ERROR] npm verb addNamed ">=1.0.1 <1.1.0" is a valid semver range for lodash
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lodash not in flight; fetching
[ERROR] npm verb addNamed ">=3.1.21 <3.2.0" is a valid semver range for glob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob not in flight; fetching
[ERROR] npm verb cache add spec minimatch@~0.2.11
[ERROR] npm verb addNamed ">=0.2.11 <0.3.0" is a valid semver range for minimatch
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/minimatch not in flight; fetching
[ERROR] npm info linkStuff foxy@6.1.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm info linkStuff lru-cache@2.6.2
[ERROR] npm verb get http://registry.npmjs.org/lodash not expired, no request
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for lodash
[ERROR] npm verb get http://registry.npmjs.org/glob not expired, no request
[ERROR] npm verb addNamed "3.1.21" is a plain semver version for glob
[ERROR] npm verb get http://registry.npmjs.org/minimatch not expired, no request
[ERROR] npm verb addNamed "0.2.14" is a plain semver version for minimatch
[ERROR] npm verb linkBins foxy@6.1.0
[ERROR] npm verb linkMans foxy@6.1.0
[ERROR] npm verb rebuildBundles foxy@6.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd\package.json
[ERROR] npm verb rebuildBundles [ 'http-proxy' ]
[ERROR] npm info install foxy@6.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb linkBins lru-cache@2.6.2
[ERROR] npm verb linkMans lru-cache@2.6.2
[ERROR] npm verb rebuildBundles lru-cache@2.6.2
[ERROR] npm info install lru-cache@2.6.2
[ERROR] npm info postinstall foxy@6.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ee-first\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ee-first\1.1.0\package\package.json already in flight; not writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.2.1\package\package.json not in flight; writing
[ERROR] npm info postinstall lru-cache@2.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\1.0.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.1.21\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package\package.json not in flight; writing
[ERROR] npm info preinstall depd@1.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\foxy-696bc7d47d022ada.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\foxy
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-546866be6a0eb227.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ee-first\1.1.0\package\package.json written
[ERROR] npm info install ee-first@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm info installOne ee-first@1.1.0
[ERROR] npm verb installOne of ee-first to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished not in flight; installing
[ERROR] npm info install ee-first@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm info installOne ee-first@1.1.0
[ERROR] npm verb installOne of ee-first to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.2.1\package\package.json written
[ERROR] npm info install crc@3.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm info installOne crc@3.2.1
[ERROR] npm verb installOne of crc to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\1.0.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.1.21\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package\package.json written
[ERROR] npm info install lodash@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm info install glob@3.1.21 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm info install minimatch@0.2.14 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm info installOne lodash@1.0.2
[ERROR] npm verb installOne of lodash to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule not in flight; installing
[ERROR] npm info installOne glob@3.1.21
[ERROR] npm verb installOne of glob to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule not in flight; installing
[ERROR] npm info installOne minimatch@0.2.14
[ERROR] npm verb installOne of minimatch to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule not in flight; installing
[ERROR] npm info preinstall engine.io@1.5.1
[ERROR] npm info linkStuff ms@0.6.2
[ERROR] npm info linkStuff minimatch@0.2.14
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ee-first-c6e5b79811a898bf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\crc-5eea06329240e827.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ee-first-e3ae19ae373ba221.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-f993d8a445c892c9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-763eab302c2009a0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-817973967b42b7a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm info preinstall binary-extensions@1.3.0
[ERROR] npm verb linkBins ms@0.6.2
[ERROR] npm verb linkMans ms@0.6.2
[ERROR] npm verb rebuildBundles ms@0.6.2
[ERROR] npm verb linkBins minimatch@0.2.14
[ERROR] npm verb linkMans minimatch@0.2.14
[ERROR] npm verb rebuildBundles minimatch@0.2.14
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions\package.json
[ERROR] npm info preinstall debug@2.1.3
[ERROR] npm info install ms@0.6.2
[ERROR] npm verb rebuildBundles [ 'lru-cache', 'sigmund' ]
[ERROR] npm info install minimatch@0.2.14
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug\package.json
[ERROR] npm info postinstall ms@0.6.2
[ERROR] npm info postinstall minimatch@0.2.14
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ee-first\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ee-first\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-f4b21ce081ac4efa.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-28c9acecf37cf420.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime\package.json
[ERROR] npm info linkStuff depd@1.0.1
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lodash\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\minimatch\0.2.14\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob\3.1.21\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm info preinstall ms@0.7.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug\package.json
[ERROR] npm verb cache add spec debug@1.0.3
[ERROR] npm verb addNamed "1.0.3" is a plain semver version for debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec ws@0.5.0
[ERROR] npm verb addNamed "0.5.0" is a plain semver version for ws
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ws not in flight; fetching
[ERROR] npm verb cache add spec engine.io-parser@1.2.1
[ERROR] npm verb addNamed "1.2.1" is a plain semver version for engine.io-parser
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-parser not in flight; fetching
[ERROR] npm verb cache add spec base64id@0.1.0
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for base64id
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/base64id not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json
[ERROR] npm info linkStuff debug@2.1.0
[ERROR] npm info preinstall mime@1.3.4
[ERROR] npm verb linkBins depd@1.0.1
[ERROR] npm verb linkMans depd@1.0.1
[ERROR] npm verb rebuildBundles depd@1.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm info install depd@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime\package.json
[ERROR] npm info postinstall depd@1.0.1
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm info preinstall ansi-regex@0.2.1
[ERROR] npm verb request uri http://registry.npmjs.org/engine.io-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "4EG77EL3YW4NTAW6OB2R3TFPH"
[ERROR] npm http request GET http://registry.npmjs.org/engine.io-parser
[ERROR] npm verb request uri http://registry.npmjs.org/base64id
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "5MZYWWC76R5KDCIXJ2DGHO9C"
[ERROR] npm http request GET http://registry.npmjs.org/base64id
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb request uri http://registry.npmjs.org/ws
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "2TM96WZY830QTBIN1912RCDU6"
[ERROR] npm http request GET http://registry.npmjs.org/ws
[ERROR] npm info preinstall ansi-regex@0.2.1
[ERROR] npm verb linkBins debug@2.1.0
[ERROR] npm verb linkMans debug@2.1.0
[ERROR] npm verb rebuildBundles debug@2.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install debug@2.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\package.json
[ERROR] npm info linkStuff binary-extensions@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\depd-b01ec1dec2c82eeb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\depd
[ERROR] npm info postinstall debug@2.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\package.json
[ERROR] npm info linkStuff debug@2.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\1.0.3\package\package.json not in flight; writing
[ERROR] npm info preinstall brace-expansion@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-d759fd5f6a742363.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\debug
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb linkBins binary-extensions@1.3.0
[ERROR] npm verb linkMans binary-extensions@1.3.0
[ERROR] npm verb rebuildBundles binary-extensions@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex\package.json
[ERROR] npm info preinstall inherits@2.0.1
[ERROR] npm info install binary-extensions@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\package.json
[ERROR] npm info preinstall socket.io@0.9.16
[ERROR] npm verb linkBins debug@2.1.3
[ERROR] npm verb linkMans debug@2.1.3
[ERROR] npm verb rebuildBundles debug@2.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits\package.json
[ERROR] npm info postinstall binary-extensions@1.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\1.0.3\package\package.json written
[ERROR] npm info install debug@2.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\package.json
[ERROR] npm info linkStuff ms@0.7.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm info postinstall debug@2.1.3
[ERROR] npm http 304 http://registry.npmjs.org/ws
[ERROR] npm verb etag http://registry.npmjs.org/ws from cache
[ERROR] npm verb get saving ws to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ws\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/engine.io-parser
[ERROR] npm verb etag http://registry.npmjs.org/engine.io-parser from cache
[ERROR] npm verb get saving engine.io-parser to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\engine.io-parser\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\binary-extensions-6e14e10fbb316aae.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path\node_modules\binary-extensions
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-03ea4de432f6be65.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\package.json
[ERROR] npm verb linkBins ms@0.7.0
[ERROR] npm verb linkMans ms@0.7.0
[ERROR] npm verb rebuildBundles ms@0.7.0
[ERROR] npm http 304 http://registry.npmjs.org/base64id
[ERROR] npm verb etag http://registry.npmjs.org/base64id from cache
[ERROR] npm verb get saving base64id to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\base64id\.cache.json
[ERROR] npm info install ms@0.7.0
[ERROR] npm info linkStuff mime@1.3.4
[ERROR] npm info linkStuff is-binary-path@1.0.0
[ERROR] npm info linkStuff ansi-regex@0.2.1
[ERROR] npm info preinstall wordwrap@0.0.2
[ERROR] npm info linkStuff ansi-regex@0.2.1
[ERROR] npm info postinstall ms@0.7.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm verb cache add spec balanced-match@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for balanced-match
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/balanced-match not in flight; fetching
[ERROR] npm verb cache add spec concat-map@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for concat-map
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/concat-map not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-b66aa266d09d9bd0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm verb linkBins mime@1.3.4
[ERROR] npm verb link bins [ { mime: 'cli.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\browser-sync\\node_modules\\serve-static\\node_modules\\send\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans mime@1.3.4
[ERROR] npm verb rebuildBundles mime@1.3.4
[ERROR] npm verb linkBins is-binary-path@1.0.0
[ERROR] npm verb linkMans is-binary-path@1.0.0
[ERROR] npm verb rebuildBundles is-binary-path@1.0.0
[ERROR] npm verb linkBins ansi-regex@0.2.1
[ERROR] npm verb linkMans ansi-regex@0.2.1
[ERROR] npm verb rebuildBundles ansi-regex@0.2.1
[ERROR] npm verb rebuildBundles [ 'binary-extensions' ]
[ERROR] npm info install is-binary-path@1.0.0
[ERROR] npm verb cache add spec socket.io-client@0.9.16
[ERROR] npm verb addNamed "0.9.16" is a plain semver version for socket.io-client
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/socket.io-client not in flight; fetching
[ERROR] npm verb cache add spec policyfile@0.0.4
[ERROR] npm verb addNamed "0.0.4" is a plain semver version for policyfile
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/policyfile not in flight; fetching
[ERROR] npm verb cache add spec base64id@0.1.0
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for base64id
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/base64id already in flight; waiting
[ERROR] npm verb cache add spec redis@0.7.3
[ERROR] npm verb addNamed "0.7.3" is a plain semver version for redis
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/redis not in flight; fetching
[ERROR] npm verb linkBins ansi-regex@0.2.1
[ERROR] npm verb linkMans ansi-regex@0.2.1
[ERROR] npm verb rebuildBundles ansi-regex@0.2.1
[ERROR] npm info install ansi-regex@0.2.1
[ERROR] npm info install ansi-regex@0.2.1
[ERROR] npm info postinstall is-binary-path@1.0.0
[ERROR] npm info postinstall ansi-regex@0.2.1
[ERROR] npm info linkStuff inherits@2.0.1
[ERROR] npm verb request uri http://registry.npmjs.org/balanced-match
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "2H6AO94YXV8VUX762CZ8KGSIJ"
[ERROR] npm http request GET http://registry.npmjs.org/balanced-match
[ERROR] npm verb request uri http://registry.npmjs.org/concat-map
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "2U454Y0TO6HIGLHDYCQETYTN8"
[ERROR] npm http request GET http://registry.npmjs.org/concat-map
[ERROR] npm info postinstall ansi-regex@0.2.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap\package.json
[ERROR] npm info linkStuff debug@2.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ws\0.5.0\package\package.json not in flight; writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io-parser\1.2.1\package\package.json not in flight; writing
[ERROR] npm verb get http://registry.npmjs.org/socket.io-client not expired, no request
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-binary-path-b8f906fcf2b42ceb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\is-binary-path
[ERROR] npm verb request uri http://registry.npmjs.org/policyfile
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "71BD6ETSJBIN563OWQFIAGMZJ"
[ERROR] npm http request GET http://registry.npmjs.org/policyfile
[ERROR] npm verb request uri http://registry.npmjs.org/redis
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:30 PM
[ERROR] npm verb etag "2TG9OG10BG4CLTYPJ2F5UR440"
[ERROR] npm http request GET http://registry.npmjs.org/redis
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-regex-e3ffc45065dacfcb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi\node_modules\ansi-regex
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ansi-regex-cdbe2b344cf45acf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi\node_modules\ansi-regex
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist\package.json
[ERROR] npm verb linkBins inherits@2.0.1
[ERROR] npm verb linkMans inherits@2.0.1
[ERROR] npm verb rebuildBundles inherits@2.0.1
[ERROR] npm verb linkBins debug@2.1.3
[ERROR] npm verb linkMans debug@2.1.3
[ERROR] npm verb rebuildBundles debug@2.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\base64id\0.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\base64id\0.1.0\package\package.json already in flight; not writing
[ERROR] npm info install inherits@2.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm info preinstall object-keys@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ws\0.5.0\package\package.json written
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install debug@2.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io-parser\1.2.1\package\package.json written
[ERROR] npm info preinstall isarray@0.0.1
[ERROR] npm info postinstall inherits@2.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\0.9.16\package\package.json not in flight; writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys\package.json
[ERROR] npm info preinstall minimist@0.0.10
[ERROR] npm info linkStuff has-ansi@0.1.0
[ERROR] npm info postinstall debug@2.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray\package.json
[ERROR] npm info install mime@1.3.4
[ERROR] npm info linkStuff strip-ansi@0.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-7be5f23a257f85e7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\inherits
[ERROR] npm info postinstall mime@1.3.4
[ERROR] npm info linkStuff wordwrap@0.0.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-1c734dc3c85f149a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\debug
[ERROR] npm info preinstall browser-sync-client@0.5.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\base64id\0.1.0\package\package.json written
[ERROR] npm info install debug@1.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm info install ws@0.5.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm info install engine.io-parser@1.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm info install base64id@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io
[ERROR] npm info installOne debug@1.0.3
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io not in flight; installing
[ERROR] npm info installOne ws@0.5.0
[ERROR] npm verb installOne of ws to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io not in flight; installing
[ERROR] npm info installOne engine.io-parser@1.2.1
[ERROR] npm verb installOne of engine.io-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io not in flight; installing
[ERROR] npm info installOne base64id@0.1.0
[ERROR] npm verb installOne of base64id to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\0.9.16\package\package.json written
[ERROR] npm verb linkBins strip-ansi@0.3.0
[ERROR] npm verb link bins [ { 'strip-ansi': 'cli.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\browser-sync\\node_modules\\tfunk\\node_modules\\chalk\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans strip-ansi@0.3.0
[ERROR] npm verb rebuildBundles strip-ansi@0.3.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-0ee83c29d5e089f0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\mime
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys\package.json
[ERROR] npm verb linkBins has-ansi@0.1.0
[ERROR] npm verb link bins [ { 'has-ansi': 'cli.js' },
[ERROR] npm verb link bins 'C:\\Users\\buschs1\\Desktop\\npmBug\\node_modules\\browser-sync\\node_modules\\tfunk\\node_modules\\chalk\\node_modules\\.bin',
[ERROR] npm verb link bins false ]
[ERROR] npm verb linkMans has-ansi@0.1.0
[ERROR] npm verb rebuildBundles has-ansi@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray\package.json
[ERROR] npm verb rebuildBundles [ 'ansi-regex' ]
[ERROR] npm verb rebuildBundles [ 'ansi-regex' ]
[ERROR] npm verb linkBins wordwrap@0.0.2
[ERROR] npm verb linkMans wordwrap@0.0.2
[ERROR] npm verb rebuildBundles wordwrap@0.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-8ea200e28f3278af.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ws-2666e8abdce66c0f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\engine-io-parser-4e9fb0ccc6a0ae72.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\base64id-c6231ee1f9673590.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm info install wordwrap@0.0.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\package.json
[ERROR] npm info postinstall wordwrap@0.0.2
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\wordwrap-aefd95b938ee45bc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm info preinstall debug@1.0.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ws\0.5.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm info linkStuff object-keys@1.0.1
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\base64id\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\1.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm info linkStuff isarray@0.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io-parser\1.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info preinstall ee-first@1.1.0
[ERROR] npm info linkStuff minimist@0.0.10
[ERROR] npm info install has-ansi@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first\package.json
[ERROR] npm info install strip-ansi@0.3.0
[ERROR] npm info preinstall ee-first@1.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\package.json
[ERROR] npm http 304 http://registry.npmjs.org/balanced-match
[ERROR] npm verb etag http://registry.npmjs.org/balanced-match from cache
[ERROR] npm verb get saving balanced-match to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\balanced-match\.cache.json
[ERROR] npm verb linkBins object-keys@1.0.1
[ERROR] npm verb linkMans object-keys@1.0.1
[ERROR] npm verb rebuildBundles object-keys@1.0.1
[ERROR] npm info postinstall has-ansi@0.1.0
[ERROR] npm info postinstall strip-ansi@0.3.0
[ERROR] npm verb linkBins isarray@0.0.1
[ERROR] npm verb linkMans isarray@0.0.1
[ERROR] npm verb rebuildBundles isarray@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\package.json
[ERROR] npm info install object-keys@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first\package.json
[ERROR] npm info linkStuff browser-sync-client@0.5.2
[ERROR] npm info install isarray@0.0.1
[ERROR] npm verb linkBins minimist@0.0.10
[ERROR] npm verb linkMans minimist@0.0.10
[ERROR] npm verb rebuildBundles minimist@0.0.10
[ERROR] npm info postinstall object-keys@1.0.1
[ERROR] npm info install minimist@0.0.10
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-ansi-e2fdb70abc4db1fd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\has-ansi
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\strip-ansi-2c77ae474fa94322.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk\node_modules\strip-ansi
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm info postinstall isarray@0.0.1
[ERROR] npm info preinstall readdirp@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first\package.json
[ERROR] npm info postinstall minimist@0.0.10
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-keys-22aa31706e637893.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\object-keys
[ERROR] npm verb linkBins browser-sync-client@0.5.2
[ERROR] npm verb linkMans browser-sync-client@0.5.2
[ERROR] npm verb rebuildBundles browser-sync-client@0.5.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-64567e26929555c2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data\node_modules\isarray
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first\package.json
[ERROR] npm info install browser-sync-client@0.5.2
[ERROR] npm verb cache add spec ms@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm http 304 http://registry.npmjs.org/concat-map
[ERROR] npm verb etag http://registry.npmjs.org/concat-map from cache
[ERROR] npm verb get saving concat-map to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\concat-map\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimist-f4884db67b77f3ed.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist\node_modules\minimist
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm info linkStuff chalk@0.5.1
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for balanced-match
[ERROR] npm info postinstall browser-sync-client@0.5.2
[ERROR] npm info preinstall socket.io-parser@2.2.2
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\package.json
[ERROR] npm info linkStuff has-binary-data@0.1.3
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\browser-sync-client-83ba752b5d017e37.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\browser-sync-client
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\package.json
[ERROR] npm http 304 http://registry.npmjs.org/policyfile
[ERROR] npm verb etag http://registry.npmjs.org/policyfile from cache
[ERROR] npm verb get saving policyfile to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\policyfile\.cache.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm info linkStuff optimist@0.6.1
[ERROR] npm http 304 http://registry.npmjs.org/redis
[ERROR] npm verb etag http://registry.npmjs.org/redis from cache
[ERROR] npm verb get saving redis to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\redis\.cache.json
[ERROR] npm verb linkBins chalk@0.5.1
[ERROR] npm verb linkMans chalk@0.5.1
[ERROR] npm verb rebuildBundles chalk@0.5.1
[ERROR] npm verb rebuildBundles [ '.bin',
[ERROR] npm verb rebuildBundles 'ansi-styles',
[ERROR] npm verb rebuildBundles 'escape-string-regexp',
[ERROR] npm verb rebuildBundles 'has-ansi',
[ERROR] npm verb rebuildBundles 'strip-ansi',
[ERROR] npm verb rebuildBundles 'supports-color' ]
[ERROR] npm info install chalk@0.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\balanced-match\0.2.0\package\package.json not in flight; writing
[ERROR] npm info linkStuff ee-first@1.1.0
[ERROR] npm info postinstall chalk@0.5.1
[ERROR] npm verb linkBins has-binary-data@0.1.3
[ERROR] npm verb linkMans has-binary-data@0.1.3
[ERROR] npm verb rebuildBundles has-binary-data@0.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\package.json
[ERROR] npm verb rebuildBundles [ 'isarray' ]
[ERROR] npm info install has-binary-data@0.1.3
[ERROR] npm info linkStuff ee-first@1.1.0
[ERROR] npm verb linkBins optimist@0.6.1
[ERROR] npm verb linkMans optimist@0.6.1
[ERROR] npm verb rebuildBundles optimist@0.6.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json not in flight; writing
[ERROR] npm verb rebuildBundles [ 'minimist', 'wordwrap' ]
[ERROR] npm info install optimist@0.6.1
[ERROR] npm verb cache add spec readable-stream@~1.0.26-2
[ERROR] npm verb addNamed ">=1.0.26-2 <1.1.0" is a valid semver range for readable-stream
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\chalk-78c9b0581709bce9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk\node_modules\chalk
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm info postinstall has-binary-data@0.1.3
[ERROR] npm verb linkBins ee-first@1.1.0
[ERROR] npm verb linkMans ee-first@1.1.0
[ERROR] npm verb rebuildBundles ee-first@1.1.0
[ERROR] npm info postinstall optimist@0.6.1
[ERROR] npm info install ee-first@1.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\balanced-match\0.2.0\package\package.json written
[ERROR] npm verb linkBins ee-first@1.1.0
[ERROR] npm verb linkMans ee-first@1.1.0
[ERROR] npm verb rebuildBundles ee-first@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-data-6abf69efc5a7438a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\has-binary-data
[ERROR] npm info postinstall ee-first@1.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\concat-map\0.0.1\package\package.json not in flight; writing
[ERROR] npm info install ee-first@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\optimist-eabe940dd8e1aeea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\optimist
[ERROR] npm verb cache add spec debug@0.7.4
[ERROR] npm verb addNamed "0.7.4" is a plain semver version for debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec json3@3.2.6
[ERROR] npm verb addNamed "3.2.6" is a plain semver version for json3
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/json3 not in flight; fetching
[ERROR] npm verb cache add spec component-emitter@1.1.2
[ERROR] npm verb addNamed "1.1.2" is a plain semver version for component-emitter
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/component-emitter not in flight; fetching
[ERROR] npm verb cache add spec isarray@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for isarray
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
[ERROR] npm verb cache add spec benchmark@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for benchmark
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/benchmark not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/readable-stream
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "32FILY7NIYUJ856MT6RLM79TM"
[ERROR] npm http request GET http://registry.npmjs.org/readable-stream
[ERROR] npm info linkStuff tfunk@3.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json written
[ERROR] npm info install ms@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm info installOne ms@0.6.2
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug not in flight; installing
[ERROR] npm info postinstall ee-first@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ee-first-e3ae19ae373ba221.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\policyfile\0.0.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\redis\0.7.3\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ee-first-c6e5b79811a898bf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished\node_modules\ee-first
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\concat-map\0.0.1\package\package.json written
[ERROR] npm info install balanced-match@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm info install concat-map@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm info installOne balanced-match@0.2.0
[ERROR] npm verb installOne of balanced-match to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion not in flight; installing
[ERROR] npm info installOne concat-map@0.0.1
[ERROR] npm verb installOne of concat-map to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion not in flight; installing
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/component-emitter
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "4X96DM5VPR2RGE815AK049J3S"
[ERROR] npm http request GET http://registry.npmjs.org/component-emitter
[ERROR] npm verb request uri http://registry.npmjs.org/json3
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "8RW74WT07XAX5LEF4SC40V3O8"
[ERROR] npm http request GET http://registry.npmjs.org/json3
[ERROR] npm verb get http://registry.npmjs.org/isarray not expired, no request
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-21b02ceb35ec8cbe.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb request uri http://registry.npmjs.org/benchmark
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "39OL3RB8TA6BD3Y92QYNXKRCS"
[ERROR] npm http request GET http://registry.npmjs.org/benchmark
[ERROR] npm verb linkBins tfunk@3.0.1
[ERROR] npm verb linkMans tfunk@3.0.1
[ERROR] npm verb rebuildBundles tfunk@3.0.1
[ERROR] npm info linkStuff on-finished@2.2.1
[ERROR] npm verb rebuildBundles [ 'chalk', 'object-path' ]
[ERROR] npm info install tfunk@3.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\policyfile\0.0.4\package\package.json written
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\balanced-match-9de704b4aa31cd9d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\concat-map-069f93f3f3a19a1a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm info postinstall tfunk@3.0.1
[ERROR] npm info linkStuff on-finished@2.2.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\redis\0.7.3\package\package.json written
[ERROR] npm info install base64id@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm info install socket.io-client@0.9.16 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm info install policyfile@0.0.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm info install redis@0.7.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io
[ERROR] npm info installOne base64id@0.1.0
[ERROR] npm verb installOne of base64id to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne socket.io-client@0.9.16
[ERROR] npm verb installOne of socket.io-client to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne policyfile@0.0.4
[ERROR] npm verb installOne of policyfile to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io not in flight; installing
[ERROR] npm info installOne redis@0.7.3
[ERROR] npm verb installOne of redis to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/readable-stream
[ERROR] npm verb etag http://registry.npmjs.org/readable-stream from cache
[ERROR] npm verb get saving readable-stream to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\readable-stream\.cache.json
[ERROR] npm verb linkBins on-finished@2.2.1
[ERROR] npm verb linkMans on-finished@2.2.1
[ERROR] npm verb rebuildBundles on-finished@2.2.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\tfunk-768979d21a0aff71.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\tfunk
[ERROR] npm verb rebuildBundles [ 'ee-first' ]
[ERROR] npm info install on-finished@2.2.1
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\base64id-ed0ab5c17f2b10fd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\policyfile-c8b9ff9ec7b669ec.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\redis-1e384976763e6f0d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-client-e35d149a275402c2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm verb linkBins on-finished@2.2.1
[ERROR] npm verb linkMans on-finished@2.2.1
[ERROR] npm verb rebuildBundles on-finished@2.2.1
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm info postinstall on-finished@2.2.1
[ERROR] npm verb rebuildBundles [ 'ee-first' ]
[ERROR] npm info install on-finished@2.2.1
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\balanced-match\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm info postinstall on-finished@2.2.1
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\concat-map\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-finished-b2be95b15b149f84.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler\node_modules\on-finished
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb unbuild node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm verb unbuild node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb unbuild node_modules\karma\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info preinstall wordwrap@0.0.2
[ERROR] npm verb addNamed "1.0.33" is a plain semver version for readable-stream
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-finished-28c435e63fcc3c2d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\on-finished
[ERROR] npm http 304 http://registry.npmjs.org/component-emitter
[ERROR] npm verb etag http://registry.npmjs.org/component-emitter from cache
[ERROR] npm verb get saving component-emitter to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\component-emitter\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/benchmark
[ERROR] npm verb etag http://registry.npmjs.org/benchmark from cache
[ERROR] npm verb get saving benchmark to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\benchmark\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/json3
[ERROR] npm verb etag http://registry.npmjs.org/json3 from cache
[ERROR] npm verb get saving json3 to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\json3\.cache.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\policyfile\0.0.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\base64id\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\socket.io-client\0.9.16\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info linkStuff finalhandler@0.3.4
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\redis\0.7.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json not in flight; writing
[ERROR] npm verb linkBins finalhandler@0.3.4
[ERROR] npm verb linkMans finalhandler@0.3.4
[ERROR] npm verb rebuildBundles finalhandler@0.3.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap\package.json
[ERROR] npm info preinstall base64id@0.1.0
[ERROR] npm verb rebuildBundles [ 'escape-html', 'on-finished' ]
[ERROR] npm info install finalhandler@0.3.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id\package.json
[ERROR] npm info postinstall finalhandler@0.3.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json written
[ERROR] npm info install readable-stream@1.0.33 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm info installOne readable-stream@1.0.33
[ERROR] npm verb installOne of readable-stream to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp not in flight; installing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\finalhandler-aff877473023a70f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\component-emitter\1.1.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\json3\3.2.6\package\package.json not in flight; writing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readable-stream-96aff0e39c4b62a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\benchmark\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id\package.json
[ERROR] npm info linkStuff connect@3.3.5
[ERROR] npm info linkStuff wordwrap@0.0.2
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\component-emitter\1.1.2\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\json3\3.2.6\package\package.json written
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\benchmark\1.0.0\package\package.json written
[ERROR] npm info install debug@0.7.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm info install isarray@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm info install component-emitter@1.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm info install json3@3.2.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm info install benchmark@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm info installOne debug@0.7.4
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser not in flight; installing
[ERROR] npm info installOne isarray@0.0.1
[ERROR] npm verb installOne of isarray to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser not in flight; installing
[ERROR] npm info installOne component-emitter@1.1.2
[ERROR] npm verb installOne of component-emitter to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser not in flight; installing
[ERROR] npm info installOne json3@3.2.6
[ERROR] npm verb installOne of json3 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser not in flight; installing
[ERROR] npm info installOne benchmark@1.0.0
[ERROR] npm verb installOne of benchmark to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\package.json
[ERROR] npm verb linkBins connect@3.3.5
[ERROR] npm verb linkMans connect@3.3.5
[ERROR] npm verb rebuildBundles connect@3.3.5
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm verb linkBins wordwrap@0.0.2
[ERROR] npm verb linkMans wordwrap@0.0.2
[ERROR] npm verb rebuildBundles wordwrap@0.0.2
[ERROR] npm verb rebuildBundles [ 'debug', 'finalhandler', 'parseurl', 'utils-merge' ]
[ERROR] npm info install connect@3.3.5
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.0.33\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm info install wordwrap@0.0.2
[ERROR] npm info preinstall micromatch@2.1.6
[ERROR] npm info postinstall connect@3.3.5
[ERROR] npm info preinstall async@0.1.15
[ERROR] npm info postinstall wordwrap@0.0.2
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-19f13f9778346374.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\json3-33d380ad39236b72.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\component-emitter-957d383f870a92d2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\benchmark-8cf5d83505f1906c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm info linkStuff base64id@0.1.0
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-7d8bedf6717772c0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm info preinstall source-map@0.1.43
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-3831e6e347242534.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\connect
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\wordwrap-200b341fced32487.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist\node_modules\wordwrap
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\package.json
[ERROR] npm verb linkBins base64id@0.1.0
[ERROR] npm verb linkMans base64id@0.1.0
[ERROR] npm verb rebuildBundles base64id@0.1.0
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm info install base64id@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async\package.json
[ERROR] npm info linkStuff optimist@0.3.4
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm info postinstall base64id@0.1.0
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\json3\3.2.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\component-emitter\1.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\benchmark\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\base64id-c6231ee1f9673590.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\base64id
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb linkBins optimist@0.3.4
[ERROR] npm verb linkMans optimist@0.3.4
[ERROR] npm verb rebuildBundles optimist@0.3.4
[ERROR] npm verb cache add spec object.omit@^0.2.1
[ERROR] npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for object.omit
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/object.omit not in flight; fetching
[ERROR] npm verb cache add spec parse-glob@^3.0.0
[ERROR] npm verb addNamed ">=3.0.0 <4.0.0" is a valid semver range for parse-glob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parse-glob not in flight; fetching
[ERROR] npm verb cache add spec regex-cache@^0.4.0
[ERROR] npm verb addNamed ">=0.4.0 <0.5.0" is a valid semver range for regex-cache
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/regex-cache not in flight; fetching
[ERROR] npm verb cache add spec arr-diff@^1.0.1
[ERROR] npm verb addNamed ">=1.0.1 <2.0.0" is a valid semver range for arr-diff
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/arr-diff not in flight; fetching
[ERROR] npm verb cache add spec braces@^1.8.0
[ERROR] npm verb addNamed ">=1.8.0 <2.0.0" is a valid semver range for braces
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/braces not in flight; fetching
[ERROR] npm verb cache add spec debug@^2.1.3
[ERROR] npm verb addNamed ">=2.1.3 <3.0.0" is a valid semver range for debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec expand-brackets@^0.1.1
[ERROR] npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for expand-brackets
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/expand-brackets not in flight; fetching
[ERROR] npm verb cache add spec filename-regex@^2.0.0
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for filename-regex
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/filename-regex not in flight; fetching
[ERROR] npm verb cache add spec kind-of@^1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for kind-of
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/kind-of not in flight; fetching
[ERROR] npm verb rebuildBundles [ 'wordwrap' ]
[ERROR] npm info install optimist@0.3.4
[ERROR] npm verb cache add spec amdefine@>=0.0.4
[ERROR] npm verb addNamed ">=0.0.4" is a valid semver range for amdefine
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/amdefine not in flight; fetching
[ERROR] npm info postinstall optimist@0.3.4
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\package.json
[ERROR] npm info linkStuff async@0.1.15
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/arr-diff
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "ARBFEXP0K32RCUW2PTYXZVXK6"
[ERROR] npm http request GET http://registry.npmjs.org/arr-diff
[ERROR] npm verb request uri http://registry.npmjs.org/regex-cache
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "4X4MORT4LDROX9U0AP2SQN3FY"
[ERROR] npm http request GET http://registry.npmjs.org/regex-cache
[ERROR] npm verb request uri http://registry.npmjs.org/parse-glob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "6N4WMNL9JFZ4L8QLIULN2394B"
[ERROR] npm http request GET http://registry.npmjs.org/parse-glob
[ERROR] npm verb request uri http://registry.npmjs.org/expand-brackets
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "6WMXC0JK4T4E6MSVEF1YMIDE"
[ERROR] npm http request GET http://registry.npmjs.org/expand-brackets
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb addNamed "2.1.3" is a plain semver version for debug
[ERROR] npm verb request uri http://registry.npmjs.org/braces
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "8MMNB5NRLZXOTNJCER2KHUPEP"
[ERROR] npm http request GET http://registry.npmjs.org/braces
[ERROR] npm verb request uri http://registry.npmjs.org/filename-regex
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "5PH21TCNM4ND4HL0Z4IO5T2D5"
[ERROR] npm http request GET http://registry.npmjs.org/filename-regex
[ERROR] npm verb request uri http://registry.npmjs.org/kind-of
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "3FWFGCKHU8MIYN2KYIBIZ9DSJ"
[ERROR] npm http request GET http://registry.npmjs.org/kind-of
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\optimist-a5f344081dc3f4a2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\localtunnel\node_modules\optimist
[ERROR] npm verb request uri http://registry.npmjs.org/object.omit
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "3ML6YSBALH9Z44QEAE2V28SCT"
[ERROR] npm http request GET http://registry.npmjs.org/object.omit
[ERROR] npm verb request uri http://registry.npmjs.org/amdefine
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:32 PM
[ERROR] npm verb etag "23CBB69B6OBA72S8904QGMY0B"
[ERROR] npm http request GET http://registry.npmjs.org/amdefine
[ERROR] npm info preinstall minimatch@0.3.0
[ERROR] npm verb linkBins async@0.1.15
[ERROR] npm verb linkMans async@0.1.15
[ERROR] npm verb rebuildBundles async@0.1.15
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\package.json
[ERROR] npm info preinstall ms@0.6.2
[ERROR] npm info install async@0.1.15
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms\package.json
[ERROR] npm info postinstall async@0.1.15
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-889ce5282f11b290.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner\node_modules\async
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms\package.json
[ERROR] npm info preinstall base64id@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id\package.json
[ERROR] npm info linkStuff portscanner@1.0.0
[ERROR] npm verb cache add spec lru-cache@2
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
[ERROR] npm verb cache add spec sigmund@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb linkBins portscanner@1.0.0
[ERROR] npm verb linkMans portscanner@1.0.0
[ERROR] npm verb rebuildBundles portscanner@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id\package.json
[ERROR] npm verb rebuildBundles [ 'async' ]
[ERROR] npm info install portscanner@1.0.0
[ERROR] npm verb get http://registry.npmjs.org/lru-cache not expired, no request
[ERROR] npm verb addNamed "2.6.2" is a plain semver version for lru-cache
[ERROR] npm verb get http://registry.npmjs.org/sigmund not expired, no request
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for sigmund
[ERROR] npm info postinstall portscanner@1.0.0
[ERROR] npm info linkStuff ms@0.6.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\portscanner-446383a268368d55.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus\node_modules\portscanner
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map\package.json
[ERROR] npm verb linkBins ms@0.6.2
[ERROR] npm verb linkMans ms@0.6.2
[ERROR] npm verb rebuildBundles ms@0.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json not in flight; writing
[ERROR] npm info install ms@0.6.2
[ERROR] npm info preinstall crc@3.2.1
[ERROR] npm info linkStuff portscanner-plus@0.2.1
[ERROR] npm info postinstall ms@0.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc\package.json
[ERROR] npm info linkStuff base64id@0.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\package.json
[ERROR] npm info preinstall concat-map@0.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json written
[ERROR] npm info install lru-cache@2.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm info install sigmund@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm info installOne lru-cache@2.6.2
[ERROR] npm verb installOne of lru-cache to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch not in flight; installing
[ERROR] npm info installOne sigmund@1.0.0
[ERROR] npm verb installOne of sigmund to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch not in flight; installing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-21b02ceb35ec8cbe.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map\package.json
[ERROR] npm verb linkBins portscanner-plus@0.2.1
[ERROR] npm verb linkMans portscanner-plus@0.2.1
[ERROR] npm verb rebuildBundles portscanner-plus@0.2.1
[ERROR] npm verb linkBins base64id@0.1.0
[ERROR] npm verb linkMans base64id@0.1.0
[ERROR] npm verb rebuildBundles base64id@0.1.0
[ERROR] npm verb rebuildBundles [ 'portscanner', 'q' ]
[ERROR] npm info install portscanner-plus@0.2.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc\package.json
[ERROR] npm info preinstall debug@1.0.3
[ERROR] npm info install base64id@0.1.0
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-346c1146b9ae7fa0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-d2b7358df88fbdff.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info postinstall portscanner-plus@0.2.1
[ERROR] npm info linkStuff debug@1.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\package.json
[ERROR] npm info postinstall base64id@0.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\portscanner-plus-73e2d38e0420b5a3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\portscanner-plus
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\base64id-ed0ab5c17f2b10fd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\base64id
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb unbuild node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb unbuild node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb linkBins debug@1.0.2
[ERROR] npm verb linkMans debug@1.0.2
[ERROR] npm verb rebuildBundles debug@1.0.2
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install debug@1.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info preinstall balanced-match@0.2.0
[ERROR] npm info postinstall debug@1.0.2
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm info linkStuff crc@3.2.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match\package.json
[ERROR] npm http 304 http://registry.npmjs.org/arr-diff
[ERROR] npm verb etag http://registry.npmjs.org/arr-diff from cache
[ERROR] npm verb get saving arr-diff to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\arr-diff\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/regex-cache
[ERROR] npm verb etag http://registry.npmjs.org/regex-cache from cache
[ERROR] npm verb get saving regex-cache to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\regex-cache\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/expand-brackets
[ERROR] npm verb etag http://registry.npmjs.org/expand-brackets from cache
[ERROR] npm verb get saving expand-brackets to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\expand-brackets\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/parse-glob
[ERROR] npm verb etag http://registry.npmjs.org/parse-glob from cache
[ERROR] npm verb get saving parse-glob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\parse-glob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/braces
[ERROR] npm verb etag http://registry.npmjs.org/braces from cache
[ERROR] npm verb get saving braces to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\braces\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/filename-regex
[ERROR] npm verb etag http://registry.npmjs.org/filename-regex from cache
[ERROR] npm verb get saving filename-regex to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\filename-regex\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/kind-of
[ERROR] npm verb etag http://registry.npmjs.org/kind-of from cache
[ERROR] npm verb get saving kind-of to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\kind-of\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/object.omit
[ERROR] npm verb etag http://registry.npmjs.org/object.omit from cache
[ERROR] npm verb get saving object.omit to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\object.omit\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/amdefine
[ERROR] npm verb etag http://registry.npmjs.org/amdefine from cache
[ERROR] npm verb get saving amdefine to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\amdefine\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-de6facfb89d0266f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\debug
[ERROR] npm info linkStuff concat-map@0.0.1
[ERROR] npm verb cache add spec ms@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\package.json
[ERROR] npm verb linkBins crc@3.2.1
[ERROR] npm verb linkMans crc@3.2.1
[ERROR] npm verb rebuildBundles crc@3.2.1
[ERROR] npm info install crc@3.2.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match\package.json
[ERROR] npm info postinstall crc@3.2.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray\package.json
[ERROR] npm verb linkBins concat-map@0.0.1
[ERROR] npm verb linkMans concat-map@0.0.1
[ERROR] npm verb rebuildBundles concat-map@0.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\package.json
[ERROR] npm verb addNamed "0.4.2" is a plain semver version for regex-cache
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for arr-diff
[ERROR] npm verb addNamed "0.1.1" is a plain semver version for expand-brackets
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for kind-of
[ERROR] npm verb addNamed "1.8.0" is a plain semver version for braces
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm verb addNamed "3.0.2" is a plain semver version for parse-glob
[ERROR] npm info install concat-map@0.0.1
[ERROR] npm info preinstall minimatch@0.2.14
[ERROR] npm verb addNamed "2.0.0" is a plain semver version for filename-regex
[ERROR] npm verb addNamed "0.1.0" is a plain semver version for amdefine
[ERROR] npm verb addNamed "0.2.1" is a plain semver version for object.omit
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\crc-5eea06329240e827.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag\node_modules\crc
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm info postinstall concat-map@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm info preinstall isarray@0.0.1
[ERROR] npm info preinstall connect@2.26.6
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\concat-map-069f93f3f3a19a1a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\concat-map
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arr-diff\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\expand-brackets\0.1.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\kind-of\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parse-glob\3.0.2\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\regex-cache\0.4.2\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\braces\1.8.0\package\package.json not in flight; writing
[ERROR] npm info linkStuff etag@1.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\filename-regex\2.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\amdefine\0.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object.omit\0.2.1\package\package.json not in flight; writing
[ERROR] npm info linkStuff balanced-match@0.2.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\package.json
[ERROR] npm info preinstall debug@0.7.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json written
[ERROR] npm info install ms@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm info installOne ms@0.6.2
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\expand-brackets\0.1.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arr-diff\1.0.1\package\package.json written
[ERROR] npm verb linkBins etag@1.5.1
[ERROR] npm verb linkMans etag@1.5.1
[ERROR] npm verb rebuildBundles etag@1.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parse-glob\3.0.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\regex-cache\0.4.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\kind-of\1.1.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\braces\1.8.0\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\package.json
[ERROR] npm verb rebuildBundles [ 'crc' ]
[ERROR] npm info install etag@1.5.1
[ERROR] npm verb linkBins balanced-match@0.2.0
[ERROR] npm verb linkMans balanced-match@0.2.0
[ERROR] npm verb rebuildBundles balanced-match@0.2.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\filename-regex\2.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object.omit\0.2.1\package\package.json written
[ERROR] npm info install debug@2.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install expand-brackets@0.1.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install arr-diff@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install parse-glob@3.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install regex-cache@0.4.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install kind-of@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install braces@1.8.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install filename-regex@2.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info install object.omit@0.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch
[ERROR] npm info installOne debug@2.1.3
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne expand-brackets@0.1.1
[ERROR] npm verb installOne of expand-brackets to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne arr-diff@1.0.1
[ERROR] npm verb installOne of arr-diff to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne parse-glob@3.0.2
[ERROR] npm verb installOne of parse-glob to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne regex-cache@0.4.2
[ERROR] npm verb installOne of regex-cache to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne kind-of@1.1.0
[ERROR] npm verb installOne of kind-of to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne braces@1.8.0
[ERROR] npm verb installOne of braces to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne filename-regex@2.0.0
[ERROR] npm verb installOne of filename-regex to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info installOne object.omit@0.2.1
[ERROR] npm verb installOne of object.omit to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch not in flight; installing
[ERROR] npm info install balanced-match@0.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\amdefine\0.1.0\package\package.json written
[ERROR] npm info install amdefine@0.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm info installOne amdefine@0.1.0
[ERROR] npm verb installOne of amdefine to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map not in flight; installing
[ERROR] npm info postinstall etag@1.5.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-6e774d09efd12db5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm info postinstall balanced-match@0.2.0
[ERROR] npm verb cache add spec lru-cache@2
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for lru-cache
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/lru-cache not in flight; fetching
[ERROR] npm verb cache add spec sigmund@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for sigmund
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/sigmund not in flight; fetching
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arr-diff-a52627d153cc823d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parse-glob-4b11f6965d91f925.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\kind-of-1750a9d455e5d460.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\braces-17e0d2a7e5eaec6d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\regex-cache-2552793c09ce7854.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\expand-brackets-ce0882e4e48f38fe.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\filename-regex-6d784199e01561d5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-306a896319ff8078.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-omit-3866727a4d18bedc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\etag-ecf81b777de88424.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send\node_modules\etag
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\amdefine-97e409d29126b996.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\balanced-match-9de704b4aa31cd9d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion\node_modules\balanced-match
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug\package.json
[ERROR] npm verb cache add spec compression@~1.1.2
[ERROR] npm verb addNamed ">=1.1.2 <1.2.0" is a valid semver range for compression
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/compression not in flight; fetching
[ERROR] npm verb cache add spec connect-timeout@~1.3.0
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for connect-timeout
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/connect-timeout not in flight; fetching
[ERROR] npm verb cache add spec csurf@~1.6.2
[ERROR] npm verb addNamed ">=1.6.2 <1.7.0" is a valid semver range for csurf
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/csurf not in flight; fetching
[ERROR] npm verb cache add spec debug@~2.0.0
[ERROR] npm verb addNamed ">=2.0.0 <2.1.0" is a valid semver range for debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec depd@0.4.5
[ERROR] npm verb addNamed "0.4.5" is a plain semver version for depd
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/depd not in flight; fetching
[ERROR] npm verb cache add spec errorhandler@~1.2.2
[ERROR] npm verb addNamed ">=1.2.2 <1.3.0" is a valid semver range for errorhandler
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/errorhandler not in flight; fetching
[ERROR] npm verb cache add spec express-session@~1.8.2
[ERROR] npm verb addNamed ">=1.8.2 <1.9.0" is a valid semver range for express-session
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/express-session not in flight; fetching
[ERROR] npm verb cache add spec finalhandler@0.2.0
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for finalhandler
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/finalhandler not in flight; fetching
[ERROR] npm verb cache add spec fresh@0.2.4
[ERROR] npm verb addNamed "0.2.4" is a plain semver version for fresh
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/fresh not in flight; fetching
[ERROR] npm verb cache add spec media-typer@0.3.0
[ERROR] npm verb addNamed "0.3.0" is a plain semver version for media-typer
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/media-typer not in flight; fetching
[ERROR] npm verb cache add spec method-override@~2.2.0
[ERROR] npm verb addNamed ">=2.2.0 <2.3.0" is a valid semver range for method-override
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/method-override not in flight; fetching
[ERROR] npm verb cache add spec morgan@~1.3.2
[ERROR] npm verb addNamed ">=1.3.2 <1.4.0" is a valid semver range for morgan
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/morgan not in flight; fetching
[ERROR] npm verb cache add spec multiparty@3.3.2
[ERROR] npm verb addNamed "3.3.2" is a plain semver version for multiparty
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/multiparty not in flight; fetching
[ERROR] npm verb cache add spec on-headers@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for on-headers
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/on-headers not in flight; fetching
[ERROR] npm verb cache add spec parseurl@~1.3.0
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
[ERROR] npm verb cache add spec qs@2.2.4
[ERROR] npm verb addNamed "2.2.4" is a plain semver version for qs
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/qs not in flight; fetching
[ERROR] npm verb cache add spec response-time@~2.0.1
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for response-time
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/response-time not in flight; fetching
[ERROR] npm verb cache add spec serve-favicon@~2.1.5
[ERROR] npm verb addNamed ">=2.1.5 <2.2.0" is a valid semver range for serve-favicon
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-favicon not in flight; fetching
[ERROR] npm verb cache add spec serve-index@~1.2.1
[ERROR] npm verb addNamed ">=1.2.1 <1.3.0" is a valid semver range for serve-index
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-index not in flight; fetching
[ERROR] npm verb cache add spec serve-static@~1.6.4
[ERROR] npm verb addNamed ">=1.6.4 <1.7.0" is a valid semver range for serve-static
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/serve-static not in flight; fetching
[ERROR] npm verb cache add spec type-is@~1.5.2
[ERROR] npm verb addNamed ">=1.5.2 <1.6.0" is a valid semver range for type-is
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/type-is not in flight; fetching
[ERROR] npm verb cache add spec vhost@~3.0.0
[ERROR] npm verb addNamed ">=3.0.0 <3.1.0" is a valid semver range for vhost
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/vhost not in flight; fetching
[ERROR] npm verb cache add spec pause@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for pause
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/pause not in flight; fetching
[ERROR] npm verb cache add spec basic-auth-connect@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for basic-auth-connect
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/basic-auth-connect not in flight; fetching
[ERROR] npm verb cache add spec body-parser@~1.8.4
[ERROR] npm verb addNamed ">=1.8.4 <1.9.0" is a valid semver range for body-parser
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/body-parser not in flight; fetching
[ERROR] npm verb cache add spec bytes@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for bytes
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/bytes not in flight; fetching
[ERROR] npm verb cache add spec cookie@0.1.2
[ERROR] npm verb addNamed "0.1.2" is a plain semver version for cookie
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/cookie not in flight; fetching
[ERROR] npm verb cache add spec cookie-parser@~1.3.3
[ERROR] npm verb addNamed ">=1.3.3 <1.4.0" is a valid semver range for cookie-parser
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/cookie-parser not in flight; fetching
[ERROR] npm verb cache add spec cookie-signature@1.0.5
[ERROR] npm verb addNamed "1.0.5" is a plain semver version for cookie-signature
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
[ERROR] npm verb get http://registry.npmjs.org/lru-cache not expired, no request
[ERROR] npm verb addNamed "2.6.2" is a plain semver version for lru-cache
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm verb get http://registry.npmjs.org/sigmund not expired, no request
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for sigmund
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter\package.json
[ERROR] npm info linkStuff send@0.12.2
[ERROR] npm info linkStuff isarray@0.0.1
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\package.json
[ERROR] npm info linkStuff brace-expansion@1.1.0
[ERROR] npm verb unbuild node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm verb request uri http://registry.npmjs.org/connect-timeout
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "21GMF4K7LBCF8K3R63YG9KQ76"
[ERROR] npm http request GET http://registry.npmjs.org/connect-timeout
[ERROR] npm verb request uri http://registry.npmjs.org/csurf
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "B79277ACQ455TFT6OFR4TTCC0"
[ERROR] npm http request GET http://registry.npmjs.org/csurf
[ERROR] npm verb get http://registry.npmjs.org/depd not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/compression
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "74F9YH39TZLEKX7DLHCTEQIQF"
[ERROR] npm http request GET http://registry.npmjs.org/compression
[ERROR] npm verb get http://registry.npmjs.org/finalhandler not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/errorhandler
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "1NGRUZ3P565933S3YIY92048R"
[ERROR] npm http request GET http://registry.npmjs.org/errorhandler
[ERROR] npm verb get http://registry.npmjs.org/fresh not expired, no request
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb addNamed "2.0.0" is a plain semver version for debug
[ERROR] npm verb request uri http://registry.npmjs.org/media-typer
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "EBBA17SMBE80K6FCTCN6G8KK3"
[ERROR] npm http request GET http://registry.npmjs.org/media-typer
[ERROR] npm verb request uri http://registry.npmjs.org/express-session
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "NXLMM9NT5YMOJM4G16NT6C06"
[ERROR] npm http request GET http://registry.npmjs.org/express-session
[ERROR] npm verb request uri http://registry.npmjs.org/morgan
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "22X7BUF3VUM4BO0LLSUEW99HS"
[ERROR] npm http request GET http://registry.npmjs.org/morgan
[ERROR] npm verb request uri http://registry.npmjs.org/multiparty
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "DRDTXDRFTT3M3VTQ3OIX58XZ1"
[ERROR] npm http request GET http://registry.npmjs.org/multiparty
[ERROR] npm verb request uri http://registry.npmjs.org/on-headers
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "A6ZSZABIK2GFUJNFK4C8MZXZ2"
[ERROR] npm http request GET http://registry.npmjs.org/on-headers
[ERROR] npm verb get http://registry.npmjs.org/parseurl not expired, no request
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for parseurl
[ERROR] npm verb request uri http://registry.npmjs.org/serve-index
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "AY371JLH3TPUAM614SF5WLKF6"
[ERROR] npm http request GET http://registry.npmjs.org/serve-index
[ERROR] npm verb request uri http://registry.npmjs.org/response-time
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "29M3EV1OQ8Z85PTGO0TZJ1DV9"
[ERROR] npm http request GET http://registry.npmjs.org/response-time
[ERROR] npm verb request uri http://registry.npmjs.org/serve-static
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "EHTYOFCSHJK9563YZETBUZENU"
[ERROR] npm http request GET http://registry.npmjs.org/serve-static
[ERROR] npm verb request uri http://registry.npmjs.org/pause
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "1TP4074G82SP943NTFYV7C8V0"
[ERROR] npm http request GET http://registry.npmjs.org/pause
[ERROR] npm verb request uri http://registry.npmjs.org/qs
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "2QBZS07NL35YFWRQA4OMHFA3M"
[ERROR] npm http request GET http://registry.npmjs.org/qs
[ERROR] npm verb request uri http://registry.npmjs.org/basic-auth-connect
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "6XU6CH0SLH477FK03VQ5RSS9V"
[ERROR] npm http request GET http://registry.npmjs.org/basic-auth-connect
[ERROR] npm verb request uri http://registry.npmjs.org/bytes
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "4D134PHIHPOGS7JHOLXQJLP2X"
[ERROR] npm http request GET http://registry.npmjs.org/bytes
[ERROR] npm verb request uri http://registry.npmjs.org/vhost
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "75NTBJ9C04G0JPKXZI3SR0UA4"
[ERROR] npm http request GET http://registry.npmjs.org/vhost
[ERROR] npm verb request uri http://registry.npmjs.org/cookie
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "8QHBYY1ES4BVBYRIT44S8IGR4"
[ERROR] npm http request GET http://registry.npmjs.org/cookie
[ERROR] npm verb request uri http://registry.npmjs.org/cookie-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "8A1YHEHALF2XQE67J11GJQGAT"
[ERROR] npm http request GET http://registry.npmjs.org/cookie-parser
[ERROR] npm verb request uri http://registry.npmjs.org/serve-favicon
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "E5BSLOF3LLVN5Z1U3UXYTQLI9"
[ERROR] npm http request GET http://registry.npmjs.org/serve-favicon
[ERROR] npm verb request uri http://registry.npmjs.org/type-is
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "B4UY94Q4YGC64MKVWRSOPEHS5"
[ERROR] npm http request GET http://registry.npmjs.org/type-is
[ERROR] npm verb request uri http://registry.npmjs.org/body-parser
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "B7E8XGHXGHIJT3Q75QCN8YEC2"
[ERROR] npm http request GET http://registry.npmjs.org/body-parser
[ERROR] npm verb request uri http://registry.npmjs.org/cookie-signature
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "AXTBZBIAYRF0XFMXASPPE8PG"
[ERROR] npm http request GET http://registry.npmjs.org/cookie-signature
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm verb request uri http://registry.npmjs.org/method-override
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:33 PM
[ERROR] npm verb etag "1BYGLI2NW47HNM5ZF2BLNW2I3"
[ERROR] npm http request GET http://registry.npmjs.org/method-override
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parse-glob\3.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\arr-diff\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\braces\1.8.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\kind-of\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\regex-cache\0.4.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\expand-brackets\0.1.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object.omit\0.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\filename-regex\2.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm info preinstall component-emitter@1.1.2
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\amdefine\0.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb linkBins send@0.12.2
[ERROR] npm verb linkMans send@0.12.2
[ERROR] npm verb rebuildBundles send@0.12.2
[ERROR] npm verb linkBins isarray@0.0.1
[ERROR] npm verb linkMans isarray@0.0.1
[ERROR] npm verb rebuildBundles isarray@0.0.1
[ERROR] npm info preinstall engine.io-parser@1.2.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter\package.json
[ERROR] npm verb linkBins brace-expansion@1.1.0
[ERROR] npm verb linkMans brace-expansion@1.1.0
[ERROR] npm verb rebuildBundles brace-expansion@1.1.0
[ERROR] npm verb rebuildBundles [ '.bin',
[ERROR] npm verb rebuildBundles 'debug',
[ERROR] npm verb rebuildBundles 'depd',
[ERROR] npm verb rebuildBundles 'destroy',
[ERROR] npm verb rebuildBundles 'etag',
[ERROR] npm verb rebuildBundles 'fresh',
[ERROR] npm verb rebuildBundles 'mime',
[ERROR] npm verb rebuildBundles 'ms',
[ERROR] npm verb rebuildBundles 'on-finished',
[ERROR] npm verb rebuildBundles 'range-parser' ]
[ERROR] npm info install send@0.12.2
[ERROR] npm info install isarray@0.0.1
[ERROR] npm verb rebuildBundles [ 'balanced-match', 'concat-map' ]
[ERROR] npm info install brace-expansion@1.1.0
[ERROR] npm info linkStuff debug@0.7.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\depd\0.4.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.2.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fresh\0.2.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json not in flight; writing
[ERROR] npm info postinstall send@0.12.2
[ERROR] npm info postinstall isarray@0.0.1
[ERROR] npm http 304 http://registry.npmjs.org/connect-timeout
[ERROR] npm verb etag http://registry.npmjs.org/connect-timeout from cache
[ERROR] npm verb get saving connect-timeout to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\connect-timeout\.cache.json
[ERROR] npm info postinstall brace-expansion@1.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package\package.json written
[ERROR] npm info install lru-cache@2.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm info install sigmund@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm info installOne lru-cache@2.6.2
[ERROR] npm verb installOne of lru-cache to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch not in flight; installing
[ERROR] npm info installOne sigmund@1.0.0
[ERROR] npm verb installOne of sigmund to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\send-176834e204f207cc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static\node_modules\send
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-19f13f9778346374.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\isarray
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\brace-expansion-2934d11f2aa78535.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch\node_modules\brace-expansion
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb linkBins debug@0.7.4
[ERROR] npm verb linkMans debug@0.7.4
[ERROR] npm verb rebuildBundles debug@0.7.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.2.0\package\package.json written
[ERROR] npm info install debug@0.7.4
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\depd\0.4.5\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fresh\0.2.4\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-acf281fcb978b7c4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-8374a198ef5d2c55.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json written
[ERROR] npm info postinstall debug@0.7.4
[ERROR] npm info preinstall socket.io-client@1.3.5
[ERROR] npm info linkStuff serve-static@1.9.2
[ERROR] npm info linkStuff minimatch@2.0.7
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for connect-timeout
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-7d8bedf6717772c0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb cache add spec arraybuffer.slice@0.0.6
[ERROR] npm verb addNamed "0.0.6" is a plain semver version for arraybuffer.slice
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/arraybuffer.slice not in flight; fetching
[ERROR] npm verb linkBins serve-static@1.9.2
[ERROR] npm verb linkMans serve-static@1.9.2
[ERROR] npm verb rebuildBundles serve-static@1.9.2
[ERROR] npm verb linkBins minimatch@2.0.7
[ERROR] npm verb linkMans minimatch@2.0.7
[ERROR] npm verb rebuildBundles minimatch@2.0.7
[ERROR] npm verb cache add spec base64-arraybuffer@0.1.2
[ERROR] npm verb addNamed "0.1.2" is a plain semver version for base64-arraybuffer
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/base64-arraybuffer not in flight; fetching
[ERROR] npm verb cache add spec blob@0.0.2
[ERROR] npm verb addNamed "0.0.2" is a plain semver version for blob
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/blob not in flight; fetching
[ERROR] npm verb cache add spec has-binary@0.1.5
[ERROR] npm verb addNamed "0.1.5" is a plain semver version for has-binary
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/has-binary not in flight; fetching
[ERROR] npm verb cache add spec utf8@2.0.0
[ERROR] npm verb addNamed "2.0.0" is a plain semver version for utf8
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utf8 not in flight; fetching
[ERROR] npm verb cache add spec after@0.8.1
[ERROR] npm verb addNamed "0.8.1" is a plain semver version for after
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/after not in flight; fetching
[ERROR] npm verb rebuildBundles [ 'escape-html', 'parseurl', 'send', 'utils-merge' ]
[ERROR] npm info install serve-static@1.9.2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info linkStuff component-emitter@1.1.2
[ERROR] npm info preinstall serve-index@1.6.3
[ERROR] npm verb rebuildBundles [ 'brace-expansion' ]
[ERROR] npm info install minimatch@2.0.7
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\lru-cache\2.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\sigmund\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect-timeout\1.3.0\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\package.json
[ERROR] npm info postinstall serve-static@1.9.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\package.json
[ERROR] npm info postinstall minimatch@2.0.7
[ERROR] npm verb request uri http://registry.npmjs.org/arraybuffer.slice
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "8M14TBEVFIZTS324W732DTSK9"
[ERROR] npm http request GET http://registry.npmjs.org/arraybuffer.slice
[ERROR] npm verb request uri http://registry.npmjs.org/blob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "12UEL1ZGWYGH3PGFQOKTIHUMJ"
[ERROR] npm http request GET http://registry.npmjs.org/blob
[ERROR] npm verb request uri http://registry.npmjs.org/after
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "67WACQCY3OQ7Y4TARRUW17JB0"
[ERROR] npm http request GET http://registry.npmjs.org/after
[ERROR] npm verb request uri http://registry.npmjs.org/utf8
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "527G96EWV6V04MVH3Q9TBVQQA"
[ERROR] npm http request GET http://registry.npmjs.org/utf8
[ERROR] npm verb request uri http://registry.npmjs.org/has-binary
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "6NWOBFV8OPZLR5ODDTWKRE6UU"
[ERROR] npm http request GET http://registry.npmjs.org/has-binary
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-static-0cfd0e68b5490fe2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-static
[ERROR] npm verb request uri http://registry.npmjs.org/base64-arraybuffer
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "3S7BR2O7P1KA892TSSAOXH4MB"
[ERROR] npm http request GET http://registry.npmjs.org/base64-arraybuffer
[ERROR] npm verb linkBins component-emitter@1.1.2
[ERROR] npm verb linkMans component-emitter@1.1.2
[ERROR] npm verb rebuildBundles component-emitter@1.1.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-213fa7b2a1845a79.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier\node_modules\minimatch
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm info install component-emitter@1.1.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\connect-timeout\1.3.0\package\package.json written
[ERROR] npm info postinstall component-emitter@1.1.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\package.json
[ERROR] npm verb cache add spec object-component@0.0.3
[ERROR] npm verb addNamed "0.0.3" is a plain semver version for object-component
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/object-component not in flight; fetching
[ERROR] npm verb cache add spec has-binary@0.1.6
[ERROR] npm verb addNamed "0.1.6" is a plain semver version for has-binary
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/has-binary already in flight; waiting
[ERROR] npm verb cache add spec indexof@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for indexof
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/indexof not in flight; fetching
[ERROR] npm verb cache add spec parseuri@0.0.2
[ERROR] npm verb addNamed "0.0.2" is a plain semver version for parseuri
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/parseuri not in flight; fetching
[ERROR] npm verb cache add spec to-array@0.1.3
[ERROR] npm verb addNamed "0.1.3" is a plain semver version for to-array
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/to-array not in flight; fetching
[ERROR] npm verb cache add spec backo2@1.0.2
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for backo2
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/backo2 not in flight; fetching
[ERROR] npm verb cache add spec debug@0.7.4
[ERROR] npm verb addNamed "0.7.4" is a plain semver version for debug
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec engine.io-client@1.5.1
[ERROR] npm verb addNamed "1.5.1" is a plain semver version for engine.io-client
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/engine.io-client not in flight; fetching
[ERROR] npm verb cache add spec component-bind@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for component-bind
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/component-bind not in flight; fetching
[ERROR] npm verb cache add spec component-emitter@1.1.2
[ERROR] npm verb addNamed "1.1.2" is a plain semver version for component-emitter
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/component-emitter not in flight; fetching
[ERROR] npm info linkStuff resp-modifier@1.0.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\component-emitter-957d383f870a92d2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\component-emitter
[ERROR] npm verb request uri http://registry.npmjs.org/parseuri
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "5706K797GRKZN22PW92FLL2DK"
[ERROR] npm http request GET http://registry.npmjs.org/parseuri
[ERROR] npm verb request uri http://registry.npmjs.org/indexof
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "32OBH9XPR8SP8X2OF29HMHN0Y"
[ERROR] npm http request GET http://registry.npmjs.org/indexof
[ERROR] npm verb request uri http://registry.npmjs.org/to-array
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "7W2SB8XU19O6MR1O5N1YA0R8Q"
[ERROR] npm http request GET http://registry.npmjs.org/to-array
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/component-bind
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "A5XBHWW0GOIH8X1WW4ZG4J907"
[ERROR] npm http request GET http://registry.npmjs.org/component-bind
[ERROR] npm verb get http://registry.npmjs.org/component-emitter not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/engine.io-client
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "6WOYNRDY7FT6Y76OXEEP5336F"
[ERROR] npm http request GET http://registry.npmjs.org/engine.io-client
[ERROR] npm verb request uri http://registry.npmjs.org/object-component
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "1HIQ5BU4412VCC2W67CB13EFB"
[ERROR] npm http request GET http://registry.npmjs.org/object-component
[ERROR] npm verb request uri http://registry.npmjs.org/backo2
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "B16YQ5OPQ3E499Z15YCERDY6W"
[ERROR] npm http request GET http://registry.npmjs.org/backo2
[ERROR] npm verb linkBins resp-modifier@1.0.2
[ERROR] npm verb linkMans resp-modifier@1.0.2
[ERROR] npm verb rebuildBundles resp-modifier@1.0.2
[ERROR] npm verb cache add spec accepts@~1.2.5
[ERROR] npm verb addNamed ">=1.2.5 <1.3.0" is a valid semver range for accepts
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
[ERROR] npm verb cache add spec batch@0.5.2
[ERROR] npm verb addNamed "0.5.2" is a plain semver version for batch
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/batch not in flight; fetching
[ERROR] npm verb cache add spec debug@~2.1.3
[ERROR] npm verb addNamed ">=2.1.3 <2.2.0" is a valid semver range for debug
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/debug not in flight; fetching
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
[ERROR] npm verb cache add spec http-errors@~1.3.1
[ERROR] npm verb addNamed ">=1.3.1 <1.4.0" is a valid semver range for http-errors
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/http-errors not in flight; fetching
[ERROR] npm verb cache add spec mime-types@~2.0.10
[ERROR] npm verb addNamed ">=2.0.10 <2.1.0" is a valid semver range for mime-types
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
[ERROR] npm verb cache add spec parseurl@~1.3.0
[ERROR] npm verb addNamed ">=1.3.0 <1.4.0" is a valid semver range for parseurl
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/parseurl not in flight; fetching
[ERROR] npm verb rebuildBundles [ 'minimatch' ]
[ERROR] npm info install resp-modifier@1.0.2
[ERROR] npm http 304 http://registry.npmjs.org/compression
[ERROR] npm verb etag http://registry.npmjs.org/compression from cache
[ERROR] npm verb get saving compression to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\compression\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/csurf
[ERROR] npm verb etag http://registry.npmjs.org/csurf from cache
[ERROR] npm verb get saving csurf to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\csurf\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/errorhandler
[ERROR] npm verb etag http://registry.npmjs.org/errorhandler from cache
[ERROR] npm verb get saving errorhandler to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\errorhandler\.cache.json
[ERROR] npm info postinstall resp-modifier@1.0.2
[ERROR] npm http 304 http://registry.npmjs.org/media-typer
[ERROR] npm verb etag http://registry.npmjs.org/media-typer from cache
[ERROR] npm verb get saving media-typer to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\media-typer\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/serve-index
[ERROR] npm verb etag http://registry.npmjs.org/serve-index from cache
[ERROR] npm verb get saving serve-index to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-index\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/express-session
[ERROR] npm verb etag http://registry.npmjs.org/express-session from cache
[ERROR] npm verb get saving express-session to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\express-session\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/cookie-signature
[ERROR] npm verb etag http://registry.npmjs.org/cookie-signature from cache
[ERROR] npm verb get saving cookie-signature to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\cookie-signature\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\component-emitter\1.1.2\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/serve-static
[ERROR] npm verb etag http://registry.npmjs.org/serve-static from cache
[ERROR] npm verb get saving serve-static to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-static\.cache.json
[ERROR] npm verb get http://registry.npmjs.org/debug not expired, no request
[ERROR] npm verb addNamed "2.1.3" is a plain semver version for debug
[ERROR] npm verb get http://registry.npmjs.org/escape-html not expired, no request
[ERROR] npm verb request uri http://registry.npmjs.org/mime-types
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "D48KYGEH6ANBWYSE5K1OA6B86"
[ERROR] npm http request GET http://registry.npmjs.org/mime-types
[ERROR] npm verb request uri http://registry.npmjs.org/accepts
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "3J75IPV0CMVOWZSRO191B3DFW"
[ERROR] npm http request GET http://registry.npmjs.org/accepts
[ERROR] npm verb get http://registry.npmjs.org/parseurl not expired, no request
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for parseurl
[ERROR] npm verb request uri http://registry.npmjs.org/http-errors
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "BGFIVK5IUMYN70WP0TWROX72V"
[ERROR] npm http request GET http://registry.npmjs.org/http-errors
[ERROR] npm verb request uri http://registry.npmjs.org/batch
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "149ZDKCMHGNRW20C4ALPCC8IB"
[ERROR] npm http request GET http://registry.npmjs.org/batch
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\resp-modifier-85e6e4f49654f4a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\resp-modifier
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\component-emitter\1.1.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package\package.json written
[ERROR] npm verb addNamed "1.1.2" is a plain semver version for compression
[ERROR] npm verb addNamed "1.6.6" is a plain semver version for csurf
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json not in flight; writing
[ERROR] npm verb addNamed "1.2.4" is a plain semver version for errorhandler
[ERROR] npm verb addNamed "1.2.1" is a plain semver version for serve-index
[ERROR] npm verb addNamed "1.8.2" is a plain semver version for express-session
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm info preinstall filename-regex@2.0.0
[ERROR] npm verb addNamed "1.6.5" is a plain semver version for serve-static
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\compression\1.1.2\package\package.json not in flight; writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json written
[ERROR] npm info preinstall glob@3.1.21
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\csurf\1.6.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\errorhandler\1.2.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.2.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\media-typer\0.3.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\express-session\1.8.2\package\package.json not in flight; writing
[ERROR] npm info preinstall sigmund@1.0.0
[ERROR] npm info preinstall kind-of@1.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm info preinstall ms@0.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.6.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-signature\1.0.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\compression\1.1.2\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex\package.json
[ERROR] npm info preinstall expand-brackets@0.1.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\csurf\1.6.6\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.2.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\errorhandler\1.2.4\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\media-typer\0.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\express-session\1.8.2\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.6.5\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-signature\1.0.5\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info linkStuff filename-regex@2.0.0
[ERROR] npm verb cache add spec graceful-fs@~1.2.0
[ERROR] npm verb addNamed ">=1.2.0 <1.3.0" is a valid semver range for graceful-fs
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/graceful-fs not in flight; fetching
[ERROR] npm verb cache add spec inherits@1
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for inherits
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm info preinstall regex-cache@0.4.2
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\package.json
[ERROR] npm info preinstall parse-glob@3.0.2
[ERROR] npm verb linkBins filename-regex@2.0.0
[ERROR] npm verb linkMans filename-regex@2.0.0
[ERROR] npm verb rebuildBundles filename-regex@2.0.0
[ERROR] npm verb request uri http://registry.npmjs.org/graceful-fs
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "ASUQXR8VIAJ72TTU8SR5Q4DOJ"
[ERROR] npm http request GET http://registry.npmjs.org/graceful-fs
[ERROR] npm info linkStuff sigmund@1.0.0
[ERROR] npm verb get http://registry.npmjs.org/inherits not expired, no request
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for inherits
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\package.json
[ERROR] npm info linkStuff kind-of@1.1.0
[ERROR] npm info install filename-regex@2.0.0
[ERROR] npm info linkStuff ms@0.6.2
[ERROR] npm info postinstall filename-regex@2.0.0
[ERROR] npm info linkStuff expand-brackets@0.1.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\package.json
[ERROR] npm verb linkBins sigmund@1.0.0
[ERROR] npm verb linkMans sigmund@1.0.0
[ERROR] npm verb rebuildBundles sigmund@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile\package.json
[ERROR] npm verb linkBins kind-of@1.1.0
[ERROR] npm verb linkMans kind-of@1.1.0
[ERROR] npm verb rebuildBundles kind-of@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\filename-regex-6d784199e01561d5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\filename-regex
[ERROR] npm info install sigmund@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb linkBins ms@0.6.2
[ERROR] npm verb linkMans ms@0.6.2
[ERROR] npm verb rebuildBundles ms@0.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\package.json
[ERROR] npm info install kind-of@1.1.0
[ERROR] npm info install ms@0.6.2
[ERROR] npm info postinstall sigmund@1.0.0
[ERROR] npm verb linkBins expand-brackets@0.1.1
[ERROR] npm verb linkMans expand-brackets@0.1.1
[ERROR] npm verb rebuildBundles expand-brackets@0.1.1
[ERROR] npm info postinstall kind-of@1.1.0
[ERROR] npm info install expand-brackets@0.1.1
[ERROR] npm info postinstall ms@0.6.2
[ERROR] npm info preinstall policyfile@0.0.4
[ERROR] npm info preinstall braces@1.8.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-d2b7358df88fbdff.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info postinstall expand-brackets@0.1.1
[ERROR] npm verb cache add spec is-equal-shallow@^0.1.1
[ERROR] npm verb cache add spec is-primitive@^2.0.0
[ERROR] npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for is-equal-shallow
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-equal-shallow not in flight; fetching
[ERROR] npm verb addNamed ">=2.0.0 <3.0.0" is a valid semver range for is-primitive
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-primitive not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\kind-of-1750a9d455e5d460.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\kind-of
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\1.0.0\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-6e774d09efd12db5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\expand-brackets-ce0882e4e48f38fe.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\expand-brackets
[ERROR] npm verb cache add spec glob-base@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for glob-base
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/glob-base not in flight; fetching
[ERROR] npm verb cache add spec is-dotfile@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-dotfile
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-dotfile not in flight; fetching
[ERROR] npm verb cache add spec is-extglob@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-extglob
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-extglob not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/is-primitive
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "BMCLMM5XU20SOB9UA33WF626X"
[ERROR] npm http request GET http://registry.npmjs.org/is-primitive
[ERROR] npm verb request uri http://registry.npmjs.org/is-equal-shallow
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "65BD6R60Z45AYD3MSG18KRX29"
[ERROR] npm http request GET http://registry.npmjs.org/is-equal-shallow
[ERROR] npm info linkStuff debug@1.0.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/glob-base
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "9P5DNFTNZTZIXHR19BSRIEN2G"
[ERROR] npm http request GET http://registry.npmjs.org/glob-base
[ERROR] npm verb request uri http://registry.npmjs.org/is-extglob
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:34 PM
[ERROR] npm verb etag "70SKWRI3IKCN2XADQND9A131E"
[ERROR] npm http request GET http://registry.npmjs.org/is-extglob
[ERROR] npm verb request uri http://registry.npmjs.org/is-dotfile
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "8FXE94UOWWMTGQBNG62K62Y1X"
[ERROR] npm http request GET http://registry.npmjs.org/is-dotfile
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine\package.json
[ERROR] npm verb linkBins debug@1.0.3
[ERROR] npm verb linkMans debug@1.0.3
[ERROR] npm verb rebuildBundles debug@1.0.3
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install debug@1.0.3
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm info postinstall debug@1.0.3
[ERROR] npm verb cache add spec repeat-element@^1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <2.0.0" is a valid semver range for repeat-element
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/repeat-element not in flight; fetching
[ERROR] npm verb cache add spec expand-range@^1.8.1
[ERROR] npm verb addNamed ">=1.8.1 <2.0.0" is a valid semver range for expand-range
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/expand-range not in flight; fetching
[ERROR] npm verb cache add spec preserve@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for preserve
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/preserve not in flight; fetching
[ERROR] npm info preinstall amdefine@0.1.0
[ERROR] npm info linkStuff policyfile@0.0.4
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-8ea200e28f3278af.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\debug
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/repeat-element
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "EEUY5M89EDV3LE2VNDB9IUG40"
[ERROR] npm http request GET http://registry.npmjs.org/repeat-element
[ERROR] npm verb request uri http://registry.npmjs.org/expand-range
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "E2CFMPO7NR40FHXDEU5TLXSWC"
[ERROR] npm http request GET http://registry.npmjs.org/expand-range
[ERROR] npm verb request uri http://registry.npmjs.org/preserve
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "9ECMVEIE9QQHIZGOHARVPERKI"
[ERROR] npm http request GET http://registry.npmjs.org/preserve
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\package.json
[ERROR] npm verb linkBins policyfile@0.0.4
[ERROR] npm verb linkMans policyfile@0.0.4
[ERROR] npm verb rebuildBundles policyfile@0.0.4
[ERROR] npm info install policyfile@0.0.4
[ERROR] npm info postinstall policyfile@0.0.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm info preinstall object.omit@0.2.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\policyfile-c8b9ff9ec7b669ec.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\policyfile
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm info preinstall sigmund@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\package.json
[ERROR] npm info linkStuff amdefine@0.1.0
[ERROR] npm info preinstall lru-cache@2.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund\package.json
[ERROR] npm verb linkBins amdefine@0.1.0
[ERROR] npm verb linkMans amdefine@0.1.0
[ERROR] npm verb rebuildBundles amdefine@0.1.0
[ERROR] npm info install amdefine@0.1.0
[ERROR] npm verb cache add spec for-own@^0.1.1
[ERROR] npm verb addNamed ">=0.1.1 <0.2.0" is a valid semver range for for-own
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/for-own not in flight; fetching
[ERROR] npm verb cache add spec isobject@^0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for isobject
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/isobject not in flight; fetching
[ERROR] npm info preinstall readable-stream@1.0.33
[ERROR] npm info postinstall amdefine@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\amdefine-97e409d29126b996.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map\node_modules\amdefine
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm verb request uri http://registry.npmjs.org/for-own
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "BKVCA74PFULPKO95DI0WKTWVR"
[ERROR] npm http request GET http://registry.npmjs.org/for-own
[ERROR] npm verb request uri http://registry.npmjs.org/isobject
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "AT0LXVUUD797B05GPKO3ULSSS"
[ERROR] npm http request GET http://registry.npmjs.org/isobject
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm info linkStuff sigmund@1.0.0
[ERROR] npm info linkStuff source-map@0.1.43
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\package.json
[ERROR] npm info linkStuff lru-cache@2.6.2
[ERROR] npm verb linkBins sigmund@1.0.0
[ERROR] npm verb linkMans sigmund@1.0.0
[ERROR] npm verb rebuildBundles sigmund@1.0.0
[ERROR] npm verb linkBins source-map@0.1.43
[ERROR] npm verb linkMans source-map@0.1.43
[ERROR] npm verb rebuildBundles source-map@0.1.43
[ERROR] npm info install sigmund@1.0.0
[ERROR] npm verb rebuildBundles [ 'amdefine' ]
[ERROR] npm info install source-map@0.1.43
[ERROR] npm info postinstall sigmund@1.0.0
[ERROR] npm info postinstall source-map@0.1.43
[ERROR] npm verb cache add spec core-util-is@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for core-util-is
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/core-util-is not in flight; fetching
[ERROR] npm verb cache add spec isarray@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for isarray
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
[ERROR] npm verb cache add spec string_decoder@~0.10.x
[ERROR] npm verb addNamed ">=0.10.0 <0.11.0" is a valid semver range for string_decoder
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/string_decoder not in flight; fetching
[ERROR] npm verb cache add spec inherits@~2.0.1
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
[ERROR] npm verb linkBins lru-cache@2.6.2
[ERROR] npm verb linkMans lru-cache@2.6.2
[ERROR] npm verb rebuildBundles lru-cache@2.6.2
[ERROR] npm info install lru-cache@2.6.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\sigmund-8374a198ef5d2c55.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\sigmund
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\source-map-22096787b7da4822.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\source-map
[ERROR] npm info postinstall lru-cache@2.6.2
[ERROR] npm verb get http://registry.npmjs.org/isarray not expired, no request
[ERROR] npm verb get http://registry.npmjs.org/inherits not expired, no request
[ERROR] npm verb addNamed "2.0.1" is a plain semver version for inherits
[ERROR] npm verb request uri http://registry.npmjs.org/string_decoder
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "89NG6AVWTXZBFGLGXXUONULF1"
[ERROR] npm http request GET http://registry.npmjs.org/string_decoder
[ERROR] npm verb request uri http://registry.npmjs.org/core-util-is
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "8N932ER6J79FE9PNV7H41QYLJ"
[ERROR] npm http request GET http://registry.npmjs.org/core-util-is
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-346c1146b9ae7fa0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
[ERROR] npm info linkStuff minimatch@0.3.0
[ERROR] npm info preinstall debug@2.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\package.json
[ERROR] npm verb linkBins minimatch@0.3.0
[ERROR] npm verb linkMans minimatch@0.3.0
[ERROR] npm verb rebuildBundles minimatch@0.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
[ERROR] npm verb rebuildBundles [ 'lru-cache', 'sigmund' ]
[ERROR] npm info install minimatch@0.3.0
[ERROR] npm info postinstall minimatch@0.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-ea12cdff0c7a9bc2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob\node_modules\minimatch
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb cache add spec ms@0.7.0
[ERROR] npm verb addNamed "0.7.0" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm info linkStuff glob@3.2.11
[ERROR] npm info preinstall lru-cache@2.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm verb linkBins glob@3.2.11
[ERROR] npm verb linkMans glob@3.2.11
[ERROR] npm verb rebuildBundles glob@3.2.11
[ERROR] npm verb rebuildBundles [ 'inherits', 'minimatch' ]
[ERROR] npm info install glob@3.2.11
[ERROR] npm info postinstall glob@3.2.11
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-086c8f4982aa4099.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\glob
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm info linkStuff lru-cache@2.6.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json written
[ERROR] npm info install ms@0.7.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm info installOne ms@0.7.0
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug not in flight; installing
[ERROR] npm verb linkBins lru-cache@2.6.2
[ERROR] npm verb linkMans lru-cache@2.6.2
[ERROR] npm verb rebuildBundles lru-cache@2.6.2
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-1a93e85244759da0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm info install lru-cache@2.6.2
[ERROR] npm info postinstall lru-cache@2.6.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lru-cache-acf281fcb978b7c4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch\node_modules\lru-cache
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm info linkStuff minimatch@0.2.14
[ERROR] npm verb linkBins minimatch@0.2.14
[ERROR] npm verb linkMans minimatch@0.2.14
[ERROR] npm verb rebuildBundles minimatch@0.2.14
[ERROR] npm verb rebuildBundles [ 'lru-cache', 'sigmund' ]
[ERROR] npm info install minimatch@0.2.14
[ERROR] npm info postinstall minimatch@0.2.14
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\minimatch-817973967b42b7a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\minimatch
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\package.json
[ERROR] npm info preinstall ws@0.5.0
[ERROR] npm info preinstall arr-diff@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\package.json
[ERROR] npm verb cache add spec ultron@1.0.x
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for ultron
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/ultron not in flight; fetching
[ERROR] npm verb cache add spec nan@1.4.x
[ERROR] npm verb addNamed ">=1.4.0 <1.5.0" is a valid semver range for nan
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/nan not in flight; fetching
[ERROR] npm verb cache add spec options@>=0.0.5
[ERROR] npm verb addNamed ">=0.0.5" is a valid semver range for options
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/options not in flight; fetching
[ERROR] npm verb cache add spec array-slice@^0.2.2
[ERROR] npm verb addNamed ">=0.2.2 <0.3.0" is a valid semver range for array-slice
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/array-slice not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/nan
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "D9X1WVB37H5NYMOI61FHEOYM0"
[ERROR] npm http request GET http://registry.npmjs.org/nan
[ERROR] npm verb request uri http://registry.npmjs.org/ultron
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "10QIV3TDDUF4BGTZESNSY53ST"
[ERROR] npm http request GET http://registry.npmjs.org/ultron
[ERROR] npm verb request uri http://registry.npmjs.org/options
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "7ORP99NHTFG329ZZWKJCRT1MV"
[ERROR] npm http request GET http://registry.npmjs.org/options
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/array-slice
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:35 PM
[ERROR] npm verb etag "4NOZRGNMIPISCPALM28ICA0PG"
[ERROR] npm http request GET http://registry.npmjs.org/array-slice
[ERROR] npm info preinstall ms@0.7.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms\package.json
[ERROR] npm info preinstall http-proxy@0.10.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm info linkStuff ms@0.7.0
[ERROR] npm verb cache add spec pkginfo@0.3.x
[ERROR] npm verb cache add spec utile@~0.2.1
[ERROR] npm verb addNamed ">=0.3.0 <0.4.0" is a valid semver range for pkginfo
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/pkginfo not in flight; fetching
[ERROR] npm verb addNamed ">=0.2.1 <0.3.0" is a valid semver range for utile
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/utile not in flight; fetching
[ERROR] npm verb linkBins ms@0.7.0
[ERROR] npm verb linkMans ms@0.7.0
[ERROR] npm verb rebuildBundles ms@0.7.0
[ERROR] npm info install ms@0.7.0
[ERROR] npm http 304 http://registry.npmjs.org/blob
[ERROR] npm verb etag http://registry.npmjs.org/blob from cache
[ERROR] npm verb get saving blob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\blob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/arraybuffer.slice
[ERROR] npm verb etag http://registry.npmjs.org/arraybuffer.slice from cache
[ERROR] npm verb get saving arraybuffer.slice to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\arraybuffer.slice\.cache.json
[ERROR] npm info postinstall ms@0.7.0
[ERROR] npm verb request uri http://registry.npmjs.org/pkginfo
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:36 PM
[ERROR] npm verb etag "E07T2BVIPQ4D4MCDWTA5XC75O"
[ERROR] npm http request GET http://registry.npmjs.org/pkginfo
[ERROR] npm verb request uri http://registry.npmjs.org/utile
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:36 PM
[ERROR] npm verb etag "5IDF99MQQJXUZCEETQV690HOD"
[ERROR] npm http request GET http://registry.npmjs.org/utile
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-1a93e85244759da0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm info linkStuff debug@2.1.3
[ERROR] npm verb linkBins debug@2.1.3
[ERROR] npm verb linkMans debug@2.1.3
[ERROR] npm verb rebuildBundles debug@2.1.3
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install debug@2.1.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arraybuffer.slice\0.0.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\blob\0.0.2\package\package.json not in flight; writing
[ERROR] npm info postinstall debug@2.1.3
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-306a896319ff8078.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\debug
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\arraybuffer.slice\0.0.6\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\blob\0.0.2\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark\package.json
[ERROR] npm info preinstall benchmark@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm info linkStuff benchmark@1.0.0
[ERROR] npm info preinstall log4js@0.6.24
[ERROR] npm verb linkBins benchmark@1.0.0
[ERROR] npm verb linkMans benchmark@1.0.0
[ERROR] npm verb rebuildBundles benchmark@1.0.0
[ERROR] npm info install benchmark@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\package.json
[ERROR] npm http 304 http://registry.npmjs.org/has-binary
[ERROR] npm verb etag http://registry.npmjs.org/has-binary from cache
[ERROR] npm verb get saving has-binary to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\has-binary\.cache.json
[ERROR] npm info postinstall benchmark@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\benchmark-8cf5d83505f1906c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\benchmark
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\package.json
[ERROR] npm verb cache add spec async@~0.2.0
[ERROR] npm verb cache add spec readable-stream@~1.0.2
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for async
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/async not in flight; fetching
[ERROR] npm verb addNamed ">=1.0.2 <1.1.0" is a valid semver range for readable-stream
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
[ERROR] npm verb cache add spec semver@~4.3.3
[ERROR] npm verb addNamed ">=4.3.3 <4.4.0" is a valid semver range for semver
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/semver not in flight; fetching
[ERROR] npm verb cache add spec underscore@1.8.2
[ERROR] npm verb addNamed "1.8.2" is a plain semver version for underscore
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/underscore not in flight; fetching
[ERROR] npm http 304 http://registry.npmjs.org/utf8
[ERROR] npm verb etag http://registry.npmjs.org/utf8 from cache
[ERROR] npm verb get saving utf8 to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\utf8\.cache.json
[ERROR] npm verb request uri http://registry.npmjs.org/async
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:36 PM
[ERROR] npm verb etag "2SVBWIXHE3K3WW5EZDD8KV76B"
[ERROR] npm http request GET http://registry.npmjs.org/async
[ERROR] npm verb get http://registry.npmjs.org/readable-stream not expired, no request
[ERROR] npm verb addNamed "1.0.33" is a plain semver version for readable-stream
[ERROR] npm verb request uri http://registry.npmjs.org/semver
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:36 PM
[ERROR] npm verb etag "BRQ3SKK4LD24T6TQYA0WKY7J5"
[ERROR] npm http request GET http://registry.npmjs.org/semver
[ERROR] npm verb request uri http://registry.npmjs.org/underscore
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:36 PM
[ERROR] npm verb etag "8SXMDGGWIHHGAS6XTKZQDB565"
[ERROR] npm http request GET http://registry.npmjs.org/underscore
[ERROR] npm http 304 http://registry.npmjs.org/after
[ERROR] npm verb etag http://registry.npmjs.org/after from cache
[ERROR] npm verb get saving after to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\after\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary\0.1.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary\0.1.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary\0.1.5\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary\0.1.6\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utf8\2.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.0.33\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\after\0.8.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utf8\2.0.0\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/cookie-parser
[ERROR] npm verb etag http://registry.npmjs.org/cookie-parser from cache
[ERROR] npm verb get saving cookie-parser to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\cookie-parser\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\after\0.8.1\package\package.json written
[ERROR] npm http 304 http://registry.npmjs.org/pause
[ERROR] npm verb etag http://registry.npmjs.org/pause from cache
[ERROR] npm verb get saving pause to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\pause\.cache.json
[ERROR] npm verb addNamed "1.3.4" is a plain semver version for cookie-parser
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-parser\1.3.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\pause\0.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-parser\1.3.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\pause\0.0.1\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis\package.json
[ERROR] npm http 304 http://registry.npmjs.org/serve-favicon
[ERROR] npm verb etag http://registry.npmjs.org/serve-favicon from cache
[ERROR] npm verb get saving serve-favicon to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\serve-favicon\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/qs
[ERROR] npm verb etag http://registry.npmjs.org/qs from cache
[ERROR] npm verb get saving qs to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\qs\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/bytes
[ERROR] npm verb etag http://registry.npmjs.org/bytes from cache
[ERROR] npm verb get saving bytes to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\bytes\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/indexof
[ERROR] npm verb etag http://registry.npmjs.org/indexof from cache
[ERROR] npm verb get saving indexof to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\indexof\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/method-override
[ERROR] npm verb etag http://registry.npmjs.org/method-override from cache
[ERROR] npm verb get saving method-override to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\method-override\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/parseuri
[ERROR] npm verb etag http://registry.npmjs.org/parseuri from cache
[ERROR] npm verb get saving parseuri to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\parseuri\.cache.json
[ERROR] npm info preinstall redis@0.7.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis\package.json
[ERROR] npm verb addNamed "2.1.7" is a plain semver version for serve-favicon
[ERROR] npm verb addNamed "2.2.0" is a plain semver version for method-override
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\bytes\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\method-override\2.2.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\indexof\0.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-favicon\2.1.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseuri\0.0.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\qs\2.2.4\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\method-override\2.2.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\bytes\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\indexof\0.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\serve-favicon\2.1.7\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\parseuri\0.0.2\package\package.json written
[ERROR] npm info linkStuff redis@0.7.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\qs\2.2.4\package\package.json written
[ERROR] npm verb linkBins redis@0.7.3
[ERROR] npm verb linkMans redis@0.7.3
[ERROR] npm verb rebuildBundles redis@0.7.3
[ERROR] npm http 304 http://registry.npmjs.org/base64-arraybuffer
[ERROR] npm verb etag http://registry.npmjs.org/base64-arraybuffer from cache
[ERROR] npm verb get saving base64-arraybuffer to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\base64-arraybuffer\.cache.json
[ERROR] npm info install redis@0.7.3
[ERROR] npm info postinstall redis@0.7.3
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\redis-1e384976763e6f0d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\socket.io\node_modules\redis
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\base64-arraybuffer\0.1.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\base64-arraybuffer\0.1.2\package\package.json written
[ERROR] npm info install arraybuffer.slice@0.0.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info install blob@0.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info install has-binary@0.1.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info install utf8@2.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info install after@0.8.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info install base64-arraybuffer@0.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info installOne arraybuffer.slice@0.0.6
[ERROR] npm verb installOne of arraybuffer.slice to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser not in flight; installing
[ERROR] npm info installOne blob@0.0.2
[ERROR] npm verb installOne of blob to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser not in flight; installing
[ERROR] npm info installOne has-binary@0.1.5
[ERROR] npm verb installOne of has-binary to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser not in flight; installing
[ERROR] npm info installOne utf8@2.0.0
[ERROR] npm verb installOne of utf8 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser not in flight; installing
[ERROR] npm info installOne after@0.8.1
[ERROR] npm verb installOne of after to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser not in flight; installing
[ERROR] npm info installOne base64-arraybuffer@0.1.2
[ERROR] npm verb installOne of base64-arraybuffer to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arraybuffer-slice-63ebd077acf88ce7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-8ce7143718bc5ed9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\blob-9bfb08861a36d979.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\after-3a02dce9f33291cd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\base64-arraybuffer-38fbd04bedc8edd4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utf8-c262c5e1b3cffa30.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\arraybuffer.slice\0.0.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\blob\0.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary\0.1.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\after\0.8.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\base64-arraybuffer\0.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utf8\2.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm http 304 http://registry.npmjs.org/component-bind
[ERROR] npm verb etag http://registry.npmjs.org/component-bind from cache
[ERROR] npm verb get saving component-bind to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\component-bind\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/to-array
[ERROR] npm verb etag http://registry.npmjs.org/to-array from cache
[ERROR] npm verb get saving to-array to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\to-array\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\component-bind\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\component-bind\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\to-array\0.1.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\to-array\0.1.3\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob\package.json
[ERROR] npm info preinstall blob@0.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after\package.json
[ERROR] npm info preinstall arraybuffer.slice@0.0.6
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob\package.json
[ERROR] npm info preinstall after@0.8.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm http 304 http://registry.npmjs.org/engine.io-client
[ERROR] npm verb etag http://registry.npmjs.org/engine.io-client from cache
[ERROR] npm verb get saving engine.io-client to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\engine.io-client\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after\package.json
[ERROR] npm info linkStuff blob@0.0.2
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm info preinstall json3@3.2.6
[ERROR] npm verb linkBins blob@0.0.2
[ERROR] npm verb linkMans blob@0.0.2
[ERROR] npm verb rebuildBundles blob@0.0.2
[ERROR] npm info install blob@0.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3\package.json
[ERROR] npm info linkStuff arraybuffer.slice@0.0.6
[ERROR] npm info postinstall blob@0.0.2
[ERROR] npm info linkStuff after@0.8.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\blob-9bfb08861a36d979.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\blob
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io-client\1.5.1\package\package.json not in flight; writing
[ERROR] npm verb linkBins arraybuffer.slice@0.0.6
[ERROR] npm verb linkMans arraybuffer.slice@0.0.6
[ERROR] npm verb rebuildBundles arraybuffer.slice@0.0.6
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3\package.json
[ERROR] npm http 304 http://registry.npmjs.org/response-time
[ERROR] npm verb etag http://registry.npmjs.org/response-time from cache
[ERROR] npm verb get saving response-time to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\response-time\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/body-parser
[ERROR] npm verb etag http://registry.npmjs.org/body-parser from cache
[ERROR] npm verb get saving body-parser to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\body-parser\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/backo2
[ERROR] npm verb etag http://registry.npmjs.org/backo2 from cache
[ERROR] npm verb get saving backo2 to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\backo2\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/type-is
[ERROR] npm verb etag http://registry.npmjs.org/type-is from cache
[ERROR] npm verb get saving type-is to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\type-is\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/object-component
[ERROR] npm verb etag http://registry.npmjs.org/object-component from cache
[ERROR] npm verb get saving object-component to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\object-component\.cache.json
[ERROR] npm info install arraybuffer.slice@0.0.6
[ERROR] npm http 304 http://registry.npmjs.org/multiparty
[ERROR] npm verb etag http://registry.npmjs.org/multiparty from cache
[ERROR] npm verb get saving multiparty to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\multiparty\.cache.json
[ERROR] npm verb linkBins after@0.8.1
[ERROR] npm verb linkMans after@0.8.1
[ERROR] npm verb rebuildBundles after@0.8.1
[ERROR] npm info install after@0.8.1
[ERROR] npm info preinstall base64-arraybuffer@0.1.2
[ERROR] npm info postinstall arraybuffer.slice@0.0.6
[ERROR] npm info postinstall after@0.8.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io-client\1.5.1\package\package.json written
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arraybuffer-slice-63ebd077acf88ce7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\arraybuffer.slice
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\after-3a02dce9f33291cd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\after
[ERROR] npm verb addNamed "1.5.7" is a plain semver version for type-is
[ERROR] npm verb addNamed "1.8.4" is a plain semver version for body-parser
[ERROR] npm verb addNamed "2.0.1" is a plain semver version for response-time
[ERROR] npm info linkStuff json3@3.2.6
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\type-is\1.5.7\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\body-parser\1.8.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\backo2\1.0.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-component\0.0.3\package\package.json not in flight; writing
[ERROR] npm verb linkBins json3@3.2.6
[ERROR] npm verb linkMans json3@3.2.6
[ERROR] npm verb rebuildBundles json3@3.2.6
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\response-time\2.0.1\package\package.json not in flight; writing
[ERROR] npm info install json3@3.2.6
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\multiparty\3.3.2\package\package.json not in flight; writing
[ERROR] npm info postinstall json3@3.2.6
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\backo2\1.0.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\type-is\1.5.7\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\body-parser\1.8.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\object-component\0.0.3\package\package.json written
[ERROR] npm info install component-emitter@1.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install debug@0.7.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install has-binary@0.1.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install indexof@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install parseuri@0.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install component-bind@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install to-array@0.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install engine.io-client@1.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install backo2@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info install object-component@0.0.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client
[ERROR] npm info installOne component-emitter@1.1.2
[ERROR] npm verb installOne of component-emitter to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne debug@0.7.4
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne has-binary@0.1.6
[ERROR] npm verb installOne of has-binary to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne indexof@0.0.1
[ERROR] npm verb installOne of indexof to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne parseuri@0.0.2
[ERROR] npm verb installOne of parseuri to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne component-bind@1.0.0
[ERROR] npm verb installOne of component-bind to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne to-array@0.1.3
[ERROR] npm verb installOne of to-array to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne engine.io-client@1.5.1
[ERROR] npm verb installOne of engine.io-client to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne backo2@1.0.2
[ERROR] npm verb installOne of backo2 to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info installOne object-component@0.0.3
[ERROR] npm verb installOne of object-component to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client not in flight; installing
[ERROR] npm info linkStuff base64-arraybuffer@0.1.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\json3-33d380ad39236b72.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser\node_modules\json3
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\response-time\2.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\multiparty\3.3.2\package\package.json written
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-d2cf8df4fe5f7272.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-51d68981fd2e0194.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\indexof-855da63028bfb8da.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\component-emitter-0267a02aed3939f7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\to-array-685285fe81cc0429.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\component-bind-217ab8569744eac5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseuri-af9ca843cc237af3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-component-569b0c752a326536.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\backo2-f7aac898cf160e45.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm info linkStuff socket.io-parser@2.2.2
[ERROR] npm verb linkBins base64-arraybuffer@0.1.2
[ERROR] npm verb linkMans base64-arraybuffer@0.1.2
[ERROR] npm verb rebuildBundles base64-arraybuffer@0.1.2
[ERROR] npm info install base64-arraybuffer@0.1.2
[ERROR] npm info postinstall base64-arraybuffer@0.1.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb linkBins socket.io-parser@2.2.2
[ERROR] npm verb linkMans socket.io-parser@2.2.2
[ERROR] npm verb rebuildBundles socket.io-parser@2.2.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\engine-io-client-0f44e2bcd30e36da.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client
[ERROR] npm verb rebuildBundles [ 'benchmark', 'component-emitter', 'debug', 'isarray', 'json3' ]
[ERROR] npm info install socket.io-parser@2.2.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\base64-arraybuffer-38fbd04bedc8edd4.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\base64-arraybuffer
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\has-binary\0.1.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\component-emitter\1.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\to-array\0.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\0.7.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\indexof\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm info postinstall socket.io-parser@2.2.2
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseuri\0.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\component-bind\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\object-component\0.0.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\backo2\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-parser-aa7adf5425c6022e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter\node_modules\socket.io-parser
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\engine.io-client\1.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\engine.io-client
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\package.json
[ERROR] npm info linkStuff socket.io-adapter@0.3.1
[ERROR] npm verb linkBins socket.io-adapter@0.3.1
[ERROR] npm verb linkMans socket.io-adapter@0.3.1
[ERROR] npm verb rebuildBundles socket.io-adapter@0.3.1
[ERROR] npm verb rebuildBundles [ 'debug', 'object-keys', 'socket.io-parser' ]
[ERROR] npm info install socket.io-adapter@0.3.1
[ERROR] npm info preinstall has-binary@0.1.5
[ERROR] npm http 304 http://registry.npmjs.org/cookie
[ERROR] npm verb etag http://registry.npmjs.org/cookie from cache
[ERROR] npm verb get saving cookie to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\cookie\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/morgan
[ERROR] npm verb etag http://registry.npmjs.org/morgan from cache
[ERROR] npm verb get saving morgan to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\morgan\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/mime-types
[ERROR] npm verb etag http://registry.npmjs.org/mime-types from cache
[ERROR] npm verb get saving mime-types to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\mime-types\.cache.json
[ERROR] npm info postinstall socket.io-adapter@0.3.1
[ERROR] npm http 304 http://registry.npmjs.org/vhost
[ERROR] npm verb etag http://registry.npmjs.org/vhost from cache
[ERROR] npm verb get saving vhost to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\vhost\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/accepts
[ERROR] npm verb etag http://registry.npmjs.org/accepts from cache
[ERROR] npm verb get saving accepts to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\accepts\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/batch
[ERROR] npm verb etag http://registry.npmjs.org/batch from cache
[ERROR] npm verb get saving batch to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\batch\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/http-errors
[ERROR] npm verb etag http://registry.npmjs.org/http-errors from cache
[ERROR] npm verb get saving http-errors to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\http-errors\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\package.json
[ERROR] npm http 304 http://registry.npmjs.org/on-headers
[ERROR] npm verb etag http://registry.npmjs.org/on-headers from cache
[ERROR] npm verb get saving on-headers to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\on-headers\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\socket-io-adapter-6bfff3a2164eb2e7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-adapter
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash\package.json
[ERROR] npm verb addNamed "1.3.2" is a plain semver version for morgan
[ERROR] npm verb addNamed "2.0.11" is a plain semver version for mime-types
[ERROR] npm verb addNamed "1.2.5" is a plain semver version for accepts
[ERROR] npm verb addNamed "1.3.1" is a plain semver version for http-errors
[ERROR] npm verb addNamed "3.0.0" is a plain semver version for vhost
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for on-headers
[ERROR] npm info preinstall lodash@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie\0.1.2\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.2.5\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\morgan\1.3.2\package\package.json not in flight; writing
[ERROR] npm verb cache add spec isarray@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for isarray
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-errors\1.3.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\batch\0.5.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-headers\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\vhost\3.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie\0.1.2\package\package.json written
[ERROR] npm verb get http://registry.npmjs.org/isarray not expired, no request
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\morgan\1.3.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.2.5\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-errors\1.3.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\batch\0.5.2\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json written
[ERROR] npm info install debug@2.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info install parseurl@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info install accepts@1.2.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info install http-errors@1.3.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info install batch@0.5.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info install mime-types@2.0.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index
[ERROR] npm info installOne debug@2.1.3
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm info installOne parseurl@1.3.0
[ERROR] npm verb installOne of parseurl to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm info installOne accepts@1.2.5
[ERROR] npm verb installOne of accepts to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm info installOne http-errors@1.3.1
[ERROR] npm verb installOne of http-errors to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm info installOne batch@0.5.2
[ERROR] npm verb installOne of batch to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm info installOne mime-types@2.0.11
[ERROR] npm verb installOne of mime-types to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-headers\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\vhost\3.0.0\package\package.json written
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-b676fb4918f59d0d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-3910c4e15bcbb908.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\accepts-3ca529b2a2602fbf.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-errors-348790e516a8bdfa.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\batch-06ceca4fb6c8a45b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-34faa2ba003ae889.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-types-fbfb9fa4ec3d6806.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm info linkStuff lodash@1.0.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\accepts
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
[ERROR] npm info install isarray@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm info installOne isarray@0.0.1
[ERROR] npm verb installOne of isarray to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary not in flight; installing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.2.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\http-errors\1.3.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\batch\0.5.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-4c6a1c3599284ec8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb linkBins lodash@1.0.2
[ERROR] npm verb linkMans lodash@1.0.2
[ERROR] npm verb rebuildBundles lodash@1.0.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\package.json
[ERROR] npm info install lodash@1.0.2
[ERROR] npm info postinstall lodash@1.0.2
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm info preinstall parseuri@0.0.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\lodash-763eab302c2009a0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\lodash
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof\package.json
[ERROR] npm http 304 http://registry.npmjs.org/basic-auth-connect
[ERROR] npm verb etag http://registry.npmjs.org/basic-auth-connect from cache
[ERROR] npm verb get saving basic-auth-connect to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\basic-auth-connect\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\package.json
[ERROR] npm info preinstall indexof@0.0.1
[ERROR] npm info preinstall to-array@0.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array\package.json
[ERROR] npm verb cache add spec better-assert@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for better-assert
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/better-assert not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof\package.json
[ERROR] npm info preinstall component-bind@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\basic-auth-connect\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb request uri http://registry.npmjs.org/better-assert
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:38 PM
[ERROR] npm verb etag "1NFBK1667W29CHMW5WOJ3TB3F"
[ERROR] npm http request GET http://registry.npmjs.org/better-assert
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2\package.json
[ERROR] npm info preinstall debug@0.7.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\basic-auth-connect\1.0.0\package\package.json written
[ERROR] npm info install debug@2.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install finalhandler@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install depd@0.4.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install fresh@0.2.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install parseurl@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install connect-timeout@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install compression@1.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install csurf@1.6.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install serve-index@1.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install errorhandler@1.2.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install media-typer@0.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install express-session@1.8.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install serve-static@1.6.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install cookie-signature@1.0.5 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install cookie-parser@1.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install pause@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install method-override@2.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install bytes@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install serve-favicon@2.1.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install qs@2.2.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install type-is@1.5.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install body-parser@1.8.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install response-time@2.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install multiparty@3.3.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install cookie@0.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install morgan@1.3.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install on-headers@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install vhost@3.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info install basic-auth-connect@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect
[ERROR] npm info installOne debug@2.0.0
[ERROR] npm verb installOne of debug to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne finalhandler@0.2.0
[ERROR] npm verb installOne of finalhandler to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne depd@0.4.5
[ERROR] npm verb installOne of depd to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne fresh@0.2.4
[ERROR] npm verb installOne of fresh to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne parseurl@1.3.0
[ERROR] npm verb installOne of parseurl to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne connect-timeout@1.3.0
[ERROR] npm verb installOne of connect-timeout to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne compression@1.1.2
[ERROR] npm verb installOne of compression to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne csurf@1.6.6
[ERROR] npm verb installOne of csurf to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne serve-index@1.2.1
[ERROR] npm verb installOne of serve-index to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne errorhandler@1.2.4
[ERROR] npm verb installOne of errorhandler to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne media-typer@0.3.0
[ERROR] npm verb installOne of media-typer to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne express-session@1.8.2
[ERROR] npm verb installOne of express-session to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne serve-static@1.6.5
[ERROR] npm verb installOne of serve-static to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne cookie-signature@1.0.5
[ERROR] npm verb installOne of cookie-signature to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne cookie-parser@1.3.4
[ERROR] npm verb installOne of cookie-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne pause@0.0.1
[ERROR] npm verb installOne of pause to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne method-override@2.2.0
[ERROR] npm verb installOne of method-override to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne bytes@1.0.0
[ERROR] npm verb installOne of bytes to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne serve-favicon@2.1.7
[ERROR] npm verb installOne of serve-favicon to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne qs@2.2.4
[ERROR] npm verb installOne of qs to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne type-is@1.5.7
[ERROR] npm verb installOne of type-is to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne body-parser@1.8.4
[ERROR] npm verb installOne of body-parser to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne response-time@2.0.1
[ERROR] npm verb installOne of response-time to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne multiparty@3.3.2
[ERROR] npm verb installOne of multiparty to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne cookie@0.1.2
[ERROR] npm verb installOne of cookie to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne morgan@1.3.2
[ERROR] npm verb installOne of morgan to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne on-headers@1.0.0
[ERROR] npm verb installOne of on-headers to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne vhost@3.0.0
[ERROR] npm verb installOne of vhost to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info installOne basic-auth-connect@1.0.0
[ERROR] npm verb installOne of basic-auth-connect to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect not in flight; installing
[ERROR] npm info preinstall backo2@1.0.2
[ERROR] npm http 304 http://registry.npmjs.org/graceful-fs
[ERROR] npm verb etag http://registry.npmjs.org/graceful-fs from cache
[ERROR] npm verb get saving graceful-fs to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\graceful-fs\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component\package.json
[ERROR] npm http 304 http://registry.npmjs.org/is-primitive
[ERROR] npm verb etag http://registry.npmjs.org/is-primitive from cache
[ERROR] npm verb get saving is-primitive to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-primitive\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2\package.json
[ERROR] npm info linkStuff indexof@0.0.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-8732737337e50f58.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\depd-aac3deb7593d4444.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\finalhandler-4d4fa198d3bcf3c1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fresh-7f3eb5515abd15eb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-7474dfbb2e1c6dcd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-timeout-cb61a1c20224fe32.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\compression-71a6f2436172de8b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\errorhandler-809403047605738f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-index-728d94073e55c6b8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-index
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\csurf-93eab9c48039f706.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\express-session-7797584b6d69a35f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-static-f7b42ac282d53c13.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-signature-5afe609fbac84b3b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-parser-cb82944093cb2e42.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\method-override-526d21b9d34aa672.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\pause-77286a5ca19e4cac.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\bytes-bbf2fc4509a40db1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\serve-favicon-f10a5cbe6ced91da.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\media-typer-25eac0ce748abab6.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\body-parser-19acaf43fff75e19.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\qs-fddcfd8802813f16.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\type-is-bbb751f1b1249be0.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\multiparty-f29494e8eef7afc7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-headers-e46f4bb0a3c9761e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\vhost-f72123651588bf05.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-ea194d4490ac7d3a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\basic-auth-connect-1567c9a3157b1c2a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\morgan-c7e260b5a5f39c44.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug\package.json
[ERROR] npm info linkStuff to-array@0.1.3
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\response-time-c6e09e5a8bd34a1d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm http 304 http://registry.npmjs.org/is-equal-shallow
[ERROR] npm verb etag http://registry.npmjs.org/is-equal-shallow from cache
[ERROR] npm verb get saving is-equal-shallow to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-equal-shallow\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter\package.json
[ERROR] npm info preinstall object-component@0.0.3
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb linkBins indexof@0.0.1
[ERROR] npm verb linkMans indexof@0.0.1
[ERROR] npm verb rebuildBundles indexof@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2\package.json
[ERROR] npm info install indexof@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component\package.json
[ERROR] npm verb addNamed "1.2.3" is a plain semver version for graceful-fs
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\debug
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-index
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\type-is
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb linkBins to-array@0.1.3
[ERROR] npm verb linkMans to-array@0.1.3
[ERROR] npm verb rebuildBundles to-array@0.1.3
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm verb addNamed "2.0.0" is a plain semver version for is-primitive
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm info postinstall indexof@0.0.1
[ERROR] npm info preinstall component-emitter@1.1.2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm info install to-array@0.1.3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-index
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm info linkStuff component-bind@1.0.0
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\debug\2.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\depd\0.4.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\parseurl\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\fresh\0.2.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\errorhandler\1.2.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-index\1.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-index
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-index
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\csurf\1.6.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\express-session\1.8.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-static\1.6.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-signature\1.0.5\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\finalhandler\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\method-override\2.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\connect-timeout\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\pause\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\serve-favicon\2.1.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\type-is\1.5.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-parser\1.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\body-parser\1.8.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\multiparty\3.3.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\bytes\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\on-headers\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\media-typer\0.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\vhost\3.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\compression\1.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\qs\2.2.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm verb addNamed "0.1.2" is a plain semver version for is-equal-shallow
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\cookie\0.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\basic-auth-connect\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm info postinstall to-array@0.1.3
[ERROR] npm http 304 http://registry.npmjs.org/expand-range
[ERROR] npm verb etag http://registry.npmjs.org/expand-range from cache
[ERROR] npm verb get saving expand-range to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\expand-range\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/preserve
[ERROR] npm verb etag http://registry.npmjs.org/preserve from cache
[ERROR] npm verb get saving preserve to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\preserve\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/pkginfo
[ERROR] npm verb etag http://registry.npmjs.org/pkginfo from cache
[ERROR] npm verb get saving pkginfo to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\pkginfo\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/array-slice
[ERROR] npm verb etag http://registry.npmjs.org/array-slice from cache
[ERROR] npm verb get saving array-slice to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\array-slice\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/is-dotfile
[ERROR] npm verb etag http://registry.npmjs.org/is-dotfile from cache
[ERROR] npm verb get saving is-dotfile to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-dotfile\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/is-extglob
[ERROR] npm verb etag http://registry.npmjs.org/is-extglob from cache
[ERROR] npm verb get saving is-extglob to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\is-extglob\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/semver
[ERROR] npm verb etag http://registry.npmjs.org/semver from cache
[ERROR] npm verb get saving semver to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\semver\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/async
[ERROR] npm verb etag http://registry.npmjs.org/async from cache
[ERROR] npm verb get saving async to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\async\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/for-own
[ERROR] npm verb etag http://registry.npmjs.org/for-own from cache
[ERROR] npm verb get saving for-own to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\for-own\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/glob-base
[ERROR] npm verb etag http://registry.npmjs.org/glob-base from cache
[ERROR] npm verb get saving glob-base to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\glob-base\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/repeat-element
[ERROR] npm verb etag http://registry.npmjs.org/repeat-element from cache
[ERROR] npm verb get saving repeat-element to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\repeat-element\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/string_decoder
[ERROR] npm verb etag http://registry.npmjs.org/string_decoder from cache
[ERROR] npm verb get saving string_decoder to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\string_decoder\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/core-util-is
[ERROR] npm verb etag http://registry.npmjs.org/core-util-is from cache
[ERROR] npm verb get saving core-util-is to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\core-util-is\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/nan
[ERROR] npm verb etag http://registry.npmjs.org/nan from cache
[ERROR] npm verb get saving nan to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\nan\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/isobject
[ERROR] npm verb etag http://registry.npmjs.org/isobject from cache
[ERROR] npm verb get saving isobject to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\isobject\.cache.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\morgan\1.3.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\response-time\2.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\indexof-855da63028bfb8da.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\indexof
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm http 304 http://registry.npmjs.org/ultron
[ERROR] npm verb etag http://registry.npmjs.org/ultron from cache
[ERROR] npm verb get saving ultron to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ultron\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/options
[ERROR] npm verb etag http://registry.npmjs.org/options from cache
[ERROR] npm verb get saving options to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\options\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/utile
[ERROR] npm verb etag http://registry.npmjs.org/utile from cache
[ERROR] npm verb get saving utile to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\utile\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/underscore
[ERROR] npm verb etag http://registry.npmjs.org/underscore from cache
[ERROR] npm verb get saving underscore to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\underscore\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/better-assert
[ERROR] npm verb etag http://registry.npmjs.org/better-assert from cache
[ERROR] npm verb get saving better-assert to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\better-assert\.cache.json
[ERROR] npm info linkStuff debug@0.7.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\1.2.3\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\to-array-685285fe81cc0429.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\to-array
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-primitive\2.0.0\package\package.json not in flight; writing
[ERROR] npm verb linkBins component-bind@1.0.0
[ERROR] npm verb linkMans component-bind@1.0.0
[ERROR] npm verb rebuildBundles component-bind@1.0.0
[ERROR] npm info install component-bind@1.0.0
[ERROR] npm info linkStuff backo2@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-equal-shallow\0.1.2\package\package.json not in flight; writing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter\package.json
[ERROR] npm verb linkBins debug@0.7.4
[ERROR] npm verb linkMans debug@0.7.4
[ERROR] npm verb rebuildBundles debug@0.7.4
[ERROR] npm info postinstall component-bind@1.0.0
[ERROR] npm info install debug@0.7.4
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb addNamed "1.8.1" is a plain semver version for expand-range
[ERROR] npm verb addNamed "0.3.0" is a plain semver version for pkginfo
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for is-dotfile
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for preserve
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for is-extglob
[ERROR] npm verb addNamed "0.1.3" is a plain semver version for for-own
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for glob-base
[ERROR] npm verb addNamed "0.2.10" is a plain semver version for async
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for repeat-element
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for core-util-is
[ERROR] npm verb addNamed "0.10.31" is a plain semver version for string_decoder
[ERROR] npm verb addNamed "4.3.4" is a plain semver version for semver
[ERROR] npm verb addNamed "1.4.3" is a plain semver version for nan
[ERROR] npm verb addNamed "0.2.3" is a plain semver version for array-slice
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\1.2.3\package\package.json written
[ERROR] npm info install inherits@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm info install graceful-fs@1.2.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm info installOne inherits@1.0.0
[ERROR] npm verb installOne of inherits to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob not in flight; installing
[ERROR] npm info installOne graceful-fs@1.2.3
[ERROR] npm verb installOne of graceful-fs to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob not in flight; installing
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for isobject
[ERROR] npm verb addNamed "1.0.2" is a plain semver version for better-assert
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-primitive\2.0.0\package\package.json written
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for ultron
[ERROR] npm verb addNamed "0.0.6" is a plain semver version for options
[ERROR] npm verb addNamed "0.2.1" is a plain semver version for utile
[ERROR] npm info postinstall debug@0.7.4
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\component-bind-217ab8569744eac5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-bind
[ERROR] npm verb linkBins backo2@1.0.2
[ERROR] npm verb linkMans backo2@1.0.2
[ERROR] npm verb rebuildBundles backo2@1.0.2
[ERROR] npm info install backo2@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-equal-shallow\0.1.2\package\package.json written
[ERROR] npm info install is-primitive@2.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm info install is-equal-shallow@0.1.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm info installOne is-primitive@2.0.0
[ERROR] npm verb installOne of is-primitive to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache not in flight; installing
[ERROR] npm info installOne is-equal-shallow@0.1.2
[ERROR] npm verb installOne of is-equal-shallow to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache not in flight; installing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\debug-d2cf8df4fe5f7272.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\debug
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-fs-1d167d05c5e36003.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm info linkStuff object-component@0.0.3
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-d99f51279749b1d8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm info postinstall backo2@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\expand-range\1.8.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\pkginfo\0.3.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\preserve\0.2.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\for-own\0.1.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-dotfile\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.2.10\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\repeat-element\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-base\0.2.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\nan\1.4.3\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-extglob\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\array-slice\0.2.3\package\package.json not in flight; writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isobject\0.2.0\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\better-assert\1.0.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\semver\4.3.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ultron\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\underscore\1.8.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\options\0.0.6\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utile\0.2.1\package\package.json not in flight; writing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-primitive-73e3321c848c68c8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-equal-shallow-5c6622b2c730f7b5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\backo2-f7aac898cf160e45.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\backo2
[ERROR] npm info linkStuff component-emitter@1.1.2
[ERROR] npm verb linkBins object-component@0.0.3
[ERROR] npm verb linkMans object-component@0.0.3
[ERROR] npm verb rebuildBundles object-component@0.0.3
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\pkginfo\0.3.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\preserve\0.2.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\for-own\0.1.3\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-dotfile\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.2.10\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\string_decoder\0.10.31\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\core-util-is\1.0.1\package\package.json written
[ERROR] npm info install inherits@2.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm info install isarray@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm info install string_decoder@0.10.31 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm info install core-util-is@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm info installOne inherits@2.0.1
[ERROR] npm verb installOne of inherits to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream not in flight; installing
[ERROR] npm info installOne isarray@0.0.1
[ERROR] npm verb installOne of isarray to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream not in flight; installing
[ERROR] npm info installOne string_decoder@0.10.31
[ERROR] npm verb installOne of string_decoder to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream not in flight; installing
[ERROR] npm info installOne core-util-is@1.0.1
[ERROR] npm verb installOne of core-util-is to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\expand-range\1.8.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-extglob\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\glob-base\0.2.0\package\package.json written
[ERROR] npm info install is-dotfile@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm info install is-extglob@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm info install glob-base@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm info installOne is-dotfile@1.0.0
[ERROR] npm verb installOne of is-dotfile to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob not in flight; installing
[ERROR] npm info installOne is-extglob@1.0.0
[ERROR] npm verb installOne of is-extglob to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob not in flight; installing
[ERROR] npm info installOne glob-base@0.2.0
[ERROR] npm verb installOne of glob-base to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob not in flight; installing
[ERROR] npm info install object-component@0.0.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\nan\1.4.3\package\package.json written
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\repeat-element\1.1.0\package\package.json written
[ERROR] npm info install preserve@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm info install expand-range@1.8.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm info install repeat-element@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces
[ERROR] npm info installOne preserve@0.2.0
[ERROR] npm verb installOne of preserve to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces not in flight; installing
[ERROR] npm info installOne expand-range@1.8.1
[ERROR] npm verb installOne of expand-range to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces not in flight; installing
[ERROR] npm info installOne repeat-element@1.1.0
[ERROR] npm verb installOne of repeat-element to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces not in flight; installing
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\array-slice\0.2.3\package\package.json written
[ERROR] npm info install array-slice@0.2.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm info installOne array-slice@0.2.3
[ERROR] npm verb installOne of array-slice to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isobject\0.2.0\package\package.json written
[ERROR] npm info install for-own@0.1.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm info install isobject@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit
[ERROR] npm info installOne for-own@0.1.3
[ERROR] npm verb installOne of for-own to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit not in flight; installing
[ERROR] npm info installOne isobject@0.2.0
[ERROR] npm verb installOne of isobject to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\better-assert\1.0.2\package\package.json written
[ERROR] npm info install better-assert@1.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri
[ERROR] npm info installOne better-assert@1.0.2
[ERROR] npm verb installOne of better-assert to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\semver\4.3.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ultron\1.0.1\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\underscore\1.8.2\package\package.json written
[ERROR] npm info install readable-stream@1.0.33 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm info install async@0.2.10 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm info install semver@4.3.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm info install underscore@1.8.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js
[ERROR] npm info installOne readable-stream@1.0.33
[ERROR] npm verb installOne of readable-stream to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js not in flight; installing
[ERROR] npm info installOne async@0.2.10
[ERROR] npm verb installOne of async to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js not in flight; installing
[ERROR] npm info installOne semver@4.3.4
[ERROR] npm verb installOne of semver to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js not in flight; installing
[ERROR] npm info installOne underscore@1.8.2
[ERROR] npm verb installOne of underscore to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\options\0.0.6\package\package.json written
[ERROR] npm info install nan@1.4.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm info install ultron@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm info install options@0.0.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws
[ERROR] npm info installOne nan@1.4.3
[ERROR] npm verb installOne of nan to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws not in flight; installing
[ERROR] npm info installOne ultron@1.0.1
[ERROR] npm verb installOne of ultron to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws not in flight; installing
[ERROR] npm info installOne options@0.0.6
[ERROR] npm verb installOne of options to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utile\0.2.1\package\package.json written
[ERROR] npm info install pkginfo@0.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm info install utile@0.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy
[ERROR] npm info installOne pkginfo@0.3.0
[ERROR] npm verb installOne of pkginfo to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy not in flight; installing
[ERROR] npm info installOne utile@0.2.1
[ERROR] npm verb installOne of utile to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy not in flight; installing
[ERROR] npm info postinstall object-component@0.0.3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\graceful-fs\1.2.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm verb linkBins component-emitter@1.1.2
[ERROR] npm verb linkMans component-emitter@1.1.2
[ERROR] npm verb rebuildBundles component-emitter@1.1.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-232d794eb52ccf79.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-2ad3b2a0cb0b5110.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\core-util-is-59f79c3a3ffea0aa.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-dotfile-14b2470662085e8e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\string-decoder-b531e47a1d46a9e9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-extglob-a36feb13be0859d5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-base-3c450e4e424c20de.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm info install component-emitter@1.1.2
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\preserve-62a9c487a04cb517.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\expand-range-b114bf317ee14880.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\repeat-element-406eefeddd1bfdfc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\array-slice-b002165bc003dec8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\for-own-3013b83bb6b71675.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isobject-52537631efa37f1c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\object-component-569b0c752a326536.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\object-component
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\better-assert-55ca924d3b7a4858.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\async-b935c23a40f2432e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\semver-efbe379dba5f4f5b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\semver
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readable-stream-89f6b108b3d65ef3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\readable-stream
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\underscore-156ebe2ff2667d50.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\underscore
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\nan-dcc931832ee12b04.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\nan
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ultron-6ab787e0d8613800.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\pkginfo-7352ff7ad5b52c74.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-equal-shallow\0.1.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-primitive\2.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm info postinstall component-emitter@1.1.2
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\options-d32d9b1edd625fb7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utile-b5d921cd2ec076e3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\utile
[ERROR] npm info preinstall http-errors@1.3.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html\package.json
[ERROR] npm info preinstall mime-types@2.0.11
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\component-emitter-0267a02aed3939f7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\component-emitter
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\package.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert
[ERROR] npm verb unbuild node_modules\karma\node_modules\log4js\node_modules\readable-stream
[ERROR] npm verb unbuild node_modules\karma\node_modules\log4js\node_modules\underscore
[ERROR] npm verb unbuild node_modules\karma\node_modules\log4js\node_modules\async
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\nan
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm verb unbuild node_modules\karma\node_modules\http-proxy\node_modules\pkginfo
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb unbuild node_modules\karma\node_modules\http-proxy\node_modules\utile
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb unbuild node_modules\karma\node_modules\log4js\node_modules\semver
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\core-util-is\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-dotfile\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\string_decoder\0.10.31\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-extglob\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\glob-base\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\preserve\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\expand-range\1.8.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\repeat-element\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\underscore
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\readable-stream
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\array-slice\0.2.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm info preinstall accepts@1.2.5
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\nan
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\isobject\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm info preinstall isarray@0.0.1
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\for-own\0.1.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\utile
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\better-assert\1.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\underscore\1.8.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\underscore
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\underscore
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.0.33\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\readable-stream
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\readable-stream
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\semver
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\async\0.2.10\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\nan\1.4.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\nan
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\nan
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ultron\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\pkginfo\0.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\options\0.0.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utile\0.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\utile
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\utile
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\semver\4.3.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\semver
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\semver
[ERROR] npm info preinstall parseurl@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray\package.json
[ERROR] npm info preinstall batch@0.5.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl\package.json
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray\package.json
[ERROR] npm verb cache add spec inherits@~2.0.1
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
[ERROR] npm verb cache add spec statuses@1
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for statuses
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/statuses not in flight; fetching
[ERROR] npm verb cache add spec mime-db@~1.9.1
[ERROR] npm verb addNamed ">=1.9.1 <1.10.0" is a valid semver range for mime-db
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl\package.json
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch\package.json
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm verb request uri http://registry.npmjs.org/inherits
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:40 PM
[ERROR] npm verb etag "23748IIFBI9UHIXA5WTETU9N1"
[ERROR] npm http request GET http://registry.npmjs.org/inherits
[ERROR] npm verb request uri http://registry.npmjs.org/statuses
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:40 PM
[ERROR] npm verb etag "6JKVI6BD6H9CX4R19XMLDRUXO"
[ERROR] npm http request GET http://registry.npmjs.org/statuses
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb request uri http://registry.npmjs.org/mime-db
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:40 PM
[ERROR] npm verb etag "61752PNUU8H18LDTM75KS4ZEE"
[ERROR] npm http request GET http://registry.npmjs.org/mime-db
[ERROR] npm verb cache add spec negotiator@0.5.1
[ERROR] npm verb addNamed "0.5.1" is a plain semver version for negotiator
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-34faa2ba003ae889.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\escape-html
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm info linkStuff isarray@0.0.1
[ERROR] npm verb request uri http://registry.npmjs.org/negotiator
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:40 PM
[ERROR] npm verb etag "53RIZNIVB5F4590JTOWCRHI58"
[ERROR] npm http request GET http://registry.npmjs.org/negotiator
[ERROR] npm info linkStuff parseurl@1.3.0
[ERROR] npm info linkStuff batch@0.5.2
[ERROR] npm verb linkBins isarray@0.0.1
[ERROR] npm verb linkMans isarray@0.0.1
[ERROR] npm verb rebuildBundles isarray@0.0.1
[ERROR] npm info install isarray@0.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\package.json
[ERROR] npm verb linkBins parseurl@1.3.0
[ERROR] npm verb linkMans parseurl@1.3.0
[ERROR] npm verb rebuildBundles parseurl@1.3.0
[ERROR] npm info install parseurl@1.3.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie\package.json
[ERROR] npm info postinstall isarray@0.0.1
[ERROR] npm verb linkBins batch@0.5.2
[ERROR] npm verb linkMans batch@0.5.2
[ERROR] npm verb rebuildBundles batch@0.5.2
[ERROR] npm info install batch@0.5.2
[ERROR] npm info postinstall parseurl@1.3.0
[ERROR] npm info preinstall has-binary@0.1.6
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-4c6a1c3599284ec8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm info postinstall batch@0.5.2
[ERROR] npm info preinstall fresh@0.2.4
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\package.json
[ERROR] npm info preinstall cookie@0.1.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-3910c4e15bcbb908.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\parseurl
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\batch-06ceca4fb6c8a45b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\batch
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits\package.json
[ERROR] npm info preinstall pause@0.0.1
[ERROR] npm info linkStuff has-binary@0.1.5
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost\package.json
[ERROR] npm info preinstall cookie-signature@1.0.5
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers\package.json
[ERROR] npm info preinstall connect-timeout@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect\package.json
[ERROR] npm info preinstall inherits@1.0.0
[ERROR] npm info preinstall response-time@2.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie\package.json
[ERROR] npm info preinstall vhost@3.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl\package.json
[ERROR] npm verb linkBins has-binary@0.1.5
[ERROR] npm verb linkMans has-binary@0.1.5
[ERROR] npm verb rebuildBundles has-binary@0.1.5
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits\package.json
[ERROR] npm info preinstall finalhandler@0.2.0
[ERROR] npm info preinstall bytes@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time\package.json
[ERROR] npm info preinstall serve-favicon@2.1.7
[ERROR] npm verb rebuildBundles [ 'isarray' ]
[ERROR] npm info install has-binary@0.1.5
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause\package.json
[ERROR] npm info preinstall basic-auth-connect@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\package.json
[ERROR] npm info preinstall on-headers@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\package.json
[ERROR] npm http 304 http://registry.npmjs.org/inherits
[ERROR] npm verb etag http://registry.npmjs.org/inherits from cache
[ERROR] npm verb get saving inherits to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\inherits\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\package.json
[ERROR] npm info preinstall media-typer@0.3.0
[ERROR] npm info postinstall has-binary@0.1.5
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\package.json
[ERROR] npm http 304 http://registry.npmjs.org/statuses
[ERROR] npm verb etag http://registry.npmjs.org/statuses from cache
[ERROR] npm verb get saving statuses to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\statuses\.cache.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\package.json
[ERROR] npm info preinstall parseurl@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm http 304 http://registry.npmjs.org/mime-db
[ERROR] npm verb etag http://registry.npmjs.org/mime-db from cache
[ERROR] npm verb get saving mime-db to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\mime-db\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/negotiator
[ERROR] npm verb etag http://registry.npmjs.org/negotiator from cache
[ERROR] npm verb get saving negotiator to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\negotiator\.cache.json
[ERROR] npm verb cache add spec isarray@0.0.1
[ERROR] npm verb addNamed "0.0.1" is a plain semver version for isarray
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/isarray not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm info preinstall repeat-element@1.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-8ce7143718bc5ed9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\has-binary
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits\package.json
[ERROR] npm info preinstall is-dotfile@1.0.0
[ERROR] npm info preinstall cookie-parser@1.3.4
[ERROR] npm info preinstall type-is@1.5.7
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\package.json
[ERROR] npm info preinstall method-override@2.2.0
[ERROR] npm info preinstall csurf@1.6.6
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element\package.json
[ERROR] npm info preinstall is-primitive@2.0.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm info preinstall compression@1.1.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\package.json
[ERROR] npm info preinstall serve-static@1.6.5
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\package.json
[ERROR] npm info linkStuff fresh@0.2.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/isarray
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:40 PM
[ERROR] npm verb etag "79XQA3ZXVF5QN0X2VYCD81HMN"
[ERROR] npm http request GET http://registry.npmjs.org/isarray
[ERROR] npm info linkStuff cookie@0.1.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\package.json
[ERROR] npm info preinstall is-equal-shallow@0.1.2
[ERROR] npm verb addNamed "2.0.1" is a plain semver version for inherits
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\package.json
[ERROR] npm verb addNamed "1.2.1" is a plain semver version for statuses
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\package.json
[ERROR] npm info linkStuff pause@0.0.1
[ERROR] npm verb cache add spec ms@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm verb addNamed "1.9.1" is a plain semver version for mime-db
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element\package.json
[ERROR] npm info preinstall morgan@1.3.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm info linkStuff cookie-signature@1.0.5
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\package.json
[ERROR] npm verb linkBins fresh@0.2.4
[ERROR] npm verb linkMans fresh@0.2.4
[ERROR] npm verb rebuildBundles fresh@0.2.4
[ERROR] npm info preinstall errorhandler@1.2.4
[ERROR] npm verb linkBins cookie@0.1.2
[ERROR] npm verb linkMans cookie@0.1.2
[ERROR] npm verb rebuildBundles cookie@0.1.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm info install fresh@0.2.4
[ERROR] npm http 304 http://registry.npmjs.org/isarray
[ERROR] npm verb etag http://registry.npmjs.org/isarray from cache
[ERROR] npm verb get saving isarray to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\isarray\.cache.json
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm verb cache add spec etag@~1.5.0
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html not in flight; fetching
[ERROR] npm verb addNamed ">=1.5.0 <1.6.0" is a valid semver range for etag
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/etag not in flight; fetching
[ERROR] npm verb cache add spec ms@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms already in flight; waiting
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm info preinstall is-extglob@1.0.0
[ERROR] npm info install cookie@0.1.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm info preinstall for-own@0.1.3
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\package.json
[ERROR] npm info linkStuff inherits@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\statuses\1.2.1\package\package.json not in flight; writing
[ERROR] npm info linkStuff response-time@2.0.1
[ERROR] npm verb linkBins pause@0.0.1
[ERROR] npm verb linkMans pause@0.0.1
[ERROR] npm verb rebuildBundles pause@0.0.1
[ERROR] npm info postinstall fresh@0.2.4
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob\package.json
[ERROR] npm info postinstall cookie@0.1.2
[ERROR] npm verb request uri http://registry.npmjs.org/ms
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "1FWMRYV9JSE343ZCTQ1RJ58Y1"
[ERROR] npm http request GET http://registry.npmjs.org/ms
[ERROR] npm info linkStuff vhost@3.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\package.json
[ERROR] npm info install pause@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\package.json
[ERROR] npm info linkStuff bytes@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\negotiator\0.5.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb linkBins cookie-signature@1.0.5
[ERROR] npm verb linkMans cookie-signature@1.0.5
[ERROR] npm verb rebuildBundles cookie-signature@1.0.5
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm info install cookie-signature@1.0.5
[ERROR] npm info postinstall pause@0.0.1
[ERROR] npm info linkStuff basic-auth-connect@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/escape-html
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "6ZJO8I90SGLQBVXTA5GNCCT5F"
[ERROR] npm http request GET http://registry.npmjs.org/escape-html
[ERROR] npm verb request uri http://registry.npmjs.org/etag
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "BHWT9NORNP14608O9AR7ATBA3"
[ERROR] npm http request GET http://registry.npmjs.org/etag
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fresh-7f3eb5515abd15eb.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\fresh
[ERROR] npm info linkStuff on-headers@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-ea194d4490ac7d3a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm info preinstall array-slice@0.2.3
[ERROR] npm info linkStuff media-typer@0.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package\package.json written
[ERROR] npm verb cache add spec cookie-signature@1.0.6
[ERROR] npm verb cache add spec mime-types@~2.0.9
[ERROR] npm verb addNamed "1.0.6" is a plain semver version for cookie-signature
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/cookie-signature not in flight; fetching
[ERROR] npm verb addNamed ">=2.0.9 <2.1.0" is a valid semver range for mime-types
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
[ERROR] npm verb cache add spec methods@1.1.0
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for methods
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/methods not in flight; fetching
[ERROR] npm verb cache add spec vary@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for vary
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/vary not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\package.json
[ERROR] npm verb linkBins inherits@1.0.0
[ERROR] npm verb linkMans inherits@1.0.0
[ERROR] npm verb rebuildBundles inherits@1.0.0
[ERROR] npm info postinstall cookie-signature@1.0.5
[ERROR] npm verb linkBins response-time@2.0.1
[ERROR] npm verb linkMans response-time@2.0.1
[ERROR] npm verb rebuildBundles response-time@2.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\statuses\1.2.1\package\package.json written
[ERROR] npm info install inherits@2.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm info install statuses@1.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm info installOne inherits@2.0.1
[ERROR] npm verb installOne of inherits to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors not in flight; installing
[ERROR] npm info installOne statuses@1.2.1
[ERROR] npm verb installOne of statuses to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\package.json
[ERROR] npm verb cache add spec http-errors@~1.2.8
[ERROR] npm verb addNamed ">=1.2.8 <1.3.0" is a valid semver range for http-errors
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/http-errors not in flight; fetching
[ERROR] npm verb cache add spec csrf@~2.0.5
[ERROR] npm verb addNamed ">=2.0.5 <2.1.0" is a valid semver range for csrf
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/csrf not in flight; fetching
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\package.json
[ERROR] npm info install inherits@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options\package.json
[ERROR] npm info linkStuff parseurl@1.3.0
[ERROR] npm verb linkBins vhost@3.0.0
[ERROR] npm verb linkMans vhost@3.0.0
[ERROR] npm verb rebuildBundles vhost@3.0.0
[ERROR] npm info install response-time@2.0.1
[ERROR] npm info preinstall expand-range@1.8.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\pause-77286a5ca19e4cac.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\pause
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits\package.json
[ERROR] npm verb cache add spec accepts@~1.1.2
[ERROR] npm verb addNamed ">=1.1.2 <1.2.0" is a valid semver range for accepts
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
[ERROR] npm verb cache add spec compressible@~2.0.1
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for compressible
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/compressible not in flight; fetching
[ERROR] npm verb cache add spec vary@~1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <1.1.0" is a valid semver range for vary
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/vary already in flight; waiting
[ERROR] npm http 304 http://registry.npmjs.org/ms
[ERROR] npm verb etag http://registry.npmjs.org/ms from cache
[ERROR] npm verb get saving ms to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\ms\.cache.json
[ERROR] npm verb linkBins bytes@1.0.0
[ERROR] npm verb linkMans bytes@1.0.0
[ERROR] npm verb rebuildBundles bytes@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob\package.json
[ERROR] npm info install vhost@3.0.0
[ERROR] npm info linkStuff repeat-element@1.1.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package\package.json written
[ERROR] npm info install mime-db@1.9.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types
[ERROR] npm info installOne mime-db@1.9.1
[ERROR] npm verb installOne of mime-db to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\negotiator\0.5.1\package\package.json written
[ERROR] npm info install negotiator@0.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts
[ERROR] npm info installOne negotiator@0.5.1
[ERROR] npm verb installOne of negotiator to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\package.json
[ERROR] npm info preinstall glob-base@0.2.0
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html already in flight; waiting
[ERROR] npm verb cache add spec send@0.9.3
[ERROR] npm verb addNamed "0.9.3" is a plain semver version for send
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/send not in flight; fetching
[ERROR] npm verb cache add spec utils-merge@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for utils-merge
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
[ERROR] npm info install bytes@1.0.0
[ERROR] npm info postinstall inherits@1.0.0
[ERROR] npm info linkStuff is-dotfile@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-signature-5afe609fbac84b3b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-signature
[ERROR] npm info postinstall response-time@2.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\package.json
[ERROR] npm verb linkBins basic-auth-connect@1.0.0
[ERROR] npm verb linkMans basic-auth-connect@1.0.0
[ERROR] npm verb rebuildBundles basic-auth-connect@1.0.0
[ERROR] npm verb cache add spec is-primitive@^1.0.0
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for is-primitive
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/is-primitive not in flight; fetching
[ERROR] npm verb linkBins on-headers@1.0.0
[ERROR] npm verb linkMans on-headers@1.0.0
[ERROR] npm verb rebuildBundles on-headers@1.0.0
[ERROR] npm info postinstall vhost@3.0.0
[ERROR] npm info linkStuff is-primitive@2.0.0
[ERROR] npm info install basic-auth-connect@1.0.0
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\statuses-2b618adec4cf75c9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-4cbb6d83ea4a9344.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm verb linkBins media-typer@0.3.0
[ERROR] npm verb linkMans media-typer@0.3.0
[ERROR] npm verb rebuildBundles media-typer@0.3.0
[ERROR] npm verb get http://registry.npmjs.org/mime-types not expired, no request
[ERROR] npm verb addNamed "2.0.11" is a plain semver version for mime-types
[ERROR] npm verb request uri http://registry.npmjs.org/methods
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "CPUAO15XMGVV4PHDMFKSL0TO3"
[ERROR] npm http request GET http://registry.npmjs.org/methods
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base\package.json
[ERROR] npm info preinstall debug@2.1.3
[ERROR] npm info postinstall bytes@1.0.0
[ERROR] npm info install on-headers@1.0.0
[ERROR] npm verb request uri http://registry.npmjs.org/vary
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "82C8BQ32VW3XZ8BHZ48ACKMY0"
[ERROR] npm http request GET http://registry.npmjs.org/vary
[ERROR] npm verb get http://registry.npmjs.org/cookie-signature not expired, no request
[ERROR] npm info preinstall options@0.0.6
[ERROR] npm info preinstall isarray@0.0.1
[ERROR] npm info preinstall inherits@2.0.1
[ERROR] npm info install media-typer@0.3.0
[ERROR] npm verb get http://registry.npmjs.org/http-errors not expired, no request
[ERROR] npm verb addNamed "1.2.8" is a plain semver version for http-errors
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-d99f51279749b1d8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\inherits
[ERROR] npm verb linkBins parseurl@1.3.0
[ERROR] npm verb linkMans parseurl@1.3.0
[ERROR] npm verb rebuildBundles parseurl@1.3.0
[ERROR] npm verb request uri http://registry.npmjs.org/csrf
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "385RJGICEPR08NLHKLQXEDNI8"
[ERROR] npm http request GET http://registry.npmjs.org/csrf
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-db-961de99450848c27.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\negotiator-aea98770f55c7f63.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\response-time-c6e09e5a8bd34a1d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\response-time
[ERROR] npm info postinstall basic-auth-connect@1.0.0
[ERROR] npm verb get http://registry.npmjs.org/accepts not expired, no request
[ERROR] npm verb addNamed "1.1.4" is a plain semver version for accepts
[ERROR] npm verb request uri http://registry.npmjs.org/compressible
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "1MYSQYD5EXR148RWIZVD0Y0M6"
[ERROR] npm http request GET http://registry.npmjs.org/compressible
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\package.json
[ERROR] npm info postinstall on-headers@1.0.0
[ERROR] npm info install parseurl@1.3.0
[ERROR] npm verb linkBins repeat-element@1.1.0
[ERROR] npm verb linkMans repeat-element@1.1.0
[ERROR] npm verb rebuildBundles repeat-element@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\vhost-f72123651588bf05.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\vhost
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits\package.json
[ERROR] npm info postinstall media-typer@0.3.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/etag
[ERROR] npm verb etag http://registry.npmjs.org/etag from cache
[ERROR] npm verb get saving etag to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\etag\.cache.json
[ERROR] npm verb cache add spec basic-auth@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for basic-auth
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/basic-auth not in flight; fetching
[ERROR] npm verb cache add spec on-finished@2.1.0
[ERROR] npm verb addNamed "2.1.0" is a plain semver version for on-finished
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/on-finished not in flight; fetching
[ERROR] npm verb request uri http://registry.npmjs.org/send
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "5I7M5P0NP65XHENDA7UZH76WJ"
[ERROR] npm http request GET http://registry.npmjs.org/send
[ERROR] npm verb request uri http://registry.npmjs.org/utils-merge
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "661YC7D1JLGJPY3Y8F4VKK5N9"
[ERROR] npm http request GET http://registry.npmjs.org/utils-merge
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\bytes-bbf2fc4509a40db1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\bytes
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm verb linkBins is-dotfile@1.0.0
[ERROR] npm verb linkMans is-dotfile@1.0.0
[ERROR] npm verb rebuildBundles is-dotfile@1.0.0
[ERROR] npm info install repeat-element@1.1.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder\package.json
[ERROR] npm verb cache add spec accepts@~1.1.3
[ERROR] npm verb addNamed ">=1.1.3 <1.2.0" is a valid semver range for accepts
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/accepts not in flight; fetching
[ERROR] npm verb cache add spec escape-html@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for escape-html
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/escape-html already in flight; waiting
[ERROR] npm verb get http://registry.npmjs.org/is-primitive not expired, no request
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for is-primitive
[ERROR] npm info postinstall parseurl@1.3.0
[ERROR] npm info install is-dotfile@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\basic-auth-connect-1567c9a3157b1c2a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\basic-auth-connect
[ERROR] npm verb linkBins is-primitive@2.0.0
[ERROR] npm verb linkMans is-primitive@2.0.0
[ERROR] npm verb rebuildBundles is-primitive@2.0.0
[ERROR] npm verb cache add spec for-in@^0.1.4
[ERROR] npm verb addNamed ">=0.1.4 <0.2.0" is a valid semver range for for-in
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/for-in not in flight; fetching
[ERROR] npm http 304 http://registry.npmjs.org/methods
[ERROR] npm verb etag http://registry.npmjs.org/methods from cache
[ERROR] npm verb get saving methods to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\methods\.cache.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-headers-e46f4bb0a3c9761e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\on-headers
[ERROR] npm info postinstall repeat-element@1.1.0
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm info install is-primitive@2.0.0
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\media-typer-25eac0ce748abab6.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\media-typer
[ERROR] npm http 304 http://registry.npmjs.org/vary
[ERROR] npm verb etag http://registry.npmjs.org/vary from cache
[ERROR] npm verb get saving vary to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\vary\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-signature\1.0.6\package\package.json not in flight; writing
[ERROR] npm info postinstall is-dotfile@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-errors\1.2.8\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parseurl-7474dfbb2e1c6dcd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\parseurl
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm info postinstall is-primitive@2.0.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.1.4\package\package.json not in flight; writing
[ERROR] npm verb request uri http://registry.npmjs.org/basic-auth
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "44SC997YSPV5A9OZ8AEBLR7GY"
[ERROR] npm http request GET http://registry.npmjs.org/basic-auth
[ERROR] npm http 304 http://registry.npmjs.org/escape-html
[ERROR] npm verb etag http://registry.npmjs.org/escape-html from cache
[ERROR] npm verb get saving escape-html to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\escape-html\.cache.json
[ERROR] npm info preinstall string_decoder@0.10.31
[ERROR] npm verb request uri http://registry.npmjs.org/on-finished
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "BCHRUOCZ12BM4QUPMMW8U0425"
[ERROR] npm http request GET http://registry.npmjs.org/on-finished
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package\package.json written
[ERROR] npm info install isarray@0.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm info installOne isarray@0.0.1
[ERROR] npm verb installOne of isarray to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary not in flight; installing
[ERROR] npm info linkStuff is-extglob@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\repeat-element-406eefeddd1bfdfc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\repeat-element
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\statuses\1.2.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\inherits\2.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray\package.json
[ERROR] npm verb get http://registry.npmjs.org/accepts not expired, no request
[ERROR] npm verb addNamed "1.1.4" is a plain semver version for accepts
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-dotfile-14b2470662085e8e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-dotfile
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm http 304 http://registry.npmjs.org/compressible
[ERROR] npm verb etag http://registry.npmjs.org/compressible from cache
[ERROR] npm verb get saving compressible to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\compressible\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/for-in
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:41 PM
[ERROR] npm verb etag "8MDLX6W4IPHP8RHEDE735HHA2"
[ERROR] npm http request GET http://registry.npmjs.org/for-in
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-primitive\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\negotiator\0.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-primitive-73e3321c848c68c8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-primitive
[ERROR] npm verb addNamed "1.5.1" is a plain semver version for etag
[ERROR] npm info preinstall better-assert@1.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json written
[ERROR] npm info install mime-types@2.0.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is
[ERROR] npm info installOne mime-types@2.0.11
[ERROR] npm verb installOne of mime-types to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json already in flight; not writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-signature\1.0.6\package\package.json written
[ERROR] npm info install cookie-signature@1.0.6 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm info installOne cookie-signature@1.0.6
[ERROR] npm verb installOne of cookie-signature to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser not in flight; installing
[ERROR] npm verb cache add spec fill-range@^2.1.0
[ERROR] npm verb addNamed ">=2.1.0 <3.0.0" is a valid semver range for fill-range
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/fill-range not in flight; fetching
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-d1719fe9a20c4401.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\http-errors\1.2.8\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\package.json
[ERROR] npm verb linkBins is-extglob@1.0.0
[ERROR] npm verb linkMans is-extglob@1.0.0
[ERROR] npm verb rebuildBundles is-extglob@1.0.0
[ERROR] npm info linkStuff array-slice@0.2.3
[ERROR] npm info install is-extglob@1.0.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for vary
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for vary
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-types-592a5b7281763589.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types
[ERROR] npm verb cache add spec ms@0.7.0
[ERROR] npm verb addNamed "0.7.0" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.1.4\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.1.4\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\is-primitive\1.0.0\package\package.json written
[ERROR] npm info install is-primitive@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm info installOne is-primitive@1.0.0
[ERROR] npm verb installOne of is-primitive to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-signature-6af7289d02a15338.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json written
[ERROR] npm info install ms@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm info installOne ms@0.6.2
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout not in flight; installing
[ERROR] npm info postinstall is-extglob@1.0.0
[ERROR] npm info linkStuff glob-base@0.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\etag\1.5.1\package\package.json not in flight; writing
[ERROR] npm verb request uri http://registry.npmjs.org/fill-range
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:42 PM
[ERROR] npm verb etag "6GF9LZO6O709BRLC9QUNTPRNJ"
[ERROR] npm http request GET http://registry.npmjs.org/fill-range
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb addNamed "2.0.2" is a plain semver version for compressible
[ERROR] npm verb linkBins array-slice@0.2.3
[ERROR] npm verb linkMans array-slice@0.2.3
[ERROR] npm verb rebuildBundles array-slice@0.2.3
[ERROR] npm http 304 http://registry.npmjs.org/utils-merge
[ERROR] npm verb etag http://registry.npmjs.org/utils-merge from cache
[ERROR] npm verb get saving utils-merge to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\utils-merge\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/send
[ERROR] npm verb etag http://registry.npmjs.org/send from cache
[ERROR] npm verb get saving send to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\send\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\methods\1.1.0\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-extglob-a36feb13be0859d5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\is-extglob
[ERROR] npm info install array-slice@0.2.3
[ERROR] npm info linkStuff options@0.0.6
[ERROR] npm info linkStuff inherits@2.0.1
[ERROR] npm info linkStuff isarray@0.0.1
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-primitive-1f123c65e8fc7c15.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-e74dd6780ad64ed3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.1.4\package\package.json written
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\vary\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\isarray\0.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\vary\1.0.0\package\package.json already in flight; not writing
[ERROR] npm info postinstall array-slice@0.2.3
[ERROR] npm http 304 http://registry.npmjs.org/csrf
[ERROR] npm verb etag http://registry.npmjs.org/csrf from cache
[ERROR] npm verb get saving csrf to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\csrf\.cache.json
[ERROR] npm verb linkBins glob-base@0.2.0
[ERROR] npm verb linkMans glob-base@0.2.0
[ERROR] npm verb rebuildBundles glob-base@0.2.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json already in flight; not writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\etag\1.5.1\package\package.json written
[ERROR] npm info install ms@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm info install etag@1.5.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon
[ERROR] npm info installOne ms@0.6.2
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon not in flight; installing
[ERROR] npm info installOne etag@1.5.1
[ERROR] npm verb installOne of etag to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json already in flight; not writing
[ERROR] npm info install glob-base@0.2.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\methods\1.1.0\package\package.json written
[ERROR] npm verb linkBins options@0.0.6
[ERROR] npm verb linkMans options@0.0.6
[ERROR] npm verb rebuildBundles options@0.0.6
[ERROR] npm verb linkBins inherits@2.0.1
[ERROR] npm verb linkMans inherits@2.0.1
[ERROR] npm verb rebuildBundles inherits@2.0.1
[ERROR] npm verb linkBins isarray@0.0.1
[ERROR] npm verb linkMans isarray@0.0.1
[ERROR] npm verb rebuildBundles isarray@0.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\array-slice-b002165bc003dec8.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff\node_modules\array-slice
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm info postinstall glob-base@0.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\compressible\2.0.2\package\package.json not in flight; writing
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\cookie-signature\1.0.6\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron\package.json
[ERROR] npm info install options@0.0.6
[ERROR] npm info install inherits@2.0.1
[ERROR] npm info install isarray@0.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\package.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\etag-3da253ed2c4e80df.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-63c44199bc6b9c1f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm verb cache add spec callsite@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for callsite
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/callsite not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\vary\1.0.0\package\package.json written
[ERROR] npm info install methods@1.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm info install vary@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm info installOne methods@1.1.0
[ERROR] npm verb installOne of methods to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override not in flight; installing
[ERROR] npm info installOne vary@1.0.0
[ERROR] npm verb installOne of vary to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override not in flight; installing
[ERROR] npm info linkStuff string_decoder@0.10.31
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package\package.json written
[ERROR] npm info install accepts@1.1.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler
[ERROR] npm info installOne accepts@1.1.4
[ERROR] npm verb installOne of accepts to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler not in flight; installing
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler not in flight; installing
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler not in flight; installing
[ERROR] npm info postinstall options@0.0.6
[ERROR] npm info postinstall inherits@2.0.1
[ERROR] npm info postinstall isarray@0.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-base-3c450e4e424c20de.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob\node_modules\glob-base
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\is-primitive\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is\package.json
[ERROR] npm info preinstall ultron@1.0.1
[ERROR] npm info linkStuff arr-diff@1.0.1
[ERROR] npm verb addNamed "2.0.7" is a plain semver version for csrf
[ERROR] npm http 304 http://registry.npmjs.org/basic-auth
[ERROR] npm verb etag http://registry.npmjs.org/basic-auth from cache
[ERROR] npm verb get saving basic-auth to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\basic-auth\.cache.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\compressible\2.0.2\package\package.json written
[ERROR] npm info install accepts@1.1.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm info install vary@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm info install compressible@2.0.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression
[ERROR] npm info installOne accepts@1.1.4
[ERROR] npm verb installOne of accepts to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression not in flight; installing
[ERROR] npm info installOne vary@1.0.0
[ERROR] npm verb installOne of vary to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression not in flight; installing
[ERROR] npm info installOne compressible@2.0.2
[ERROR] npm verb installOne of compressible to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression not in flight; installing
[ERROR] npm info preinstall debug@2.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-232d794eb52ccf79.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\inherits
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\options-d32d9b1edd625fb7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\options
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-2ad3b2a0cb0b5110.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\isarray
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\vary-d9766862e0396080.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\methods-4649c27abbd9bbc3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm info preinstall graceful-fs@1.2.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package\package.json written
[ERROR] npm info install ms@0.7.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm info installOne ms@0.7.0
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug not in flight; installing
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\accepts-6967fadc779f1346.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-b30187767facb651.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-effab55cc6355531.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron\package.json
[ERROR] npm verb request uri http://registry.npmjs.org/callsite
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:42 PM
[ERROR] npm verb etag "AA6Q95V9NJ5FLNWJ3AAO2JSOY"
[ERROR] npm http request GET http://registry.npmjs.org/callsite
[ERROR] npm verb linkBins string_decoder@0.10.31
[ERROR] npm verb linkMans string_decoder@0.10.31
[ERROR] npm verb rebuildBundles string_decoder@0.10.31
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag
[ERROR] npm info preinstall depd@0.4.5
[ERROR] npm http 304 http://registry.npmjs.org/for-in
[ERROR] npm verb etag http://registry.npmjs.org/for-in from cache
[ERROR] npm verb get saving for-in to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\for-in\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/fill-range
[ERROR] npm verb etag http://registry.npmjs.org/fill-range from cache
[ERROR] npm verb get saving fill-range to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\fill-range\.cache.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\package.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm info linkStuff parse-glob@3.0.2
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json not in flight; writing
[ERROR] npm info install string_decoder@0.10.31
[ERROR] npm info preinstall isobject@0.2.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.9.3\package\package.json not in flight; writing
[ERROR] npm info preinstall core-util-is@1.0.1
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\vary-e08491e0b2bce49e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\accepts-221c0346eb87a686.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\compressible-74e11ae86ec14172.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm verb linkBins arr-diff@1.0.1
[ERROR] npm verb linkMans arr-diff@1.0.1
[ERROR] npm verb rebuildBundles arr-diff@1.0.1
[ERROR] npm info postinstall string_decoder@0.10.31
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\etag\1.5.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-d7f589e2dc1cb919.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm verb rebuildBundles [ 'array-slice' ]
[ERROR] npm info install arr-diff@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\csrf\2.0.7\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron\package.json
[ERROR] npm info postinstall arr-diff@1.0.1
[ERROR] npm verb linkBins parse-glob@3.0.2
[ERROR] npm verb linkMans parse-glob@3.0.2
[ERROR] npm verb rebuildBundles parse-glob@3.0.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\string-decoder-b531e47a1d46a9e9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\string_decoder
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.9.3\package\package.json written
[ERROR] npm info install escape-html@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm info install utils-merge@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm info install send@0.9.3 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static
[ERROR] npm info installOne escape-html@1.0.1
[ERROR] npm verb installOne of escape-html to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne utils-merge@1.0.0
[ERROR] npm verb installOne of utils-merge to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static not in flight; installing
[ERROR] npm info installOne send@0.9.3
[ERROR] npm verb installOne of send to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\package.json
[ERROR] npm verb rebuildBundles [ 'glob-base', 'is-dotfile', 'is-extglob' ]
[ERROR] npm info install parse-glob@3.0.2
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\vary\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\methods\1.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd\package.json
[ERROR] npm verb addNamed "0.1.4" is a plain semver version for for-in
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.1.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm info preinstall preserve@0.2.0
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb addNamed "2.2.2" is a plain semver version for fill-range
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\arr-diff-a52627d153cc823d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\arr-diff
[ERROR] npm info postinstall parse-glob@3.0.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject\package.json
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\csrf\2.0.7\package\package.json written
[ERROR] npm info install http-errors@1.2.8 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm info install csrf@2.0.7 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf
[ERROR] npm info installOne http-errors@1.2.8
[ERROR] npm verb installOne of http-errors to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf not in flight; installing
[ERROR] npm info installOne csrf@2.0.7
[ERROR] npm verb installOne of csrf to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\send-708f50eaee28270d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\send
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-3a5e42586561a35b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-f948887bed86889f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm http 304 http://registry.npmjs.org/on-finished
[ERROR] npm verb etag http://registry.npmjs.org/on-finished from cache
[ERROR] npm verb get saving on-finished to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\on-finished\.cache.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\accepts\1.1.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\vary\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\compressible\2.0.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\parse-glob-4b11f6965d91f925.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\parse-glob
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.7.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm info preinstall utf8@2.0.0
[ERROR] npm http 304 http://registry.npmjs.org/callsite
[ERROR] npm verb etag http://registry.npmjs.org/callsite from cache
[ERROR] npm verb get saving callsite to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\callsite\.cache.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\basic-auth\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb cache add spec ms@0.6.2
[ERROR] npm verb addNamed "0.6.2" is a plain semver version for ms
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/ms not in flight; fetching
[ERROR] npm info preinstall body-parser@1.8.4
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\csrf-605762c6b12c3076.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\for-in\0.1.4\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-errors-67b2857ef2acd827.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fill-range\2.2.2\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\package.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\send
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve\package.json
[ERROR] npm info linkStuff ultron@1.0.1
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm info linkStuff graceful-fs@1.2.3
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\send
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb get http://registry.npmjs.org/ms not expired, no request
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\basic-auth\1.0.0\package\package.json written
[ERROR] npm info linkStuff depd@0.4.5
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\send\0.9.3\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\send
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\send
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\escape-html\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\for-in\0.1.4\package\package.json written
[ERROR] npm info install for-in@0.1.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own
[ERROR] npm info installOne for-in@0.1.4
[ERROR] npm verb installOne of for-in to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own not in flight; installing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\fill-range\2.2.2\package\package.json written
[ERROR] npm info install fill-range@2.2.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range
[ERROR] npm info installOne fill-range@2.2.2
[ERROR] npm verb installOne of fill-range to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range not in flight; installing
[ERROR] npm info preinstall express-session@1.8.2
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf
[ERROR] npm info linkStuff isobject@0.2.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8\package.json
[ERROR] npm info linkStuff core-util-is@1.0.1
[ERROR] npm verb linkBins ultron@1.0.1
[ERROR] npm verb linkMans ultron@1.0.1
[ERROR] npm verb rebuildBundles ultron@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf
[ERROR] npm info install ultron@1.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb linkBins graceful-fs@1.2.3
[ERROR] npm verb linkMans graceful-fs@1.2.3
[ERROR] npm verb rebuildBundles graceful-fs@1.2.3
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\http-errors\1.2.8\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\csrf\2.0.7\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf
[ERROR] npm info install graceful-fs@1.2.3
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\for-in-9294fa2273a7d469.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm verb linkBins depd@0.4.5
[ERROR] npm verb linkMans depd@0.4.5
[ERROR] npm verb rebuildBundles depd@0.4.5
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\fill-range-87217c7787e226cc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\node_modules\fill-range
[ERROR] npm info postinstall ultron@1.0.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json not in flight; writing
[ERROR] npm info install depd@0.4.5
[ERROR] npm verb linkBins isobject@0.2.0
[ERROR] npm verb linkMans isobject@0.2.0
[ERROR] npm verb rebuildBundles isobject@0.2.0
[ERROR] npm info postinstall graceful-fs@1.2.3
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.1.0\package\package.json not in flight; writing
[ERROR] npm verb linkBins core-util-is@1.0.1
[ERROR] npm verb linkMans core-util-is@1.0.1
[ERROR] npm verb rebuildBundles core-util-is@1.0.1
[ERROR] npm info install isobject@0.2.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm info install core-util-is@1.0.1
[ERROR] npm info preinstall multiparty@3.3.2
[ERROR] npm info postinstall depd@0.4.5
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\callsite\1.0.0\package\package.json not in flight; writing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ultron-6ab787e0d8613800.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\ws\node_modules\ultron
[ERROR] npm info linkStuff preserve@0.2.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\package.json
[ERROR] npm info postinstall isobject@0.2.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\graceful-fs-1d167d05c5e36003.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob\node_modules\graceful-fs
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm info postinstall core-util-is@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\package.json
[ERROR] npm verb cache add spec iconv-lite@0.4.4
[ERROR] npm verb addNamed "0.4.4" is a plain semver version for iconv-lite
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/iconv-lite not in flight; fetching
[ERROR] npm verb cache add spec on-finished@2.1.0
[ERROR] npm verb addNamed "2.1.0" is a plain semver version for on-finished
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/on-finished not in flight; fetching
[ERROR] npm verb cache add spec raw-body@1.3.0
[ERROR] npm verb addNamed "1.3.0" is a plain semver version for raw-body
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/raw-body not in flight; fetching
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\depd-aac3deb7593d4444.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\depd
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package\package.json written
[ERROR] npm info install ms@0.6.2 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug
[ERROR] npm info installOne ms@0.6.2
[ERROR] npm verb installOne of ms to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug not in flight; installing
[ERROR] npm verb unbuild node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\node_modules\fill-range
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.1.0\package\package.json written
[ERROR] npm info install basic-auth@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm info install on-finished@2.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan
[ERROR] npm info installOne basic-auth@1.0.0
[ERROR] npm verb installOne of basic-auth to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan not in flight; installing
[ERROR] npm info installOne on-finished@2.1.0
[ERROR] npm verb installOne of on-finished to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan not in flight; installing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isobject-52537631efa37f1c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\isobject
[ERROR] npm info linkStuff utf8@2.0.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\core-util-is-59f79c3a3ffea0aa.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream\node_modules\core-util-is
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm verb linkBins preserve@0.2.0
[ERROR] npm verb linkMans preserve@0.2.0
[ERROR] npm verb rebuildBundles preserve@0.2.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\callsite\1.0.0\package\package.json written
[ERROR] npm info install callsite@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert
[ERROR] npm info installOne callsite@1.0.0
[ERROR] npm verb installOne of callsite to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert not in flight; installing
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\node_modules\fill-range
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\for-in\0.1.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm info install preserve@0.2.0
[ERROR] npm info linkStuff glob@3.1.21
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\fill-range\2.2.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\node_modules\fill-range
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\node_modules\fill-range
[ERROR] npm verb request uri http://registry.npmjs.org/iconv-lite
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:43 PM
[ERROR] npm verb etag "BQERB8K8THBKCG7GIC641H944"
[ERROR] npm http request GET http://registry.npmjs.org/iconv-lite
[ERROR] npm verb request uri http://registry.npmjs.org/raw-body
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:43 PM
[ERROR] npm verb etag "2ERSEM0A4ZLNJ2IKBDD8TJQB"
[ERROR] npm http request GET http://registry.npmjs.org/raw-body
[ERROR] npm verb get http://registry.npmjs.org/on-finished not expired, no request
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-ef382e16025c67e1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\basic-auth-ac49f7f9d1ead953.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-finished-9a6729f588178aed.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished
[ERROR] npm info postinstall preserve@0.2.0
[ERROR] npm verb cache add spec crc@3.0.0
[ERROR] npm verb addNamed "3.0.0" is a plain semver version for crc
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/crc not in flight; fetching
[ERROR] npm verb cache add spec uid-safe@1.0.1
[ERROR] npm verb addNamed "1.0.1" is a plain semver version for uid-safe
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/uid-safe not in flight; fetching
[ERROR] npm verb cache add spec utils-merge@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for utils-merge
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/utils-merge not in flight; fetching
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\callsite-6cd27b9aef107d88.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite
[ERROR] npm verb linkBins utf8@2.0.0
[ERROR] npm verb linkMans utf8@2.0.0
[ERROR] npm verb rebuildBundles utf8@2.0.0
[ERROR] npm info linkStuff readable-stream@1.0.33
[ERROR] npm info install utf8@2.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\preserve-62a9c487a04cb517.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\preserve
[ERROR] npm verb linkBins glob@3.1.21
[ERROR] npm verb linkMans glob@3.1.21
[ERROR] npm verb rebuildBundles glob@3.1.21
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive\package.json
[ERROR] npm info postinstall utf8@2.0.0
[ERROR] npm verb rebuildBundles [ 'graceful-fs', 'inherits' ]
[ERROR] npm info install glob@3.1.21
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.1.0\package\package.json not in flight; writing
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb request uri http://registry.npmjs.org/crc
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:43 PM
[ERROR] npm verb etag "9KLHMWPTPD5YTV8S7DC5G1ODQ"
[ERROR] npm http request GET http://registry.npmjs.org/crc
[ERROR] npm verb request uri http://registry.npmjs.org/uid-safe
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:43 PM
[ERROR] npm verb etag "3BIPZBA3CWJZX3BT2U6JRWMR9"
[ERROR] npm http request GET http://registry.npmjs.org/uid-safe
[ERROR] npm verb get http://registry.npmjs.org/utils-merge not expired, no request
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm info postinstall glob@3.1.21
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb linkBins readable-stream@1.0.33
[ERROR] npm verb linkMans readable-stream@1.0.33
[ERROR] npm verb rebuildBundles readable-stream@1.0.33
[ERROR] npm verb unbuild node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utf8-c262c5e1b3cffa30.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser\node_modules\utf8
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm verb cache add spec readable-stream@~1.1.9
[ERROR] npm verb addNamed ">=1.1.9 <1.2.0" is a valid semver range for readable-stream
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/readable-stream not in flight; fetching
[ERROR] npm verb cache add spec stream-counter@~0.2.0
[ERROR] npm verb addNamed ">=0.2.0 <0.3.0" is a valid semver range for stream-counter
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/stream-counter not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\ms\0.6.2\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm verb rebuildBundles [ 'core-util-is', 'inherits', 'isarray', 'string_decoder' ]
[ERROR] npm info install readable-stream@1.0.33
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\basic-auth\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm info preinstall is-primitive@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses\package.json
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-f993d8a445c892c9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule\node_modules\glob
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm info postinstall readable-stream@1.0.33
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\callsite\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.1.0\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json not in flight; writing
[ERROR] npm http 304 http://registry.npmjs.org/iconv-lite
[ERROR] npm verb etag http://registry.npmjs.org/iconv-lite from cache
[ERROR] npm verb get saving iconv-lite to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\iconv-lite\.cache.json
[ERROR] npm info preinstall inherits@2.0.1
[ERROR] npm http 304 http://registry.npmjs.org/crc
[ERROR] npm verb etag http://registry.npmjs.org/crc from cache
[ERROR] npm verb get saving crc to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\crc\.cache.json
[ERROR] npm info linkStuff engine.io-parser@1.2.1
[ERROR] npm verb request uri http://registry.npmjs.org/readable-stream
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:44 PM
[ERROR] npm verb etag "32FILY7NIYUJ856MT6RLM79TM"
[ERROR] npm http request GET http://registry.npmjs.org/readable-stream
[ERROR] npm verb request uri http://registry.npmjs.org/stream-counter
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:44 PM
[ERROR] npm verb etag "AU1V66ML0GQA428JODQ2OND0G"
[ERROR] npm http request GET http://registry.npmjs.org/stream-counter
[ERROR] npm info preinstall statuses@1.2.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readable-stream-96aff0e39c4b62a1.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp\node_modules\readable-stream
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits\package.json
[ERROR] npm info linkStuff globule@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature\package.json
[ERROR] npm verb linkBins engine.io-parser@1.2.1
[ERROR] npm verb linkMans engine.io-parser@1.2.1
[ERROR] npm verb rebuildBundles engine.io-parser@1.2.1
[ERROR] npm info preinstall ms@0.6.2
[ERROR] npm info linkStuff readdirp@1.3.0
[ERROR] npm verb rebuildBundles [ 'after',
[ERROR] npm verb rebuildBundles 'arraybuffer.slice',
[ERROR] npm verb rebuildBundles 'base64-arraybuffer',
[ERROR] npm verb rebuildBundles 'blob',
[ERROR] npm verb rebuildBundles 'has-binary',
[ERROR] npm verb rebuildBundles 'utf8' ]
[ERROR] npm info install engine.io-parser@1.2.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package\package.json written
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms\package.json
[ERROR] npm verb linkBins globule@0.1.0
[ERROR] npm verb linkMans globule@0.1.0
[ERROR] npm verb rebuildBundles globule@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits\package.json
[ERROR] npm info postinstall engine.io-parser@1.2.1
[ERROR] npm verb rebuildBundles [ 'glob', 'lodash', 'minimatch' ]
[ERROR] npm info install globule@0.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses\package.json
[ERROR] npm info preinstall cookie-signature@1.0.6
[ERROR] npm http 304 http://registry.npmjs.org/raw-body
[ERROR] npm verb etag http://registry.npmjs.org/raw-body from cache
[ERROR] npm verb get saving raw-body to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\raw-body\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/uid-safe
[ERROR] npm verb etag http://registry.npmjs.org/uid-safe from cache
[ERROR] npm verb get saving uid-safe to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\uid-safe\.cache.json
[ERROR] npm info postinstall globule@0.1.0
[ERROR] npm verb linkBins readdirp@1.3.0
[ERROR] npm verb linkMans readdirp@1.3.0
[ERROR] npm verb rebuildBundles readdirp@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\engine-io-parser-4e9fb0ccc6a0ae72.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\engine.io\node_modules\engine.io-parser
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature\package.json
[ERROR] npm info preinstall ms@0.6.2
[ERROR] npm verb rebuildBundles [ 'readable-stream' ]
[ERROR] npm info install readdirp@1.3.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\package.json
[ERROR] npm info preinstall isarray@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\globule-d618d5ca9d01280a.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze\node_modules\globule
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm info postinstall readdirp@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\iconv-lite\0.4.4\package\package.json not in flight; writing
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.0.0\package\package.json not in flight; writing
[ERROR] npm info linkStuff is-primitive@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readdirp-013e130ee5ac5a58.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\readdirp
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\package.json
[ERROR] npm info preinstall mime-types@2.0.11
[ERROR] npm info linkStuff inherits@2.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\package.json
[ERROR] npm info linkStuff statuses@1.2.1
[ERROR] npm info linkStuff gaze@0.5.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\iconv-lite\0.4.4\package\package.json written
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.0.0\package\package.json written
[ERROR] npm verb linkBins is-primitive@1.0.0
[ERROR] npm verb linkMans is-primitive@1.0.0
[ERROR] npm verb rebuildBundles is-primitive@1.0.0
[ERROR] npm info install is-primitive@1.0.0
[ERROR] npm info preinstall compressible@2.0.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb linkBins inherits@2.0.1
[ERROR] npm verb linkMans inherits@2.0.1
[ERROR] npm verb rebuildBundles inherits@2.0.1
[ERROR] npm info postinstall is-primitive@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\uid-safe\1.0.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\raw-body\1.3.0\package\package.json not in flight; writing
[ERROR] npm info linkStuff ms@0.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\package.json
[ERROR] npm verb linkBins gaze@0.5.1
[ERROR] npm verb linkMans gaze@0.5.1
[ERROR] npm verb rebuildBundles gaze@0.5.1
[ERROR] npm verb linkBins statuses@1.2.1
[ERROR] npm verb linkMans statuses@1.2.1
[ERROR] npm verb rebuildBundles statuses@1.2.1
[ERROR] npm info install inherits@2.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\package.json
[ERROR] npm verb rebuildBundles [ 'globule' ]
[ERROR] npm info install gaze@0.5.1
[ERROR] npm info install statuses@1.2.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms\package.json
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag\package.json
[ERROR] npm info postinstall inherits@2.0.1
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-primitive-1f123c65e8fc7c15.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow\node_modules\is-primitive
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm info postinstall gaze@0.5.1
[ERROR] npm http 304 http://registry.npmjs.org/stream-counter
[ERROR] npm verb etag http://registry.npmjs.org/stream-counter from cache
[ERROR] npm verb get saving stream-counter to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\stream-counter\.cache.json
[ERROR] npm http 304 http://registry.npmjs.org/readable-stream
[ERROR] npm verb etag http://registry.npmjs.org/readable-stream from cache
[ERROR] npm verb get saving readable-stream to C:\Users\buschs1\AppData\Roaming\npm-cache\registry.npmjs.org\readable-stream\.cache.json
[ERROR] npm info postinstall statuses@1.2.1
[ERROR] npm info linkStuff cookie-signature@1.0.6
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html\package.json
[ERROR] npm verb linkBins ms@0.6.2
[ERROR] npm verb linkMans ms@0.6.2
[ERROR] npm verb rebuildBundles ms@0.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\uid-safe\1.0.1\package\package.json written
[ERROR] npm info install utils-merge@1.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm info install crc@3.0.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm info install uid-safe@1.0.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session
[ERROR] npm info installOne utils-merge@1.0.0
[ERROR] npm verb installOne of utils-merge to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session not in flight; installing
[ERROR] npm info installOne crc@3.0.0
[ERROR] npm verb installOne of crc to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session not in flight; installing
[ERROR] npm info installOne uid-safe@1.0.1
[ERROR] npm verb installOne of uid-safe to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session not in flight; installing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\raw-body\1.3.0\package\package.json written
[ERROR] npm info install on-finished@2.1.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm info install iconv-lite@0.4.4 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm info install raw-body@1.3.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser
[ERROR] npm info installOne on-finished@2.1.0
[ERROR] npm verb installOne of on-finished to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser not in flight; installing
[ERROR] npm info installOne iconv-lite@0.4.4
[ERROR] npm verb installOne of iconv-lite to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser not in flight; installing
[ERROR] npm info installOne raw-body@1.3.0
[ERROR] npm verb installOne of raw-body to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser not in flight; installing
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\inherits-4cbb6d83ea4a9344.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\inherits
[ERROR] npm info install ms@0.6.2
[ERROR] npm info linkStuff ms@0.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\gaze-af56e70b17dfdea2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher\node_modules\gaze
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\statuses-2b618adec4cf75c9.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors\node_modules\statuses
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm info preinstall ms@0.7.0
[ERROR] npm info linkStuff isarray@0.0.1
[ERROR] npm info preinstall etag@1.5.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary\package.json
[ERROR] npm info linkStuff is-equal-shallow@0.1.2
[ERROR] npm info postinstall ms@0.6.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb cache add spec mime-db@~1.9.1
[ERROR] npm verb addNamed ">=1.9.1 <1.10.0" is a valid semver range for mime-db
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-db not in flight; fetching
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs\package.json
[ERROR] npm verb linkBins cookie-signature@1.0.6
[ERROR] npm verb linkMans cookie-signature@1.0.6
[ERROR] npm verb rebuildBundles cookie-signature@1.0.6
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-151e34dff9584e3d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\utils-merge
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\uid-safe-547145776af532b7.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\uid-safe
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\crc-b8bb3250d8804383.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\crc
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\on-finished-a6f8ab43f35ee7af.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\on-finished
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\raw-body-0d331b03118c7653.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\raw-body
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\iconv-lite-e7772c41b52a855d.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\iconv-lite
[ERROR] npm info install cookie-signature@1.0.6
[ERROR] npm info preinstall utils-merge@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html\package.json
[ERROR] npm verb linkBins ms@0.6.2
[ERROR] npm verb linkMans ms@0.6.2
[ERROR] npm verb rebuildBundles ms@0.6.2
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-e74dd6780ad64ed3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html\package.json
[ERROR] npm info linkStuff glob-watcher@0.0.7
[ERROR] npm info linkStuff http-errors@1.3.1
[ERROR] npm verb addNamed "0.2.0" is a plain semver version for stream-counter
[ERROR] npm verb addNamed "1.1.13" is a plain semver version for readable-stream
[ERROR] npm info postinstall cookie-signature@1.0.6
[ERROR] npm info install ms@0.6.2
[ERROR] npm info preinstall vary@1.0.0
[ERROR] npm verb linkBins isarray@0.0.1
[ERROR] npm verb linkMans isarray@0.0.1
[ERROR] npm verb rebuildBundles isarray@0.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth\package.json
[ERROR] npm info preinstall methods@1.1.0
[ERROR] npm info preinstall accepts@1.1.4
[ERROR] npm info preinstall escape-html@1.0.1
[ERROR] npm verb linkBins is-equal-shallow@0.1.2
[ERROR] npm verb linkMans is-equal-shallow@0.1.2
[ERROR] npm verb rebuildBundles is-equal-shallow@0.1.2
[ERROR] npm info install isarray@0.0.1
[ERROR] npm verb cache add spec mime-db@>= 1.1.2 < 2
[ERROR] npm verb addNamed ">=1.1.2 <2.0.0" is a valid semver range for mime-db
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-db already in flight; waiting
[ERROR] npm verb rebuildBundles [ 'is-primitive' ]
[ERROR] npm info install is-equal-shallow@0.1.2
[ERROR] npm info postinstall ms@0.6.2
[ERROR] npm info preinstall qs@2.2.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary\package.json
[ERROR] npm verb get http://registry.npmjs.org/mime-db not expired, no request
[ERROR] npm verb addNamed "1.9.1" is a plain semver version for mime-db
[ERROR] npm verb addNamed "1.9.1" is a plain semver version for mime-db
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm info preinstall accepts@1.1.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-signature-6af7289d02a15338.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser\node_modules\cookie-signature
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\utils-merge
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\uid-safe
[ERROR] npm info postinstall isarray@0.0.1
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\crc
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag\package.json
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\on-finished
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\raw-body
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\iconv-lite
[ERROR] npm info postinstall is-equal-shallow@0.1.2
[ERROR] npm info linkStuff connect-timeout@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs\package.json
[ERROR] npm verb linkBins http-errors@1.3.1
[ERROR] npm verb linkMans http-errors@1.3.1
[ERROR] npm verb rebuildBundles http-errors@1.3.1
[ERROR] npm verb linkBins glob-watcher@0.0.7
[ERROR] npm verb linkMans glob-watcher@0.0.7
[ERROR] npm verb rebuildBundles glob-watcher@0.0.7
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts\package.json
[ERROR] npm info preinstall basic-auth@1.0.0
[ERROR] npm info preinstall vary@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-63c44199bc6b9c1f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\ms
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\uid-safe
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\crc
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm verb rebuildBundles [ 'inherits', 'statuses' ]
[ERROR] npm info install http-errors@1.3.1
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\stream-counter\0.2.0\package\package.json not in flight; writing
[ERROR] npm verb rebuildBundles [ 'gaze' ]
[ERROR] npm info install glob-watcher@0.0.7
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\raw-body
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\iconv-lite
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.1.13\package\package.json not in flight; writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\uid-safe\1.0.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\uid-safe
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\uid-safe
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\utils-merge\1.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\utils-merge
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\utils-merge
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\isarray-d1719fe9a20c4401.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary\node_modules\isarray
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.0.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\crc
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\express-session\node_modules\crc
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\on-finished\2.1.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\on-finished
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\on-finished
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\raw-body\1.3.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\raw-body
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\raw-body
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\iconv-lite\0.4.4\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\iconv-lite
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\body-parser\node_modules\iconv-lite
[ERROR] npm info preinstall for-in@0.1.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\is-equal-shallow-5c6622b2c730f7b5.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache\node_modules\is-equal-shallow
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm info postinstall http-errors@1.3.1
[ERROR] npm info postinstall glob-watcher@0.0.7
[ERROR] npm info linkStuff cookie-parser@1.3.4
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package\package.json already in flight; not writing
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm verb linkBins connect-timeout@1.3.0
[ERROR] npm verb linkMans connect-timeout@1.3.0
[ERROR] npm verb rebuildBundles connect-timeout@1.3.0
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install connect-timeout@1.3.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs\package.json
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms\package.json
[ERROR] npm info preinstall csrf@2.0.7
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\http-errors-348790e516a8bdfa.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\http-errors
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\glob-watcher-3daad3332975dad6.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\glob-watcher
[ERROR] npm info preinstall http-errors@1.2.8
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts\package.json
[ERROR] npm verb cache add spec crc@3.2.1
[ERROR] npm verb addNamed "3.2.1" is a plain semver version for crc
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/crc not in flight; fetching
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\stream-counter\0.2.0\package\package.json written
[ERROR] npm info linkStuff has-binary@0.1.6
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.1.13\package\package.json written
[ERROR] npm info install stream-counter@0.2.0 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm info install readable-stream@1.1.13 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty
[ERROR] npm info installOne stream-counter@0.2.0
[ERROR] npm verb installOne of stream-counter to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty not in flight; installing
[ERROR] npm info installOne readable-stream@1.1.13
[ERROR] npm verb installOne of readable-stream to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty not in flight; installing
[ERROR] npm info linkStuff regex-cache@0.4.2
[ERROR] npm info postinstall connect-timeout@1.3.0
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth\package.json
[ERROR] npm info preinstall lodash@2.4.2
[ERROR] npm verb linkBins cookie-parser@1.3.4
[ERROR] npm verb linkMans cookie-parser@1.3.4
[ERROR] npm verb rebuildBundles cookie-parser@1.3.4
[ERROR] npm info linkStuff ms@0.7.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package\package.json written
[ERROR] npm info install mime-db@1.9.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types
[ERROR] npm info installOne mime-db@1.9.1
[ERROR] npm verb installOne of mime-db to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types not in flight; installing
[ERROR] npm info install mime-db@1.9.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible
[ERROR] npm info installOne mime-db@1.9.1
[ERROR] npm verb installOne of mime-db to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible not in flight; installing
[ERROR] npm verb rebuildBundles [ 'cookie-signature' ]
[ERROR] npm info install cookie-parser@1.3.4
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm info preinstall ms@0.6.2
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\connect-timeout-cb61a1c20224fe32.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\connect-timeout
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm verb get http://registry.npmjs.org/crc not expired, no request
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\readable-stream-9b77dc55b6195ecd.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\readable-stream
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\stream-counter-14ec131de589573c.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\stream-counter
[ERROR] npm info postinstall cookie-parser@1.3.4
[ERROR] npm verb linkBins has-binary@0.1.6
[ERROR] npm verb linkMans has-binary@0.1.6
[ERROR] npm verb rebuildBundles has-binary@0.1.6
[ERROR] npm verb cache add spec mime-types@~2.0.4
[ERROR] npm verb addNamed ">=2.0.4 <2.1.0" is a valid semver range for mime-types
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-types not in flight; fetching
[ERROR] npm verb cache add spec negotiator@0.4.9
[ERROR] npm verb addNamed "0.4.9" is a plain semver version for negotiator
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/negotiator not in flight; fetching
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator\package.json
[ERROR] npm verb linkBins regex-cache@0.4.2
[ERROR] npm verb linkMans regex-cache@0.4.2
[ERROR] npm verb rebuildBundles regex-cache@0.4.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb rebuildBundles [ 'isarray' ]
[ERROR] npm info install has-binary@0.1.6
[ERROR] npm info linkStuff utils-merge@1.0.0
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm verb rebuildBundles [ 'is-equal-shallow', 'is-primitive' ]
[ERROR] npm info install regex-cache@0.4.2
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-db-945d00f211f91a61.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-db-db664ac0f83599f2.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\node_modules\mime-db
[ERROR] npm verb cache add spec mime-types@~2.0.4
[ERROR] npm verb addNamed ">=2.0.4 <2.1.0" is a valid semver range for mime-types
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/mime-types already in flight; waiting
[ERROR] npm verb cache add spec negotiator@0.4.9
[ERROR] npm verb addNamed "0.4.9" is a plain semver version for negotiator
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/negotiator already in flight; waiting
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\csrf\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\csurf\node_modules\http-errors\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm verb linkBins ms@0.7.0
[ERROR] npm verb linkMans ms@0.7.0
[ERROR] npm verb rebuildBundles ms@0.7.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\cookie-parser-cb82944093cb2e42.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\cookie-parser
[ERROR] npm info postinstall has-binary@0.1.6
[ERROR] npm info linkStuff vary@1.0.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo\package.json
[ERROR] npm info linkStuff methods@1.1.0
[ERROR] npm info linkStuff escape-html@1.0.1
[ERROR] npm info install ms@0.7.0
[ERROR] npm info postinstall regex-cache@0.4.2
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async\package.json
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\object.omit\node_modules\for-own\node_modules\for-in
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-effab55cc6355531.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler\node_modules\escape-html
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\finalhandler
[ERROR] npm info preinstall negotiator@0.5.1
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash\package.json
[ERROR] npm info linkStuff qs@2.2.4
[ERROR] npm verb get http://registry.npmjs.org/mime-types not expired, no request
[ERROR] npm verb addNamed "2.0.11" is a plain semver version for mime-types
[ERROR] npm verb addNamed "2.0.11" is a plain semver version for mime-types
[ERROR] npm verb get http://registry.npmjs.org/negotiator not expired, no request
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-b30187767facb651.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\escape-html
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.2.1\package\package.json not in flight; writing
[ERROR] npm info postinstall ms@0.7.0
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\readable-stream
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\stream-counter
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\has-binary-51d68981fd2e0194.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\has-binary
[ERROR] npm verb linkBins utils-merge@1.0.0
[ERROR] npm verb linkMans utils-merge@1.0.0
[ERROR] npm verb rebuildBundles utils-merge@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator\package.json
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\regex-cache-2552793c09ce7854.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\regex-cache
[ERROR] npm info install utils-merge@1.0.0
[ERROR] npm info linkStuff vary@1.0.0
[ERROR] npm info linkStuff basic-auth@1.0.0
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\readable-stream
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb unbuild node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\node_modules\mime-db
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\stream-counter
[ERROR] npm verb linkBins vary@1.0.0
[ERROR] npm verb linkMans vary@1.0.0
[ERROR] npm verb rebuildBundles vary@1.0.0
[ERROR] npm info preinstall pkginfo@0.3.0
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite\package.json
[ERROR] npm verb linkBins escape-html@1.0.1
[ERROR] npm verb linkMans escape-html@1.0.1
[ERROR] npm verb rebuildBundles escape-html@1.0.1
[ERROR] npm verb linkBins methods@1.1.0
[ERROR] npm verb linkMans methods@1.1.0
[ERROR] npm verb rebuildBundles methods@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\ms-d7f589e2dc1cb919.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug\node_modules\ms
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\debug
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\readable-stream\1.1.13\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\readable-stream
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\readable-stream
[ERROR] npm info preinstall async@0.2.10
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\stream-counter\0.2.0\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\stream-counter
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\multiparty\node_modules\stream-counter
[ERROR] npm info install vary@1.0.0
[ERROR] npm info postinstall utils-merge@1.0.0
[ERROR] npm verb cache add spec uid-safe@~1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for uid-safe
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/uid-safe not in flight; fetching
[ERROR] npm verb cache add spec base64-url@1.2.1
[ERROR] npm verb addNamed "1.2.1" is a plain semver version for base64-url
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/base64-url not in flight; fetching
[ERROR] npm verb cache add spec rndm@~1.1.0
[ERROR] npm verb addNamed ">=1.1.0 <1.2.0" is a valid semver range for rndm
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/rndm not in flight; fetching
[ERROR] npm verb cache add spec scmp@1.0.0
[ERROR] npm verb addNamed "1.0.0" is a plain semver version for scmp
[ERROR] npm verb addNameVersion registry:http://registry.npmjs.org/scmp not in flight; fetching
[ERROR] npm info linkStuff for-in@0.1.4
[ERROR] npm info linkStuff finalhandler@0.2.0
[ERROR] npm info install escape-html@1.0.1
[ERROR] npm info install methods@1.1.0
[ERROR] npm verb linkBins qs@2.2.4
[ERROR] npm verb linkMans qs@2.2.4
[ERROR] npm verb rebuildBundles qs@2.2.4
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\node_modules\mime-db
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo\package.json
[ERROR] npm verb cache add spec inherits@~2.0.1
[ERROR] npm verb addNamed ">=2.0.1 <2.1.0" is a valid semver range for inherits
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/inherits not in flight; fetching
[ERROR] npm verb cache add spec statuses@1
[ERROR] npm verb addNamed ">=1.0.0 <2.0.0" is a valid semver range for statuses
[ERROR] npm verb addNameRange registry:http://registry.npmjs.org/statuses not in flight; fetching
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\lodash
[ERROR] npm info install qs@2.2.4
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\type-is\node_modules\mime-types\node_modules\mime-db
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async\package.json
[ERROR] npm verb tar unpack C:\Users\buschs1\AppData\Roaming\npm-cache\mime-db\1.9.1\package.tgz
[ERROR] npm verb tar unpacking to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\node_modules\mime-db
[ERROR] npm verb gentlyRm don't care about contents; nuking C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\compressible\node_modules\mime-db
[ERROR] npm info postinstall vary@1.0.0
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json already in flight; not writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\negotiator\0.4.9\package\package.json not in flight; writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\negotiator\0.4.9\package\package.json already in flight; not writing
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\crc\3.2.1\package\package.json written
[ERROR] npm info install crc@3.2.1 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag
[ERROR] npm info installOne crc@3.2.1
[ERROR] npm verb installOne of crc to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag not in flight; installing
[ERROR] npm info postinstall escape-html@1.0.1
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished\package.json
[ERROR] npm info postinstall methods@1.1.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\utils-merge-f948887bed86889f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\utils-merge
[ERROR] npm verb linkBins vary@1.0.0
[ERROR] npm verb linkMans vary@1.0.0
[ERROR] npm verb rebuildBundles vary@1.0.0
[ERROR] npm verb linkBins basic-auth@1.0.0
[ERROR] npm verb linkMans basic-auth@1.0.0
[ERROR] npm verb rebuildBundles basic-auth@1.0.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator\package.json
[ERROR] npm info preinstall callsite@1.0.0
[ERROR] npm info postinstall qs@2.2.4
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\debug\node_modules\ms
[ERROR] npm info install vary@1.0.0
[ERROR] npm info install basic-auth@1.0.0
[ERROR] npm info linkStuff debug@2.1.3
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\vary-d9766862e0396080.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\vary
[ERROR] npm verb request uri http://registry.npmjs.org/base64-url
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:46 PM
[ERROR] npm verb etag "AP0V87OOCSZHPJY6HMGFUHLEA"
[ERROR] npm http request GET http://registry.npmjs.org/base64-url
[ERROR] npm verb get http://registry.npmjs.org/uid-safe not expired, no request
[ERROR] npm verb addNamed "1.1.0" is a plain semver version for uid-safe
[ERROR] npm verb linkBins for-in@0.1.4
[ERROR] npm verb linkMans for-in@0.1.4
[ERROR] npm verb rebuildBundles for-in@0.1.4
[ERROR] npm verb linkBins finalhandler@0.2.0
[ERROR] npm verb linkMans finalhandler@0.2.0
[ERROR] npm verb rebuildBundles finalhandler@0.2.0
[ERROR] npm verb request uri http://registry.npmjs.org/scmp
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:46 PM
[ERROR] npm verb etag "B0FA4JBTZQCQJC82R0492F8YF"
[ERROR] npm http request GET http://registry.npmjs.org/scmp
[ERROR] npm verb request uri http://registry.npmjs.org/rndm
[ERROR] npm verb request no auth needed
[ERROR] npm info attempt registry request try #1 at 12:38:46 PM
[ERROR] npm verb etag "BZRC51VRBB337L5JRY4GRO9WI"
[ERROR] npm http request GET http://registry.npmjs.org/rndm
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\methods-4649c27abbd9bbc3.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override\node_modules\methods
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\method-override
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\escape-html-3a5e42586561a35b.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-static\node_modules\escape-html
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\socket.io\node_modules\socket.io-client\node_modules\parseuri\node_modules\better-assert\node_modules\callsite\package.json
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\crc-cdbc51356fcf22bc.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\serve-favicon\node_modules\etag\node_modules\crc
[ERROR] npm verb get http://registry.npmjs.org/inherits not expired, no request
[ERROR] npm verb addNamed "2.0.1" is a plain semver version for inherits
[ERROR] npm verb get http://registry.npmjs.org/statuses not expired, no request
[ERROR] npm verb addNamed "1.2.1" is a plain semver version for statuses
[ERROR] npm info install for-in@0.1.4
[ERROR] npm verb rebuildBundles [ 'escape-html' ]
[ERROR] npm info install finalhandler@0.2.0
[ERROR] npm info postinstall vary@1.0.0
[ERROR] npm info linkStuff lodash@2.4.2
[ERROR] npm info postinstall basic-auth@1.0.0
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\qs-fddcfd8802813f16.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\qs
[ERROR] npm info preinstall on-finished@2.1.0
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\http-proxy\node_modules\pkginfo\package.json
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\mime-types\2.0.11\package\package.json written
[ERROR] npm verb afterAdd C:\Users\buschs1\AppData\Roaming\npm-cache\negotiator\0.4.9\package\package.json written
[ERROR] npm info install mime-types@2.0.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm info install negotiator@0.4.9 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts
[ERROR] npm info installOne mime-types@2.0.11
[ERROR] npm verb installOne of mime-types to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts not in flight; installing
[ERROR] npm info installOne negotiator@0.4.9
[ERROR] npm verb installOne of negotiator to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts not in flight; installing
[ERROR] npm info install mime-types@2.0.11 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm info install negotiator@0.4.9 into C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts
[ERROR] npm info installOne mime-types@2.0.11
[ERROR] npm verb installOne of mime-types to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts not in flight; installing
[ERROR] npm info installOne negotiator@0.4.9
[ERROR] npm verb installOne of negotiator to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\accepts not in flight; installing
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\log4js\node_modules\async\package.json
[ERROR] npm info postinstall for-in@0.1.4
[ERROR] npm info postinstall finalhandler@0.2.0
[ERROR] npm info linkStuff ms@0.6.2
[ERROR] npm verb readDependencies loading dependencies from C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\on-finished\package.json
[ERROR] npm verb write writing to C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\chokidar\node_modules\anymatch\node_modules\micromatch\node_modules\braces\node_modules\expand-range\node_modules\fill-range\package.json
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\vary-e08491e0b2bce49e.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\compression\node_modules\vary
[ERROR] npm verb about to build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm info build C:\Users\buschs1\Desktop\npmBug\node_modules\browser-sync\node_modules\serve-index\node_modules\accepts\node_modules\negotiator
[ERROR] npm verb unlock done using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\basic-auth-ac49f7f9d1ead953.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\morgan\node_modules\basic-auth
[ERROR] npm verb linkBins debug@2.1.3
[ERROR] npm verb linkMans debug@2.1.3
[ERROR] npm verb rebuildBundles debug@2.1.3
[ERROR] npm info linkStuff method-override@2.2.0
[ERROR] npm verb rebuildBundles [ 'ms' ]
[ERROR] npm info install debug@2.1.3
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\mime-types-d62dd9640af5076f.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts\node_modules\mime-types
[ERROR] npm verb lock using C:\Users\buschs1\AppData\Roaming\npm-cache\_locks\negotiator-da3aaaec2267b0ea.lock for C:\Users\buschs1\Desktop\npmBug\node_modules\karma\node_modules\connect\node_modules\errorhandler\node_modules\accepts\node_modules\negotiator
[ERROR] npm v
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment