This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/bin/node', '/usr/local/bin/npm5', 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
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 |
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
0 debug pnpm:progress: | |
status: "installing" | |
pkg: | |
rawSpec: "0.0.6" | |
name: "7zip" | |
1 debug pnpm:progress: | |
status: "resolving" | |
pkg: | |
rawSpec: "0.0.6" |