Skip to content

Instantly share code, notes, and snippets.

View corbinu's full-sized avatar

Corbin Uselton corbinu

View GitHub Profile
This file has been truncated, but you can view the full file.
---
0 debug pnpm:progress:
status: "installing"
pkg:
rawSpec: "0.0.6"
name: "7zip"
1 debug pnpm:progress:
status: "resolving"
pkg:
rawSpec: "0.0.6"
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm5', 'install' ]
2 info using npm@5.0.0-beta.57
3 info using node@v7.10.0
4 notice BETA npm5 is beta software. Please see https://github.com/npm/npm/issues/16510 for known issues, and please file a new one if you find something new.
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly install loadIdealTree
8 silly install cloneCurrentTreeToIdealTree
9 silly install loadShrinkwrap
@corbinu
corbinu / break-cb-demo-new.sh
Created August 7, 2015 07:46
Break couchbase on docker restart
#!/bin/bash
docker stop couchbase
docker rm -f cb-node-demo
docker run -d --volumes-from couchbase -p 8091:8091 --name couchbase2 couchbase/server:enterprise-4.0.0-beta
sleep 1.3
COUCHBASERESPONSIVE=0