Skip to content

Instantly share code, notes, and snippets.

@zpao
Created August 11, 2015 00:27
Show Gist options
  • Save zpao/b56e6f8878e8f99ccb48 to your computer and use it in GitHub Desktop.
Save zpao/b56e6f8878e8f99ccb48 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 '/Users/poshannessy/.nvm/v0.10.40/bin/npm',
1 verbose cli 'deprecate',
1 verbose cli 'react-tools',
1 verbose cli '' ]
2 info using [email protected]
3 info using [email protected]
4 silly mapToRegistry name react-tools
5 silly mapToRegistry using default registry
6 silly mapToRegistry registry https://registry.npmjs.org/
7 silly mapToRegistry uri https://registry.npmjs.org/react-tools
8 verbose get GET as part of write; not caching result
9 verbose request uri https://registry.npmjs.org/react-tools?write=true
10 verbose request no auth needed
11 info attempt registry request try #1 at 17:27:20
12 verbose request id 03a2f6a8685c10b3
13 http request GET https://registry.npmjs.org/react-tools?write=true
14 http 200 https://registry.npmjs.org/react-tools?write=true
15 silly get cb [ 200,
15 silly get { server: 'CouchDB/1.5.0 (Erlang OTP/R16B03)',
15 silly get etag: '"E4QG4WZYNL9WCMS4NU9ZGQIHT"',
15 silly get 'content-type': 'application/json',
15 silly get 'cache-control': 'max-age=0',
15 silly get 'content-length': '80704',
15 silly get 'accept-ranges': 'bytes',
15 silly get date: 'Tue, 11 Aug 2015 00:27:20 GMT',
15 silly get via: '1.1 varnish',
15 silly get age: '0',
15 silly get connection: 'keep-alive',
15 silly get 'x-served-by': 'cache-lax1424-LAX',
15 silly get 'x-cache': 'MISS',
15 silly get 'x-cache-hits': '0',
15 silly get 'x-timer': 'S1439252840.034583,VS0,VE426',
15 silly get vary: 'Accept' } ]
16 verbose get saving react-tools to /Users/poshannessy/.npm/registry.npmjs.org/react-tools_3Fwrite_3Dtrue/.cache.json
17 verbose request uri https://registry.npmjs.org/react-tools
18 verbose request sending authorization for write operation
19 info attempt registry request try #1 at 17:27:21
20 http request PUT https://registry.npmjs.org/react-tools
21 http 403 https://registry.npmjs.org/react-tools
22 verbose headers { 'content-type': 'application/json',
22 verbose headers 'cache-control': 'max-age=60',
22 verbose headers 'content-length': '95',
22 verbose headers 'accept-ranges': 'bytes',
22 verbose headers date: 'Tue, 11 Aug 2015 00:27:22 GMT',
22 verbose headers via: '1.1 varnish',
22 verbose headers connection: 'keep-alive',
22 verbose headers 'x-served-by': 'cache-lax1424-LAX',
22 verbose headers 'x-cache': 'MISS',
22 verbose headers 'x-cache-hits': '0',
22 verbose headers 'x-timer': 'S1439252841.210571,VS0,VE1587' }
23 verbose request invalidating /Users/poshannessy/.npm/registry.npmjs.org/react-tools on PUT
24 verbose stack Error: "You cannot publish over the previously published version 0.3.0." : react-tools
24 verbose stack at CachingRegistryClient.<anonymous> (/Users/poshannessy/.nvm/v0.10.40/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:247:14)
24 verbose stack at Request._callback (/Users/poshannessy/.nvm/v0.10.40/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:170:14)
24 verbose stack at Request.self.callback (/Users/poshannessy/.nvm/v0.10.40/lib/node_modules/npm/node_modules/request/request.js:198:22)
24 verbose stack at Request.emit (events.js:98:17)
24 verbose stack at Request.<anonymous> (/Users/poshannessy/.nvm/v0.10.40/lib/node_modules/npm/node_modules/request/request.js:1057:14)
24 verbose stack at Request.emit (events.js:117:20)
24 verbose stack at IncomingMessage.<anonymous> (/Users/poshannessy/.nvm/v0.10.40/lib/node_modules/npm/node_modules/request/request.js:1003:12)
24 verbose stack at IncomingMessage.emit (events.js:117:20)
24 verbose stack at _stream_readable.js:944:16
24 verbose stack at process._tickCallback (node.js:448:13)
25 verbose statusCode 403
26 verbose pkgid react-tools
27 verbose cwd /Users/poshannessy/FB/code/react
28 error Darwin 14.4.0
29 error argv "node" "/Users/poshannessy/.nvm/v0.10.40/bin/npm" "deprecate" "react-tools" ""
30 error node v0.10.40
31 error npm v3.2.2
32 error code E403
33 error "You cannot publish over the previously published version 0.3.0." : react-tools
34 error If you need help, you may report this error at:
34 error <https://github.com/npm/npm/issues>
35 verbose exit [ 1, true ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment