forked from kentcdodds/starwars-names
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnpm-debug.log
155 lines (155 loc) · 8.66 KB
/
npm-debug.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
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' ]
2 info using [email protected]
3 info using [email protected]
4 verbose publish [ '.' ]
5 silly cache add args [ '.', null ]
6 verbose cache add spec .
7 silly cache add parsed spec Result {
7 silly cache add raw: '.',
7 silly cache add scope: null,
7 silly cache add escapedName: null,
7 silly cache add name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: 'c:\\source\\robotech-names',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory C:\Users\cdels\AppData\Roaming\npm-cache\robotech-names\1.0.0\package.tgz not in flight; packing
9 verbose correctMkdir C:\Users\cdels\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
10 info lifecycle [email protected]~prepublish: [email protected]
11 silly lifecycle [email protected]~prepublish: no script for prepublish, continuing
12 verbose tar pack [ 'C:\\Users\\cdels\\AppData\\Roaming\\npm-cache\\robotech-names\\1.0.0\\package.tgz',
12 verbose tar pack 'c:\\source\\robotech-names' ]
13 verbose tarball C:\Users\cdels\AppData\Roaming\npm-cache\robotech-names\1.0.0\package.tgz
14 verbose folder c:\source\robotech-names
15 verbose addLocalTarball adding from inside cache C:\Users\cdels\AppData\Roaming\npm-cache\robotech-names\1.0.0\package.tgz
16 verbose correctMkdir C:\Users\cdels\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
17 silly cache afterAdd [email protected]
18 verbose afterAdd C:\Users\cdels\AppData\Roaming\npm-cache\robotech-names\1.0.0\package\package.json not in flight; writing
19 verbose correctMkdir C:\Users\cdels\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
20 verbose afterAdd C:\Users\cdels\AppData\Roaming\npm-cache\robotech-names\1.0.0\package\package.json written
21 silly publish { name: 'robotech-names',
21 silly publish version: '1.0.0',
21 silly publish description: 'Get random Robotech names',
21 silly publish main: 'dist/index.js',
21 silly publish scripts:
21 silly publish { prebuild: 'rimraf dist',
21 silly publish build: 'npm-run-all --parallel build:*',
21 silly publish 'build:main': 'babel --copy-files --out-dir dist --ignore *.test.js src',
21 silly publish 'build:umd': 'webpack --output-filename index.umd.js',
21 silly publish 'build:umd.min': 'webpack --output-filename index.umd.min.js -p',
21 silly publish test: 'cross-env NODE_ENV=test nyc mocha',
21 silly publish 'watch:test': 'mocha --watch',
21 silly publish lint: 'eslint src',
21 silly publish 'report-coverage': 'cat ./coverage/lcov.info codecov',
21 silly publish validate: 'npm-run-all --parallel test lint build' },
21 silly publish repository:
21 silly publish { type: 'git',
21 silly publish url: 'git+https://github.com/cdelstad/robotech-names.git' },
21 silly publish keywords: [ 'random', 'star wars' ],
21 silly publish files: [ 'dist' ],
21 silly publish author:
21 silly publish { name: 'Chad Elstad',
21 silly publish email: '[email protected]',
21 silly publish url: 'http://smartmarbles.com/' },
21 silly publish license: 'MIT',
21 silly publish bugs: { url: 'https://github.com/cdelstad/robotech-names/issues' },
21 silly publish homepage: 'https://github.com/cdelstad/robotech-names#readme',
21 silly publish dependencies: { 'unique-random-array': '1.0.0' },
21 silly publish devDependencies:
21 silly publish { 'babel-cli': '6.11.4',
21 silly publish 'babel-loader': '6.2.4',
21 silly publish 'babel-plugin-istanbul': '1.0.3',
21 silly publish 'babel-preset-es2015': '6.9.0',
21 silly publish 'babel-register': '6.11.6',
21 silly publish chai: '3.5.0',
21 silly publish 'cross-env': '2.0.0',
21 silly publish eslint: '3.2.0',
21 silly publish 'eslint-config-kentcdodds': '^9.0.0',
21 silly publish ghooks: '1.3.2',
21 silly publish 'json-loader': '0.5.4',
21 silly publish mocha: '3.0.0',
21 silly publish 'npm-run-all': '2.3.0',
21 silly publish nyc: '7.1.0',
21 silly publish rimraf: '2.5.4',
21 silly publish webpack: '1.13.1' },
21 silly publish nyc:
21 silly publish { all: true,
21 silly publish 'check-coverage': true,
21 silly publish branches: 100,
21 silly publish function: 100,
21 silly publish lines: 100,
21 silly publish statements: 100,
21 silly publish reporter: [ 'text', 'lcov' ],
21 silly publish include: [ 'src' ],
21 silly publish sourceMap: false,
21 silly publish instrument: false,
21 silly publish require: [ 'babel-register' ] },
21 silly publish babel: { presets: [ 'es2015' ], env: { test: [Object] } },
21 silly publish config: { ghooks: { 'pre-commit': 'npm run validate' } },
21 silly publish readme: '# robotech-names\r\n\r\nFor all your random Robotech character needs\r\n',
21 silly publish readmeFilename: 'README.md',
21 silly publish gitHead: '8ca39307491b400581fce22d6f5b2e3367055d1f',
21 silly publish _id: '[email protected]',
21 silly publish _shasum: 'ece4a42d928708f8ba4bb69255e516c9e9827574',
21 silly publish _from: '.' }
22 verbose getPublishConfig undefined
23 silly mapToRegistry name robotech-names
24 silly mapToRegistry using default registry
25 silly mapToRegistry registry https://registry.npmjs.org/
26 silly mapToRegistry data Result {
26 silly mapToRegistry raw: 'robotech-names',
26 silly mapToRegistry scope: null,
26 silly mapToRegistry escapedName: 'robotech-names',
26 silly mapToRegistry name: 'robotech-names',
26 silly mapToRegistry rawSpec: '',
26 silly mapToRegistry spec: 'latest',
26 silly mapToRegistry type: 'tag' }
27 silly mapToRegistry uri https://registry.npmjs.org/robotech-names
28 verbose publish registryBase https://registry.npmjs.org/
29 silly publish uploading C:\Users\cdels\AppData\Roaming\npm-cache\robotech-names\1.0.0\package.tgz
30 verbose request uri https://registry.npmjs.org/robotech-names
31 verbose request sending authorization for write operation
32 info attempt registry request try #1 at 3:13:34 PM
33 verbose request using bearer token for auth
34 verbose request id c423b6f7d98544ec
35 http request PUT https://registry.npmjs.org/robotech-names
36 http 403 https://registry.npmjs.org/robotech-names
37 verbose headers { 'content-type': 'application/json',
37 verbose headers 'cache-control': 'max-age=300',
37 verbose headers 'content-length': '95',
37 verbose headers 'accept-ranges': 'bytes',
37 verbose headers date: 'Tue, 09 Aug 2016 20:13:31 GMT',
37 verbose headers via: '1.1 varnish',
37 verbose headers connection: 'keep-alive',
37 verbose headers 'x-served-by': 'cache-ord1744-ORD',
37 verbose headers 'x-cache': 'MISS',
37 verbose headers 'x-cache-hits': '0',
37 verbose headers 'x-timer': 'S1470773610.713324,VS0,VE560',
37 verbose headers vary: 'Accept-Encoding' }
38 verbose request invalidating C:\Users\cdels\AppData\Roaming\npm-cache\registry.npmjs.org\robotech-names on PUT
39 error publish Failed PUT 403
40 verbose stack Error: "You cannot publish over the previously published version 1.0.0." : robotech-names
40 verbose stack at makeError (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
40 verbose stack at CachingRegistryClient.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:252:14)
40 verbose stack at Request._callback (C:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
40 verbose stack at Request.self.callback (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
40 verbose stack at emitTwo (events.js:106:13)
40 verbose stack at Request.emit (events.js:191:7)
40 verbose stack at Request.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
40 verbose stack at emitOne (events.js:101:20)
40 verbose stack at Request.emit (events.js:188:7)
40 verbose stack at IncomingMessage.<anonymous> (C:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:988:12)
41 verbose statusCode 403
42 verbose pkgid robotech-names
43 verbose cwd c:\source\robotech-names
44 error Windows_NT 10.0.10586
45 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "publish"
46 error node v6.3.1
47 error npm v3.10.3
48 error code E403
49 error "You cannot publish over the previously published version 1.0.0." : robotech-names
50 error If you need help, you may report this error at:
50 error <https://github.com/npm/npm/issues>
51 verbose exit [ 1, true ]