Skip to content

Instantly share code, notes, and snippets.

@ilovezfs
Created May 31, 2017 15:36
Show Gist options
  • Save ilovezfs/5e1280cc34b2dcc2f95c8f416da98a5c to your computer and use it in GitHub Desktop.
Save ilovezfs/5e1280cc34b2dcc2f95c8f416da98a5c to your computer and use it in GitHub Desktop.
iMac-TMP:~ joe$ brew instal -dvs grafana
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/grafana.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/go.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/icu4c.rb
/usr/local/Homebrew/Library/Homebrew/brew.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/yarn.rb
==> Using the sandbox
/usr/bin/sandbox-exec -f /tmp/homebrew20170531-29544-1f5k8fs.sb nice /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/2.0.0-p648/bin/ruby -W0 -I /usr/local/Homebrew/Library/Homebrew -- /usr/local/Homebrew/Library/Homebrew/build.rb /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/grafana.rb --verbose --debug
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FromPathLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/grafana.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/go.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/node.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/pkg-config.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/icu4c.rb
/usr/local/Homebrew/Library/Homebrew/build.rb (Formulary::FormulaLoader): loading /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula/yarn.rb
==> Downloading https://github.com/grafana/grafana/archive/v4.3.0.tar.gz
Already downloaded: /Users/joe/Library/Caches/Homebrew/grafana-4.3.0.tar.gz
==> Verifying grafana-4.3.0.tar.gz checksum
tar xzf /Users/joe/Library/Caches/Homebrew/grafana-4.3.0.tar.gz
==> go run build.go build
Version: 4.3.0, Linux Version: 4.3.0, Package Iteration: 1496244888
rm -r dist
rm -r tmp
rm -r /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/pkg/darwin_amd64/github.com/grafana
rm -r ./bin/grafana-server
rm -r ./bin/grafana-server.md5
go version
go version go1.8.3 darwin/amd64
go build -ldflags -w -X main.version=4.3.0 -X main.commit=unknown-dev -X main.buildstamp=1496244888 -o ./bin/grafana-server ./pkg/cmd/grafana-server
rm -r ./bin/grafana-cli
rm -r ./bin/grafana-cli.md5
go version
go version go1.8.3 darwin/amd64
go build -ldflags -w -X main.version=4.3.0 -X main.commit=unknown-dev -X main.buildstamp=1496244911 -o ./bin/grafana-cli ./pkg/cmd/grafana-cli
==> yarn install
yarn install v0.24.6
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
info This package requires node-gyp, which is not currently installed. Yarn will attempt to automatically install it. If this fails, you can run "yarn global add node-gyp" to manually install it.
error An unexpected error occurred: "/private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/phantomjs-prebuilt: Cannot read property 'config' of undefined".
info If you think this is a bug, please open a bug report with the information provided in "/private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/.brew_home/.config/yarn/global/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: yarn install
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 5
When you exit this shell, you will return to the menu.
bash-3.2$ yarn install
yarn install v0.24.6
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 📃 Building fresh packages...
success Saved lockfile.
✨ Done in 2.63s.
bash-3.2$ exit 0
exit
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action: 2
==> npm install grunt-cli --verbose
npm info it worked if it ends with ok
npm verb cli [ '/usr/local/Cellar/node/8.0.0/bin/node',
npm verb cli '/usr/local/opt/node/libexec/npm/bin/npm-cli.js',
npm verb cli 'install',
npm verb cli 'grunt-cli',
npm verb cli '--verbose' ]
npm info using [email protected]
npm info using [email protected]
npm http fetch GET 304 https://registry.npmjs.org/grunt-cli 175ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/nopt 20ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/findup-sync 57ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/resolve 61ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/grunt-known-options 80ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/glob 18ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/inherits 20ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/minimatch 26ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/inflight 33ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/once 33ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/path-is-absolute 58ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/wrappy 26ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/brace-expansion 26ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/balanced-match 25ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/concat-map 25ms (from cache)
npm http fetch GET 304 https://registry.npmjs.org/abbrev 18ms (from cache)
npm verb correctMkdir /Users/joe/Library/Caches/Homebrew/npm_cache/_locks correctMkdir not in flight; initializing
npm verb lock using /Users/joe/Library/Caches/Homebrew/npm_cache/_locks/staging-a0ac75c102e40b93.lock for /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/.staging
npm verb unbuild node_modules/zone.js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/zip-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/yeast
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/yauzl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/yargs-parser/node_modules/camelcase
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/yargs-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/yargs-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/yargs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/yallist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/y18n
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/xtend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/xmlhttprequest-ssl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/xmlbuilder/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/xmlbuilder/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/xmlbuilder
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/xml-char-classes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ws
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/write
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/wrap-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/wordwrap
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/winston/node_modules/pkginfo
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/winston/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/winston
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/window-size
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/wide-align
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/which-module
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/which
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/when
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/websocket-extensions
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/websocket-driver
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/walkdir
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/vow-queue
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/vow-fs/node_modules/uuid
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/vow-fs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/vow-fs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/vow
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/void-elements
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/virtual-scroll
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/verror
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/validate-npm-package-license
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/uuid
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/utils-merge
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/utile
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/util/node_modules/inherits
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/util/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/util-deprecate
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/util
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/utf8
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/useragent/node_modules/lru-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/useragent/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/useragent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/user-home
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/uri-path
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/upper-case-first
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/upper-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/unpipe
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/underscore.string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/underscore
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ultron
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/uid-number
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/uglify-to-browserify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/uglify-js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/typescript
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/typedarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/type-is
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/type-check
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tweetnacl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tunnel-agent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tsutils
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tslint/node_modules/resolve
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tslint/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tslint/node_modules/diff
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tslint/node_modules/colors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tslint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tryor
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tryit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/trim-newlines
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/traceur/node_modules/source-map-support
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/traceur/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/traceur/node_modules/source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/traceur/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/traceur/node_modules/semver
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/traceur/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/traceur/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/traceur/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/traceur
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tough-cookie
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/to-single-quotes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/to-fast-properties
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/to-double-quotes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/to-array
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tmp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/title-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/raw-body/node_modules/bytes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules/raw-body/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/raw-body
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/qs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/http-errors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/bytes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/body-parser/node_modules/qs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules/body-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr/node_modules/body-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tiny-lr/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-lr
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tiny-emitter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/through
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/throttleit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/text-table
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tether-drop
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tether
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tar-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tar-pack/node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tar-pack/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tar-pack/node_modules/once
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tar-pack/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tar-pack/node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/tar-pack/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tar-pack
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/tar
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/table/node_modules/string-width
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/table/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/table/node_modules/is-fullwidth-code-point
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/table/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/table
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/systemjs-builder/node_modules/systemjs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/systemjs-builder/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/systemjs-builder
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/systemjs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/symbol-observable
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/swap-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/supports-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/strip-json-comments
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/strip-indent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/strip-bom
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/strip-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stringstream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stringset
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stringmap
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/string-width
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/string-length
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/string_decoder
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stream-buffers
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/statuses
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stack-trace
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stack-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/stable
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sshpk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sprintf-js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/spdx-license-ids
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/spdx-expression-parse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/spdx-correct
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/source-map-support
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-client/node_modules/component-emitter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/socket.io-client/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-client
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/socket.io-adapter/node_modules/socket.io-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-adapter/node_modules/socket.io-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/socket.io-adapter/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-adapter/node_modules/json3
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/socket.io-adapter/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io-adapter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/socket.io
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sntp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/snake-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/slice-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/slash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sinon
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/simple-is
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/simple-fmt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/signal-exit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sigmund
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/shelljs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/setprototypeof
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/set-immediate-shim
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/set-blocking
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sentence-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/semver
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-lint/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/sass-lint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-lint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-graph/node_modules/yargs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/sass-graph/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-graph/node_modules/window-size
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/sass-graph/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-graph/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/sass-graph/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-graph/node_modules/cliui
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/sass-graph/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/sass-graph
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/samsam
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rxjs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rx-lite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/run-async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rsvp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rollup
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rimraf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/right-align
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/revalidator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/restore-cursor
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/resolve-pkg
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/resolve-from
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-cli
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/resolve
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/reserved-words
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/requires-port
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/require-uncached/node_modules/resolve-from
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/require-uncached/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/require-uncached
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/require-main-filename
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/require-directory
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/request/node_modules/qs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/request/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/request-progress
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/request
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/repeating
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/repeat-string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/repeat-element
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/remarkable
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/relateurl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/regex-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/regenerator-runtime
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/reflect-metadata
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/redent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/readline2
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/readdirp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/readable-stream/node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/readable-stream/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/read/node_modules/mute-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/read/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/read-pkg-up
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/read-pkg
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/read
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rc/node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/rc/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/rc
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/raw-body/node_modules/iconv-lite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/raw-body/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/raw-body
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/range-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/randomatic
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/qs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/qjobs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/punycode
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pseudomap
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/prompt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/promised-io
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/progress
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/process-nextick-args
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/private
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pretty-bytes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/preserve
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/prelude-ls
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/postcss-value-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/postcss
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pluralize
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/plur
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pkginfo
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pkg-up
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pinkie-promise
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pinkie
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/phantomjs-prebuilt/node_modules/es6-promise
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/phantomjs-prebuilt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/phantomjs-prebuilt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pathval
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/path-type
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/path-parse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/path-is-inside
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/path-exists
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/path-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pascal-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/parseurl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/parseuri
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/parseqs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/parsejson
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/parse-json
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/parse-glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/param-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/pako
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/osenv
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/os-tmpdir
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/os-locale
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/os-homedir
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ordered-esprima-props
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ordered-ast-traverse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/options
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/optionator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/optimist/node_modules/wordwrap
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/optimist/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/optimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/onetime
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/on-finished
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/object.omit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/object-component
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/object-assign
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/oauth-sign
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/number-is-nan
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/num2fraction
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/null-check
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/npmlog
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/normalize-range
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/normalize-path
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/normalize-package-data
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nopt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nomnom/node_modules/underscore
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/nomnom/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nomnom/node_modules/strip-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/nomnom/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nomnom/node_modules/chalk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/nomnom/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nomnom/node_modules/ansi-styles
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/nomnom/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nomnom
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/node-sass
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/node-pre-gyp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/node-gyp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/no-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ng-annotate/node_modules/convert-source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/ng-annotate/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ng-annotate
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/negotiator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ncp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ncname
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/natural-compare
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/nan
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mute-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/multimatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mousetrap
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mocha/node_modules/supports-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/mocha/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mocha/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/mocha/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mocha
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mkdirp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mime-types
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mime-db
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/mime
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/micromatch/node_modules/expand-range
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/micromatch/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/micromatch/node_modules/braces
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/micromatch/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/micromatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/merge
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/meow/node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/meow/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/meow
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/media-typer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/md5-file
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/maxmin/node_modules/pretty-bytes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/maxmin/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/maxmin
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/map-obj
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lru-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lower-case-first
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lower-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/loud-rejection
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/loose-envify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/longest
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lolex
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/log4js/node_modules/semver
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/log4js/node_modules
npm WARN gentlyRm not removing /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/log4js/node_modules/.bin/semver as it wasn't installed by /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/log4js/node_modules/semver
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/log4js/node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/log4js/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/log4js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/log-symbols
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.keys
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.kebabcase
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.isarguments
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.create
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.clonedeep
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.capitalize
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash.assign
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash._isiterateecall
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash._getnative
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash._basecreate
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash._basecopy
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash._baseassign
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/load-json-file
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/load-grunt-tasks
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/livereload-js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/levn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lethargy
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lcid
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lazystream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/lazy-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/klaw
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/kind-of
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/kew
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/karma/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma/node_modules/colors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/karma/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-sinon
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-phantomjs-launcher
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-mocha/node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/karma-mocha/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-mocha
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-expect/node_modules/expect.js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/karma-expect/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-expect
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-coverage/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/karma-coverage/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-coverage/node_modules/dateformat
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/karma-coverage/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-coverage
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma-chrome-launcher
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/karma
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/JSV
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsprim
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsonpointer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsonlint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsonify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsonfile
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/json5
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/json3
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/json-stringify-safe
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/json-stable-stringify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/json-schema
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jshint/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jshint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jshint-stylish
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jshint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsesc
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsdoctypeparser/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jsdoctypeparser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsdoctypeparser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs/node_modules/resolve
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jscs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jscs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs/node_modules/js-yaml
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jscs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jscs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs/node_modules/argparse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/jscs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs-preset-wikimedia
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs-jsdoc
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jscs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jsbn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/js-yaml/node_modules/argparse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/js-yaml/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/js-yaml
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/js-tokens
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/js-base64
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/jodid25519
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/istanbul/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/istanbul/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/istanbul/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/istanbul/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/istanbul
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/isstream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/isobject/node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/isobject/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/isobject
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/isexe
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/isbinaryfile
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-utf8
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-upper-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-typedarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-resolvable
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-property
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-primitive
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-posix-bracket
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-path-inside
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-path-in-cwd
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-path-cwd
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-number
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-my-json-valid
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-lower-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-fullwidth-code-point
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-finite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-extglob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-extendable
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-equal-shallow
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-dotfile
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-builtin-module
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-buffer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-binary-path
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/is-arrayish
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/irregular-plurals
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/invert-kv
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/invariant
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/inquirer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ini
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/inherit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/indexof
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/indent-string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/in-publish
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/imurmurhash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/iltorb
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ignore
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/iconv-lite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/i
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/http-signature/node_modules/assert-plus
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/http-signature/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/http-signature
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/http-proxy/node_modules/eventemitter3
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/http-proxy/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/http-proxy
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/http-errors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/htmlparser2/node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/htmlparser2/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/htmlparser2
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/html-minifier/node_modules/uglify-js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/html-minifier/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/html-minifier
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/hosted-git-info
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/hooker
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/home-or-tmp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/hoek
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/header-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/he
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/hawk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/hasha
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/has-unicode
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/has-flag
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/has-cors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/has-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/has-binary
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/has-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/har-validator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/handlebars/node_modules/source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/handlebars/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/handlebars/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/handlebars/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/handlebars
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/gzip-size
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/which
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/rimraf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/nopt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/minimatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/js-yaml
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/inherits
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/iconv-lite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/graceful-fs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/findup-sync/node_modules/minimatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules/findup-sync/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/findup-sync/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules/findup-sync/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/findup-sync/node_modules/inherits
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules/findup-sync/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/findup-sync/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules/findup-sync/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/findup-sync
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/esprima
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-usemin/node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-usemin/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-usemin/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-usemin/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-usemin/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-usemin/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-usemin
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-systemjs-builder
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-sync
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-string-replace/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-string-replace/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-string-replace
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-sass/node_modules/each-async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-sass/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-sass-lint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-sass
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-postcss/node_modules/diff
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-postcss/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-postcss
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-notify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-ng-annotate
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-util/node_modules/which
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-util/node_modules
npm WARN gentlyRm not removing /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-util/node_modules/.bin/which as it wasn't installed by /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-util/node_modules/which
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-util/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-util/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-util/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-util/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-util
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-log/node_modules/underscore.string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-log/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-log/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-log/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-log-utils/node_modules/underscore.string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-log-utils/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-log-utils/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-legacy-log-utils/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-log-utils
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-legacy-log
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-known-options
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-karma/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-karma/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-karma
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-jscs/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-jscs/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-jscs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-filerev
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-exec
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-watch/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-contrib-watch/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-watch/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-contrib-watch/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-watch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-uglify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-jshint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-htmlmin/node_modules/html-minifier
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-contrib-htmlmin/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-htmlmin
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-cssmin
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-copy
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-concat
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-compress
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-clean/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/grunt-contrib-clean/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-contrib-clean
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt-angular-templates
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/grunt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/growl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/graceful-readlink
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/graceful-fs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/gonzales-pe/node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/gonzales-pe/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/gonzales-pe
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/globule/node_modules/lodash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/globule/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/globule/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/globule/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/globule
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/globby
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/globals
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/glob-parent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/glob-base
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/getpass
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/getobject
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/get-stdin
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/get-caller-file
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/generate-object-property
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/generate-function
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/gaze
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/gauge/node_modules/supports-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/gauge/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/gauge
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fstream-ignore
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fstream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/xtend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/wrappy
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/wide-align
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/verror
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/uuid
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/util-deprecate
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/uid-number
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tweetnacl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tunnel-agent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tough-cookie
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tar-pack/node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/tar-pack/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tar-pack/node_modules/once
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/tar-pack/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tar-pack
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/tar
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/supports-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/strip-json-comments
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/strip-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/stringstream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/string-width
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/string_decoder
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/sshpk/node_modules/assert-plus
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/sshpk/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/sshpk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/sntp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/signal-exit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/set-blocking
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/semver
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/rimraf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/request
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/rc/node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/rc/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/rc
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/qs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/punycode
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/process-nextick-args
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/pinkie-promise
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/pinkie
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/path-is-absolute
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/once
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/object-assign
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/oauth-sign
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/number-is-nan
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/npmlog
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/nopt
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/node-pre-gyp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/mkdirp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/minimist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/minimatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/mime-types
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/mime-db
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/jsprim
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/jsonpointer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/json-stringify-safe
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/json-schema
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/jsbn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/jodid25519
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/isstream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/is-typedarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/is-property
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/is-my-json-valid
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/is-fullwidth-code-point
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/ini
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/inherits
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/inflight
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/http-signature
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/hoek
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/hawk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/has-unicode
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/has-ansi
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/har-validator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/graceful-readlink
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/graceful-fs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/getpass/node_modules/assert-plus
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/getpass/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/getpass
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/generate-object-property
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/generate-function
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/gauge
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/fstream-ignore
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/fstream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/fs.realpath
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/form-data
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/forever-agent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/extsprintf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/extend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/escape-string-regexp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/ecc-jsbn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/delegates
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/delayed-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/deep-extend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/dashdash/node_modules/assert-plus
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/dashdash/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/dashdash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/cryptiles
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/core-util-is
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/console-control-strings
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/concat-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/commander
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/combined-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/code-point-at
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/chalk/node_modules/supports-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules/chalk/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/chalk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/caseless
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/buffer-shims
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/brace-expansion
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/boom
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/block-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/bcrypt-pbkdf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/balanced-match
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/aws4
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/aws-sign2
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/asynckit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/assert-plus
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/asn1
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/are-we-there-yet
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/aproba
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/ansi-styles
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/ansi-regex
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents/node_modules/abbrev
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/fsevents/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fsevents
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fs.realpath
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fs-extra
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fs-access
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/front-matter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/formatio
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/form-data
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/forever-agent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/for-own
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/for-in
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/flat-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/findup-sync
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/find-up/node_modules/path-exists
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/find-up/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/find-up
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/finalhandler
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fill-range
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/filename-regex
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/file-sync-cmp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/file-entry-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/figures
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fd-slicer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/faye-websocket
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/fast-levenshtein
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eyes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/extsprintf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/extract-zip/node_modules/mkdirp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/extract-zip/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/extract-zip/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/extract-zip/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/extract-zip
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/extglob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/extend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/expect.js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/expand-range/node_modules/repeat-string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/expand-range/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/expand-range/node_modules/is-number
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/expand-range/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/expand-range
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/expand-brackets
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/expand-braces
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/exit-hook
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/exit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eventemitter3
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eventemitter2
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/event-emitter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/esutils
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/estraverse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/esrecurse/node_modules/estraverse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/esrecurse/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/esrecurse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/esprima
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/espree/node_modules/acorn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/espree/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/espree
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/esniff/node_modules/d
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/esniff/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/esniff
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eslint/node_modules/shelljs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/eslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eslint/node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/eslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eslint/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/eslint/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/eslint
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/escope
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/escodegen/node_modules/source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/escodegen/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/escodegen/node_modules/estraverse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/escodegen/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/escodegen
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/escape-string-regexp
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/escape-html
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-weak-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-template-strings
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-symbol
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-shim
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-set
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-promise
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es6-iterator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/es5-ext
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/error-ex
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/entities
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/engine.io-parser/node_modules/has-binary
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/engine.io-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/engine.io-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/engine.io-client
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/engine.io
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/end-of-stream/node_modules/once
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/end-of-stream/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/end-of-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/electron-to-chromium
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ee-first
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ecc-jsbn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/each-async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dot-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/domutils
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/domhandler
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/domelementtype
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dom-serializer/node_modules/entities
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/dom-serializer/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dom-serializer/node_modules/domelementtype
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/dom-serializer/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dom-serializer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dom-serialize
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/doctrine/node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/doctrine/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/doctrine
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/diff
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/di
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/detect-indent
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/depd
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/delegates
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/delayed-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/del
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/deep-is
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/deep-extend
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/deep-equal
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/decamelize
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dateformat
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/date-now
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/data-uri-to-buffer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/dashdash
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/d
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cycle
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/custom-event
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/currently-unhandled
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cst
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cryptiles
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cross-spawn/node_modules/lru-cache
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/cross-spawn/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cross-spawn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/crc32-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/crc
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/core-util-is
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/core-js
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/convert-source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/content-type
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/constant-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/console-control-strings
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/console-browserify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/connect
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/concat-stream/node_modules/readable-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/concat-stream/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/concat-stream/node_modules/isarray
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/concat-stream/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/concat-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/compress-commons
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/component-inherit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/component-emitter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/component-bind
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/comment-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/commander
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/combined-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/combine-lists
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/colors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/coffee-script
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/code-point-at
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/co
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cliui/node_modules/wordwrap
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/cliui/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cliui
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cli/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/cli/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cli-width
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cli-table/node_modules/colors
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/cli-table/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cli-table
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cli-cursor
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/cli
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/clean-css/node_modules/source-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/clean-css/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/clean-css/node_modules/commander
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/clean-css/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/clean-css
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/circular-json
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/chokidar
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/change-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/chalk/node_modules/supports-color
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/chalk/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/chalk
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/center-align
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/caseless
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/caniuse-db
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/camelcase-keys/node_modules/camelcase
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/camelcase-keys/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/camelcase-keys
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/camelcase
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/camel-case
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/callsites
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/callsite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/caller-path
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/bytes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/builtin-modules
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/buffer-shims
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/buffer-crc32
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/browserslist
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/browserify-zlib
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/browser-stdout
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/braces
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/boom
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/body-parser/node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/body-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/body-parser/node_modules/iconv-lite
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/body-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/body-parser/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/body-parser/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/body-parser
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/bluebird
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/block-stream
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/blob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/bl
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/bindall-standalone
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/binary-extensions
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/better-assert
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/benchmark
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/beeper
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/bcrypt-pbkdf
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/base64id
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/base64-arraybuffer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/backo2
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babylon
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-types
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-traverse/node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/babel-traverse/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-traverse/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/babel-traverse/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-traverse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-template
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-runtime
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-register
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-plugin-transform-system-register
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-plugin-transform-global-system-wrapper
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-plugin-transform-es2015-modules-systemjs
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-plugin-transform-cjs-system-wrapper
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-messages
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-helpers
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-helper-hoist-variables
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-generator
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-core/node_modules/ms
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/babel-core/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-core/node_modules/debug
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/babel-core/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-core
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/babel-code-frame
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/aws4
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/aws-sign2
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/autoprefixer
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/autolinker
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/asynckit
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/async-foreach
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/async-each
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/assert-plus
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/asn1
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/arrify
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/arraybuffer.slice
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/array-unique
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/array-uniq
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/array-union
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/array-slice
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/array-find-index
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/array-differ
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/arr-flatten
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/arr-diff
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/argparse/node_modules/underscore.string
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/argparse/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/argparse
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/are-we-there-yet
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/archiver/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/archiver/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/archiver/node_modules/async
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/archiver/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/archiver-utils/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/archiver-utils/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/archiver-utils
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/archiver
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/aproba
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/anymatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ansi-styles
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ansi-regex
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ansi-escapes
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/amdefine
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/alter
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/align-text
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ajv-keywords
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/ajv
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/after
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/acorn-jsx/node_modules/acorn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/acorn-jsx/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/acorn-jsx
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/acorn
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/accepts/node_modules/mime-types
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/accepts/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/accepts/node_modules/mime-db
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/accepts/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/accepts
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/findup-sync/node_modules/glob
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm verb unbuild rmStuff in /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/findup-sync/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/inflight
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/once
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/wrappy
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/path-is-absolute
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/minimatch
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/inherits
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/brace-expansion
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/concat-map
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/balanced-match
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm verb unbuild node_modules/abbrev
npm info lifecycle [email protected]~preuninstall: [email protected]
npm info lifecycle [email protected]~uninstall: [email protected]
npm verb unbuild rmStuff [email protected] from /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules
npm info lifecycle [email protected]~postuninstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info lifecycle [email protected]~preinstall: [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkBins [ { grunt: 'bin/grunt' },
npm verb linkBins '/private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/.bin',
npm verb linkBins false ]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkBins [ { nopt: './bin/nopt.js' },
npm verb linkBins '/private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/.bin',
npm verb linkBins false ]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info linkStuff [email protected]
npm verb linkBins [email protected]
npm verb linkMans [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~install: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm info lifecycle [email protected]~postinstall: [email protected]
npm verb unlock done using /Users/joe/Library/Caches/Homebrew/npm_cache/_locks/staging-a0ac75c102e40b93.lock for /private/tmp/grafana-20170531-29546-atoieg/grafana-4.3.0/src/github.com/grafana/grafana/node_modules/.staging
npm verb saving [ { name: 'grunt-cli', spec: '^1.2.0', save: 'devDependencies' } ]
npm info lifecycle undefined~preshrinkwrap: undefined
npm info lifecycle undefined~shrinkwrap: undefined
npm notice created a lockfile as package-lock.json. You should commit this file.
npm info lifecycle undefined~postshrinkwrap: undefined
removed 929 packages and updated 16 packages in 6.735s
npm verb exit [ 0, true ]
npm info ok
==> node_modules/grunt-cli/bin/grunt build --force
grunt-cli: The grunt command line interface (v1.2.0)
Fatal error: Unable to find local grunt.
If you're seeing this message, grunt hasn't been installed locally to
your project. For more information about installing and configuring grunt,
please see the Getting Started guide:
http://gruntjs.com/getting-started
/usr/local/Homebrew/Library/Homebrew/debrew.rb:11:in `raise'
BuildError: Failed executing: node_modules/grunt-cli/bin/grunt build --force
1. raise
2. ignore
3. backtrace
4. irb
5. shell
Choose an action:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment