Skip to content

Commit

Permalink
renamed the package name
Browse files Browse the repository at this point in the history
  • Loading branch information
shihamsam committed Aug 18, 2016
1 parent eabece0 commit 568e1b2
Show file tree
Hide file tree
Showing 2 changed files with 115 additions and 2 deletions.
113 changes: 113 additions & 0 deletions npm-debug.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
0 info it worked if it ends with ok
1 verbose cli [ 'D:\\Program Files\\nodejs\\node.exe',
1 verbose cli 'D:\\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: 'D:\\Dev\\starwars-names',
7 silly cache add type: 'directory' }
8 verbose addLocalDirectory C:\Users\shiham\AppData\Roaming\npm-cache\starwars-names\1.0.0\package.tgz not in flight; packing
9 verbose correctMkdir C:\Users\shiham\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\\shiham\\AppData\\Roaming\\npm-cache\\starwars-names\\1.0.0\\package.tgz',
12 verbose tar pack 'D:\\Dev\\starwars-names' ]
13 verbose tarball C:\Users\shiham\AppData\Roaming\npm-cache\starwars-names\1.0.0\package.tgz
14 verbose folder D:\Dev\starwars-names
15 verbose addLocalTarball adding from inside cache C:\Users\shiham\AppData\Roaming\npm-cache\starwars-names\1.0.0\package.tgz
16 verbose correctMkdir C:\Users\shiham\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
17 silly cache afterAdd [email protected]
18 verbose afterAdd C:\Users\shiham\AppData\Roaming\npm-cache\starwars-names\1.0.0\package\package.json not in flight; writing
19 verbose correctMkdir C:\Users\shiham\AppData\Roaming\npm-cache correctMkdir not in flight; initializing
20 verbose afterAdd C:\Users\shiham\AppData\Roaming\npm-cache\starwars-names\1.0.0\package\package.json written
21 silly publish { name: 'starwars-names',
21 silly publish version: '1.0.0',
21 silly publish description: 'Get random star wars names',
21 silly publish main: 'src/index.js',
21 silly publish scripts: { test: 'echo "Error: no test specified" && exit 1' },
21 silly publish repository:
21 silly publish { type: 'git',
21 silly publish url: 'git+https://github.com/shihamsam/starwars-names.git' },
21 silly publish keywords: [ 'Random', 'Star', 'Wars', 'Names' ],
21 silly publish author:
21 silly publish { name: 'Shiham Samsudeen',
21 silly publish email: '[email protected]',
21 silly publish url: 'http://shihamsamsudeen.blogspot.com/' },
21 silly publish license: 'MIT',
21 silly publish bugs: { url: 'https://github.com/shihamsam/starwars-names/issues' },
21 silly publish homepage: 'https://github.com/shihamsam/starwars-names#readme',
21 silly publish dependencies: { 'unique-random-array': '1.0.0' },
21 silly publish readme: '# starwars-names\n',
21 silly publish readmeFilename: 'README.md',
21 silly publish gitHead: 'eabece0ec4e620dce84078f5341e247b08661a95',
21 silly publish _id: '[email protected]',
21 silly publish _shasum: 'c436ae37a5f62c225cf2983794f3b67845d67762',
21 silly publish _from: '.' }
22 verbose getPublishConfig undefined
23 silly mapToRegistry name starwars-names
24 silly mapToRegistry using default registry
25 silly mapToRegistry registry https://registry.npmjs.org/
26 silly mapToRegistry data Result {
26 silly mapToRegistry raw: 'starwars-names',
26 silly mapToRegistry scope: null,
26 silly mapToRegistry escapedName: 'starwars-names',
26 silly mapToRegistry name: 'starwars-names',
26 silly mapToRegistry rawSpec: '',
26 silly mapToRegistry spec: 'latest',
26 silly mapToRegistry type: 'tag' }
27 silly mapToRegistry uri https://registry.npmjs.org/starwars-names
28 verbose publish registryBase https://registry.npmjs.org/
29 silly publish uploading C:\Users\shiham\AppData\Roaming\npm-cache\starwars-names\1.0.0\package.tgz
30 verbose request uri https://registry.npmjs.org/starwars-names
31 verbose request sending authorization for write operation
32 info attempt registry request try #1 at 5:23:49 PM
33 verbose request using bearer token for auth
34 verbose request id 95bb9ea1d6c8f31d
35 http request PUT https://registry.npmjs.org/starwars-names
36 http 403 https://registry.npmjs.org/starwars-names
37 verbose headers { 'content-type': 'application/json',
37 verbose headers 'cache-control': 'max-age=300',
37 verbose headers 'content-length': '108',
37 verbose headers 'accept-ranges': 'bytes',
37 verbose headers date: 'Thu, 18 Aug 2016 11:53:53 GMT',
37 verbose headers via: '1.1 varnish',
37 verbose headers connection: 'keep-alive',
37 verbose headers 'x-served-by': 'cache-sin6924-SIN',
37 verbose headers 'x-cache': 'MISS',
37 verbose headers 'x-cache-hits': '0',
37 verbose headers 'x-timer': 'S1471521232.166780,VS0,VE836',
37 verbose headers vary: 'Accept-Encoding' }
38 verbose request invalidating C:\Users\shiham\AppData\Roaming\npm-cache\registry.npmjs.org\starwars-names on PUT
39 error publish Failed PUT 403
40 verbose stack Error: you do not have permission to publish "starwars-names". Are you logged in as the correct user? : starwars-names
40 verbose stack at makeError (D:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:264:12)
40 verbose stack at CachingRegistryClient.<anonymous> (D:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:252:14)
40 verbose stack at Request._callback (D:\Program Files\nodejs\node_modules\npm\node_modules\npm-registry-client\lib\request.js:172:14)
40 verbose stack at Request.self.callback (D:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:200:22)
40 verbose stack at emitTwo (events.js:87:13)
40 verbose stack at Request.emit (events.js:172:7)
40 verbose stack at Request.<anonymous> (D:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:1067:10)
40 verbose stack at emitOne (events.js:82:20)
40 verbose stack at Request.emit (events.js:169:7)
40 verbose stack at IncomingMessage.<anonymous> (D:\Program Files\nodejs\node_modules\npm\node_modules\request\request.js:988:12)
41 verbose statusCode 403
42 verbose pkgid starwars-names
43 verbose cwd D:\Dev\starwars-names
44 error Windows_NT 6.1.7601
45 error argv "D:\\Program Files\\nodejs\\node.exe" "D:\\Program Files\\nodejs\\node_modules\\npm\\bin\\npm-cli.js" "publish"
46 error node v4.2.1
47 error npm v3.10.6
48 error code E403
49 error you do not have permission to publish "starwars-names". Are you logged in as the correct user? : starwars-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 ]
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "starwars-names",
"name": "starwars-names-shihams",
"version": "1.0.0",
"description": "Get random star wars names",
"main": "require('starwars-names')",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
Expand Down

0 comments on commit 568e1b2

Please sign in to comment.