Skip to content

Instantly share code, notes, and snippets.

Created June 2, 2017 00:43
Show Gist options
  • Save anonymous/283f0f4484d3a8dd7b0cf31acda81b40 to your computer and use it in GitHub Desktop.
Save anonymous/283f0f4484d3a8dd7b0cf31acda81b40 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ '/Users/mistydemeo/.nodenv/versions/8.0.0/bin/node',
1 verbose cli '/Users/mistydemeo/.nodenv/versions/8.0.0/bin/npm',
1 verbose cli 'install' ]
2 info using npm@5.0.1
3 info using node@v8.0.0
4 silly install runPreinstallTopLevelLifecycles
5 silly preinstall repro@1.0.0
6 info lifecycle repro@1.0.0~preinstall: repro@1.0.0
7 silly lifecycle repro@1.0.0~preinstall: no script for preinstall, continuing
8 silly install loadCurrentTree
9 silly install readLocalPackageData
10 silly install loadIdealTree
11 silly install cloneCurrentTreeToIdealTree
12 silly install loadShrinkwrap
13 silly install loadAllDepsIntoIdealTree
14 silly fetchPackageMetaData error for hubot-slack@git+https://github.com/github/hubot-slack.git#87f012a8112d52261e1572e05c545b5ae59ababd Command failed: /usr/local/bin/git clone --depth=1 -q -b 11/head https://github.com/github/hubot-slack.git /Users/mistydemeo/.npm/_cacache/tmp/git-clone-4db6faa2
14 silly fetchPackageMetaData warning: templates not found /var/folders/wy/r2k8g5gx16ddbxwj1x6pqt7w0000gn/T/pacote-git-template-tmp/git-clone-0bec5846
14 silly fetchPackageMetaData warning: Could not find remote branch 11/head to clone.
14 silly fetchPackageMetaData fatal: Remote branch 11/head not found in upstream origin
15 verbose stack Error: Command failed: /usr/local/bin/git clone --depth=1 -q -b 11/head https://github.com/github/hubot-slack.git /Users/mistydemeo/.npm/_cacache/tmp/git-clone-4db6faa2
15 verbose stack warning: templates not found /var/folders/wy/r2k8g5gx16ddbxwj1x6pqt7w0000gn/T/pacote-git-template-tmp/git-clone-0bec5846
15 verbose stack warning: Could not find remote branch 11/head to clone.
15 verbose stack fatal: Remote branch 11/head not found in upstream origin
15 verbose stack
15 verbose stack at ChildProcess.exithandler (child_process.js:252:12)
15 verbose stack at emitTwo (events.js:125:13)
15 verbose stack at ChildProcess.emit (events.js:213:7)
15 verbose stack at maybeClose (internal/child_process.js:887:16)
15 verbose stack at Socket.stream.socket.on (internal/child_process.js:340:11)
15 verbose stack at emitOne (events.js:115:13)
15 verbose stack at Socket.emit (events.js:210:7)
15 verbose stack at Pipe._handle.close [as _onclose] (net.js:546:12)
16 verbose cwd /Users/mistydemeo/repro
17 verbose Darwin 16.6.0
18 verbose argv "/Users/mistydemeo/.nodenv/versions/8.0.0/bin/node" "/Users/mistydemeo/.nodenv/versions/8.0.0/bin/npm" "install"
19 verbose node v8.0.0
20 verbose npm v5.0.1
21 error code 128
22 error Command failed: /usr/local/bin/git clone --depth=1 -q -b 11/head https://github.com/github/hubot-slack.git /Users/mistydemeo/.npm/_cacache/tmp/git-clone-4db6faa2
22 error warning: templates not found /var/folders/wy/r2k8g5gx16ddbxwj1x6pqt7w0000gn/T/pacote-git-template-tmp/git-clone-0bec5846
22 error warning: Could not find remote branch 11/head to clone.
22 error fatal: Remote branch 11/head not found in upstream origin
23 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment