Skip to content

Instantly share code, notes, and snippets.

@RyanCavanaugh
Created February 6, 2018 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RyanCavanaugh/9711316675b404c9ec42a7d3b9015629 to your computer and use it in GitHub Desktop.
Save RyanCavanaugh/9711316675b404c9ec42a7d3b9015629 to your computer and use it in GitHub Desktop.
NPM Debug Log
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'publish',
1 verbose cli '--access',
1 verbose cli 'public' ]
2 info using npm@5.3.0
3 info using node@v8.2.1
4 verbose npm-session 00feed7f2f8e4e80
5 verbose publish [ '.' ]
6 info lifecycle @ryancavanaugh/typescript@2.7.0~prepublish: @ryancavanaugh/typescript@2.7.0
7 info lifecycle @ryancavanaugh/typescript@2.7.0~prepare: @ryancavanaugh/typescript@2.7.0
8 info lifecycle @ryancavanaugh/typescript@2.7.0~prepublishOnly: @ryancavanaugh/typescript@2.7.0
9 info lifecycle @ryancavanaugh/typescript@2.7.0~prepack: @ryancavanaugh/typescript@2.7.0
10 verbose tar pack [ 'C:\\Users\\ryanca\\AppData\\Local\\Temp\\npm-17708-ac1de818\\tmp\\packing-fb7c8654\\package.tgz',
10 verbose tar pack '.' ]
11 verbose tarball C:\Users\ryanca\AppData\Local\Temp\npm-17708-ac1de818\tmp\packing-fb7c8654\package.tgz
12 verbose folder .
13 info lifecycle @ryancavanaugh/typescript@2.7.0~postpack: @ryancavanaugh/typescript@2.7.0
14 verbose getPublishConfig undefined
15 silly mapToRegistry name @ryancavanaugh/typescript
16 silly mapToRegistry scope (from package name) @ryancavanaugh
17 verbose mapToRegistry no registry URL found in name for scope @ryancavanaugh
18 silly mapToRegistry using default registry
19 silly mapToRegistry registry https://registry.npmjs.org/
20 silly mapToRegistry data { type: 'tag',
20 silly mapToRegistry registry: true,
20 silly mapToRegistry where: undefined,
20 silly mapToRegistry raw: '@ryancavanaugh/typescript',
20 silly mapToRegistry name: '@ryancavanaugh/typescript',
20 silly mapToRegistry escapedName: '@ryancavanaugh%2ftypescript',
20 silly mapToRegistry scope: '@ryancavanaugh',
20 silly mapToRegistry rawSpec: '',
20 silly mapToRegistry saveSpec: null,
20 silly mapToRegistry fetchSpec: 'latest',
20 silly mapToRegistry gitRange: undefined,
20 silly mapToRegistry gitCommittish: undefined,
20 silly mapToRegistry hosted: undefined }
21 silly mapToRegistry uri https://registry.npmjs.org/@ryancavanaugh%2ftypescript
22 verbose publish registryBase https://registry.npmjs.org/
23 silly publish uploading C:\Users\ryanca\AppData\Local\Temp\npm-17708-ac1de818\tmp\fromDir-7d2f822a\package.tgz
24 verbose request uri https://registry.npmjs.org/@ryancavanaugh%2ftypescript
25 verbose request sending authorization for write operation
26 info attempt registry request try #1 at 14:50:15
27 verbose request using bearer token for auth
28 verbose request id 074b91ee3075ead1
29 http request PUT https://registry.npmjs.org/@ryancavanaugh%2ftypescript
30 http 415 https://registry.npmjs.org/@ryancavanaugh%2ftypescript
31 verbose headers { 'content-type': 'application/json',
31 verbose headers 'cache-control': 'max-age=0',
31 verbose headers 'content-length': '50',
31 verbose headers 'accept-ranges': 'bytes',
31 verbose headers date: 'Tue, 06 Feb 2018 22:50:17 GMT',
31 verbose headers via: '1.1 varnish',
31 verbose headers connection: 'keep-alive',
31 verbose headers 'x-served-by': 'cache-sea1043-SEA',
31 verbose headers 'x-cache': 'MISS',
31 verbose headers 'x-cache-hits': '0',
31 verbose headers 'x-timer': 'S1517957416.749018,VS0,VE1932' }
32 error publish Failed PUT 415
33 verbose stack Error: unexpected end of file : @ryancavanaugh/typescript
33 verbose stack at makeError (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:314:12)
33 verbose stack at RegClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:302:14)
33 verbose stack at Request._callback (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:216:14)
33 verbose stack at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:188:22)
33 verbose stack at emitTwo (events.js:125:13)
33 verbose stack at Request.emit (events.js:213:7)
33 verbose stack at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1171:10)
33 verbose stack at emitOne (events.js:115:13)
33 verbose stack at Request.emit (events.js:210:7)
33 verbose stack at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1091:12)
33 verbose stack at Object.onceWrapper (events.js:314:30)
33 verbose stack at emitNone (events.js:110:20)
33 verbose stack at IncomingMessage.emit (events.js:207:7)
33 verbose stack at endReadableNT (_stream_readable.js:1045:12)
33 verbose stack at _combinedTickCallback (internal/process/next_tick.js:138:11)
33 verbose stack at process._tickCallback (internal/process/next_tick.js:180:9)
34 verbose statusCode 415
35 verbose pkgid @ryancavanaugh/typescript
36 verbose cwd C:\github\TypeScript
37 verbose Windows_NT 10.0.16299
38 verbose argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "publish" "--access" "public"
39 verbose node v8.2.1
40 verbose npm v5.3.0
41 error code E415
42 error unexpected end of file : @ryancavanaugh/typescript
43 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment