-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathnpm-debug.log
More file actions
97 lines (97 loc) · 5.85 KB
/
npm-debug.log
File metadata and controls
97 lines (97 loc) · 5.85 KB
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
0 info it worked if it ends with ok
1 verbose cli [ 'C:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'C:\\Users\\antsan2\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js',
1 verbose cli 'publish' ]
2 info using npm@3.5.3
3 info using node@v4.6.0
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 name: null,
7 silly cache add rawSpec: '.',
7 silly cache add spec: 'D:\\dev\\hum\\gettpl',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory C:\Users\antsan2\AppData\Roaming\npm-cache\gettpl\1.0.2\package.tgz not in flight; packing
9 info lifecycle gettpl@1.0.2~prepublish: gettpl@1.0.2
10 silly lifecycle gettpl@1.0.2~prepublish: no script for prepublish, continuing
11 verbose tar pack [ 'C:\\Users\\antsan2\\AppData\\Roaming\\npm-cache\\gettpl\\1.0.2\\package.tgz',
11 verbose tar pack 'D:\\dev\\hum\\gettpl' ]
12 verbose tarball C:\Users\antsan2\AppData\Roaming\npm-cache\gettpl\1.0.2\package.tgz
13 verbose folder D:\dev\hum\gettpl
14 verbose addLocalTarball adding from inside cache C:\Users\antsan2\AppData\Roaming\npm-cache\gettpl\1.0.2\package.tgz
15 silly cache afterAdd gettpl@1.0.2
16 verbose afterAdd C:\Users\antsan2\AppData\Roaming\npm-cache\gettpl\1.0.2\package\package.json not in flight; writing
17 verbose afterAdd C:\Users\antsan2\AppData\Roaming\npm-cache\gettpl\1.0.2\package\package.json written
18 silly publish { name: 'gettpl',
18 silly publish version: '1.0.2',
18 silly publish description: 'A lightweight simple JS templating',
18 silly publish main: 'index.js',
18 silly publish scripts: { test: 'echo "Error: no test specified" && exit 1' },
18 silly publish repository:
18 silly publish { type: 'git',
18 silly publish url: 'git+https://github.com/romuleald/getTpl.git' },
18 silly publish keywords: [ 'js', 'templating' ],
18 silly publish author: { name: 'Antoine Sanchez' },
18 silly publish license: 'ISC',
18 silly publish bugs: { url: 'https://github.com/romuleald/getTpl/issues' },
18 silly publish homepage: 'https://github.com/romuleald/getTpl#readme',
18 silly publish readme: '# getTpl\r\n\r\ngetTpl provide a very simple HTML template\r\n\r\nIt will read a `<script id="mytpl" type="text/template"><span>{{ foo }}</span></script>`\r\n\r\nThen parsing via `getTpl(\'mytpl\', {foo:\'bar\'})`\r\n\r\nReturn: `<span>bar</span>`',
18 silly publish readmeFilename: 'README.md',
18 silly publish gitHead: 'abf2909cd926ae9af3f8823d0435e0f4ca2b02e9',
18 silly publish _id: 'gettpl@1.0.2',
18 silly publish _shasum: '6c5012d94b81f4aa244432fe3fd53bb5215f3f55',
18 silly publish _from: '.' }
19 verbose getPublishConfig undefined
20 silly mapToRegistry name gettpl
21 silly mapToRegistry using default registry
22 silly mapToRegistry registry https://registry.npmjs.org/
23 silly mapToRegistry uri https://registry.npmjs.org/gettpl
24 verbose publish registryBase https://registry.npmjs.org/
25 silly publish uploading C:\Users\antsan2\AppData\Roaming\npm-cache\gettpl\1.0.2\package.tgz
26 verbose request uri https://registry.npmjs.org/gettpl
27 verbose request sending authorization for write operation
28 info attempt registry request try #1 at 15:28:25
29 verbose request using bearer token for auth
30 verbose request id 9423d6086878e046
31 http request PUT https://registry.npmjs.org/gettpl
32 http 403 https://registry.npmjs.org/gettpl
33 verbose headers { 'content-type': 'application/json',
33 verbose headers 'cache-control': 'max-age=300',
33 verbose headers 'content-length': '95',
33 verbose headers 'accept-ranges': 'bytes',
33 verbose headers date: 'Mon, 10 Oct 2016 13:28:26 GMT',
33 verbose headers via: '1.1 varnish',
33 verbose headers connection: 'keep-alive',
33 verbose headers 'x-served-by': 'cache-cdg8726-CDG',
33 verbose headers 'x-cache': 'MISS',
33 verbose headers 'x-cache-hits': '0',
33 verbose headers 'x-timer': 'S1476106105.902111,VS0,VE934',
33 verbose headers vary: 'Accept-Encoding' }
34 verbose request invalidating C:\Users\antsan2\AppData\Roaming\npm-cache\registry.npmjs.org\gettpl on PUT
35 error publish Failed PUT 403
36 verbose stack Error: "You cannot publish over the previously published version 1.0.2." : gettpl
36 verbose stack at makeError (C:\Users\antsan2\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
36 verbose stack at CachingRegistryClient.<anonymous> (C:\Users\antsan2\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-client\lib\request.js:252:14)
36 verbose stack at Request._callback (C:\Users\antsan2\AppData\Roaming\npm\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
36 verbose stack at Request.self.callback (C:\Users\antsan2\AppData\Roaming\npm\node_modules\npm\node_modules\request\request.js:198:22)
36 verbose stack at emitTwo (events.js:87:13)
36 verbose stack at Request.emit (events.js:172:7)
36 verbose stack at Request.<anonymous> (C:\Users\antsan2\AppData\Roaming\npm\node_modules\npm\node_modules\request\request.js:1035:10)
36 verbose stack at emitOne (events.js:82:20)
36 verbose stack at Request.emit (events.js:169:7)
36 verbose stack at IncomingMessage.<anonymous> (C:\Users\antsan2\AppData\Roaming\npm\node_modules\npm\node_modules\request\request.js:962:12)
37 verbose statusCode 403
38 verbose pkgid gettpl
39 verbose cwd D:\dev\hum\gettpl
40 error Windows_NT 6.1.7601
41 error argv "C:\\Program Files\\nodejs\\node.exe" "C:\\Users\\antsan2\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js" "publish"
42 error node v4.6.0
43 error npm v3.5.3
44 error code E403
45 error "You cannot publish over the previously published version 1.0.2." : gettpl
46 error If you need help, you may report this error at:
46 error <https://github.com/npm/npm/issues>
47 verbose exit [ 1, true ]