-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnpm-debug.log
128 lines (128 loc) · 8.78 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
0 info it worked if it ends with ok
1 verbose cli [ '/usr/local/bin/node',
1 verbose cli '/usr/local/bin/npm',
1 verbose cli 'publish',
1 verbose cli '--readme' ]
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: '/Users/safeimuslim/Documents/MY-NPM-PACKAGE/react-loading-components',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory /Users/safeimuslim/.npm/react-loading-components/1.1.12/package.tgz not in flight; packing
9 verbose correctMkdir /Users/safeimuslim/.npm 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 info lifecycle [email protected]~prepare: [email protected]
13 silly lifecycle [email protected]~prepare: no script for prepare, continuing
14 verbose tar pack [ '/Users/safeimuslim/.npm/react-loading-components/1.1.12/package.tgz',
14 verbose tar pack '/Users/safeimuslim/Documents/MY-NPM-PACKAGE/react-loading-components' ]
15 verbose tarball /Users/safeimuslim/.npm/react-loading-components/1.1.12/package.tgz
16 verbose folder /Users/safeimuslim/Documents/MY-NPM-PACKAGE/react-loading-components
17 verbose addLocalTarball adding from inside cache /Users/safeimuslim/.npm/react-loading-components/1.1.12/package.tgz
18 verbose correctMkdir /Users/safeimuslim/.npm correctMkdir not in flight; initializing
19 silly cache afterAdd [email protected]
20 verbose afterAdd /Users/safeimuslim/.npm/react-loading-components/1.1.12/package/package.json not in flight; writing
21 verbose correctMkdir /Users/safeimuslim/.npm correctMkdir not in flight; initializing
22 verbose afterAdd /Users/safeimuslim/.npm/react-loading-components/1.1.12/package/package.json written
23 silly publish { name: 'react-loading-components',
23 silly publish version: '1.1.12',
23 silly publish description: 'customable react loading component',
23 silly publish main: 'build/index.js',
23 silly publish scripts:
23 silly publish { test: 'echo "Error: no test specified" && exit 1',
23 silly publish start: 'webpack --watch',
23 silly publish build: 'webpack' },
23 silly publish repository:
23 silly publish { type: 'git',
23 silly publish url: 'git+https://github.com/safeimuslim/react-loading-components.git' },
23 silly publish keywords: [ 'react', 'loading', 'svg' ],
23 silly publish author:
23 silly publish { name: 'Safei Muslim',
23 silly publish email: '[email protected]',
23 silly publish url: 'http://www.safeimuslim.com' },
23 silly publish license: 'ISC',
23 silly publish bugs: { url: 'https://github.com/safeimuslim/react-loading/issues' },
23 silly publish homepage: 'https://github.com/safeimuslim/react-loading#readme',
23 silly publish dependencies: { react: '^15.4.0', 'react-dom': '^15.4.0', webpack: '^3.8.1' },
23 silly publish devDependencies:
23 silly publish { 'babel-cli': '^6.26.0',
23 silly publish 'babel-core': '^6.26.0',
23 silly publish 'babel-loader': '^7.1.2',
23 silly publish 'babel-plugin-transform-object-rest-spread': '^6.26.0',
23 silly publish 'babel-plugin-transform-react-jsx': '^6.24.1',
23 silly publish 'babel-preset-env': '^1.6.1' },
23 silly publish readme: '# react-loading-components\nEasy to use loading animations for React projects. Uses SVG animations from SamHerbert [SVG-Loaders](https://github.com/SamHerbert/SVG-Loaders) project.\n\n[![NPM](https://nodei.co/npm/react-loading-components.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/react-loading-components/)\n\n## Installation\n\n```\nnpm i --save react-loading-components\n```\nor\n\n```\nyarn add react-loading-components\n```\n\n## Demo\n\n[DEMO](https://safeimuslim.github.io/react-loading-components-demo/)\n\n## Loading Types\n* audio\n* ball_triangle\n* bars\n* circles\n* grid\n* hearts\n* oval\n* puff\n* rings\n* spinning_circles\n* tail_spin\n* three_dots\n\n## Example\n\n```javascript\nimport React from \'react\';\nimport Loading from \'react-loading-components\';\n\nconst Example = () => (\n <Loading type=\'ball_triangle\' width={100} height={100} fill=\'#f44242\' />\n);\n\nexport default Example;\n```\n\n### Props\n\n| Name | Type | Default Value |\n|:------:|:------:|:---------------:|\n| type | String | audio |\n| fill | String | `#ffffff` |\n| height | Number or String | 64 (px) |\n| width | Number or String | 64 (px) |\n\n## License\n\nISC\n\n',
23 silly publish readmeFilename: 'README.md',
23 silly publish gitHead: '911a2960c08790513aa2922920ac19b7521acfd3',
23 silly publish _id: '[email protected]',
23 silly publish _shasum: 'a474b4c724a2892e2eee8a1723fe4cc7b32490b4',
23 silly publish _from: '.' }
24 info lifecycle [email protected]~prepublishOnly: [email protected]
25 silly lifecycle [email protected]~prepublishOnly: no script for prepublishOnly, continuing
26 verbose getPublishConfig undefined
27 silly mapToRegistry name react-loading-components
28 silly mapToRegistry using default registry
29 silly mapToRegistry registry https://registry.npmjs.org/
30 silly mapToRegistry data Result {
30 silly mapToRegistry raw: 'react-loading-components',
30 silly mapToRegistry scope: null,
30 silly mapToRegistry escapedName: 'react-loading-components',
30 silly mapToRegistry name: 'react-loading-components',
30 silly mapToRegistry rawSpec: '',
30 silly mapToRegistry spec: 'latest',
30 silly mapToRegistry type: 'tag' }
31 silly mapToRegistry uri https://registry.npmjs.org/react-loading-components
32 verbose publish registryBase https://registry.npmjs.org/
33 silly publish uploading /Users/safeimuslim/.npm/react-loading-components/1.1.12/package.tgz
34 verbose request uri https://registry.npmjs.org/react-loading-components
35 verbose request sending authorization for write operation
36 info attempt registry request try #1 at 5:23:35 PM
37 verbose request using bearer token for auth
38 verbose request id 4f7ee17947696eba
39 http request PUT https://registry.npmjs.org/react-loading-components
40 http 403 https://registry.npmjs.org/react-loading-components
41 verbose headers { 'content-type': 'application/json',
41 verbose headers 'cache-control': 'max-age=300',
41 verbose headers 'content-length': '92',
41 verbose headers 'accept-ranges': 'bytes',
41 verbose headers date: 'Thu, 16 Nov 2017 10:17:45 GMT',
41 verbose headers via: '1.1 varnish',
41 verbose headers connection: 'keep-alive',
41 verbose headers 'x-served-by': 'cache-sin18021-SIN',
41 verbose headers 'x-cache': 'MISS',
41 verbose headers 'x-cache-hits': '0',
41 verbose headers 'x-timer': 'S1510827464.319512,VS0,VE803',
41 verbose headers vary: 'Accept-Encoding, Accept' }
42 verbose request invalidating /Users/safeimuslim/.npm/registry.npmjs.org/react-loading-components on PUT
43 error publish Failed PUT 403
44 verbose stack Error: You cannot publish over the previously published version 1.1.12. : react-loading-components
44 verbose stack at makeError (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:304:12)
44 verbose stack at CachingRegistryClient.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:292:14)
44 verbose stack at Request._callback (/usr/local/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:212:14)
44 verbose stack at Request.self.callback (/usr/local/lib/node_modules/npm/node_modules/request/request.js:186:22)
44 verbose stack at emitTwo (events.js:106:13)
44 verbose stack at Request.emit (events.js:192:7)
44 verbose stack at Request.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1081:10)
44 verbose stack at emitOne (events.js:96:13)
44 verbose stack at Request.emit (events.js:189:7)
44 verbose stack at IncomingMessage.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/request/request.js:1001:12)
45 verbose statusCode 403
46 verbose pkgid react-loading-components
47 verbose cwd /Users/safeimuslim/Documents/MY-NPM-PACKAGE/react-loading-components
48 error Darwin 16.5.0
49 error argv "/usr/local/bin/node" "/usr/local/bin/npm" "publish" "--readme"
50 error node v7.5.0
51 error npm v4.1.2
52 error code E403
53 error You cannot publish over the previously published version 1.1.12. : react-loading-components
54 error If you need help, you may report this error at:
54 error <https://github.com/npm/npm/issues>
55 verbose exit [ 1, true ]