Skip to content

Instantly share code, notes, and snippets.

@dzuluaga
Created October 28, 2015 00:06
Show Gist options
  • Save dzuluaga/1b95b3ab5f5c60ab53f5 to your computer and use it in GitHub Desktop.
Save dzuluaga/1b95b3ab5f5c60ab53f5 to your computer and use it in GitHub Desktop.
0 info it worked if it ends with ok
1 verbose cli [ 'node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'install',
1 verbose cli 'https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz',
1 verbose cli '--save',
1 verbose cli '--verbose' ]
2 info using npm@3.3.9
3 info using node@v0.12.0
4 silly loadCurrentTree Starting
5 silly install loadCurrentTree
6 silly install readLocalPackageData
7 silly fetchPackageMetaData https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
8 silly fetchOtherPackageData https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
9 silly cache add args [ 'https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz',
9 silly cache add null ]
10 verbose cache add spec https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
11 silly cache add parsed spec { raw: 'https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz',
11 silly cache add scope: null,
11 silly cache add name: null,
11 silly cache add rawSpec: 'https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz',
11 silly cache add spec: 'https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz',
11 silly cache add type: 'remote' }
12 silly mapToRegistry name https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
13 silly mapToRegistry using default registry
14 silly mapToRegistry registry https://registry.npmjs.org/
15 silly mapToRegistry uri https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
16 verbose addRemoteTarball https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz not in flight; adding
17 verbose addRemoteTarball [ 'https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz',
17 verbose addRemoteTarball null ]
18 info retry fetch attempt 1 at 5:02:50 PM
19 info attempt registry request try #1 at 5:02:50 PM
20 http fetch GET https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
21 verbose request using bearer token for auth
22 verbose request id 66992bfd5d0576bc
23 http fetch 400 https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
24 error fetch failed https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
25 warn retry will retry, error on last attempt: Error: fetch failed with status code 400
26 info retry fetch attempt 2 at 5:03:00 PM
27 info attempt registry request try #1 at 5:03:00 PM
28 http fetch GET https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
29 verbose request using bearer token for auth
30 http fetch 400 https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
31 error fetch failed https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
32 warn retry will retry, error on last attempt: Error: fetch failed with status code 400
33 info retry fetch attempt 3 at 5:04:01 PM
34 info attempt registry request try #1 at 5:04:01 PM
35 http fetch GET https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
36 verbose request using bearer token for auth
37 http fetch 400 https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
38 error fetch failed https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz
39 silly fetchPackageMetaData Error: fetch failed with status code 400
39 silly fetchPackageMetaData at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js:51:14)
39 silly fetchPackageMetaData at Request.emit (events.js:107:17)
39 silly fetchPackageMetaData at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:998:10)
39 silly fetchPackageMetaData at ClientRequest.emit (events.js:107:17)
39 silly fetchPackageMetaData at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:419:21)
39 silly fetchPackageMetaData at HTTPParser.parserOnHeadersComplete (_http_common.js:111:23)
39 silly fetchPackageMetaData at TLSSocket.socketOnData (_http_client.js:310:20)
39 silly fetchPackageMetaData at TLSSocket.emit (events.js:107:17)
39 silly fetchPackageMetaData at readableAddChunk (_stream_readable.js:163:16)
39 silly fetchPackageMetaData at TLSSocket.Readable.push (_stream_readable.js:126:10)
39 silly fetchPackageMetaData error for https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz [Error: fetch failed with status code 400]
40 silly rollbackFailedOptional Starting
41 silly rollbackFailedOptional Finishing
42 silly runTopLevelLifecycles Starting
43 silly runTopLevelLifecycles Finishing
44 silly install printInstalled
45 verbose stack Error: fetch failed with status code 400
45 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/fetch.js:51:14)
45 verbose stack at Request.emit (events.js:107:17)
45 verbose stack at Request.onRequestResponse (/usr/local/lib/node_modules/npm/node_modules/request/request.js:998:10)
45 verbose stack at ClientRequest.emit (events.js:107:17)
45 verbose stack at HTTPParser.parserOnIncomingClient [as onIncoming] (_http_client.js:419:21)
45 verbose stack at HTTPParser.parserOnHeadersComplete (_http_common.js:111:23)
45 verbose stack at TLSSocket.socketOnData (_http_client.js:310:20)
45 verbose stack at TLSSocket.emit (events.js:107:17)
45 verbose stack at readableAddChunk (_stream_readable.js:163:16)
45 verbose stack at TLSSocket.Readable.push (_stream_readable.js:126:10)
46 verbose cwd /Users/ApigeeCorporation/Documents/tools/git/sample-private-nodejs
47 error Darwin 14.5.0
48 error argv "node" "/usr/local/bin/npm" "install" "https://npmrepouser:passw0rd@testmyapi-test.apigee.net/npm-private-repo-proxy/npm-package1-1.0.0.tgz" "--save" "--verbose"
49 error node v0.12.0
50 error npm v3.3.9
51 error fetch failed with status code 400
52 error If you need help, you may report this error at:
52 error <https://github.com/npm/npm/issues>
53 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment