-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarn-error.log
87 lines (72 loc) · 3.32 KB
/
yarn-error.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
Arguments:
/Users/menmen/.nvm/versions/node/v8.9.3/bin/node /Users/menmen/.nvm/versions/node/v8.9.3/bin/yarn publish
PATH:
/Users/menmen/.sdkman/candidates/groovy/current/bin:/Users/menmen/.nvm/versions/node/v8.9.3/bin:/Users/menmen/Library/Android/sdk/tools:/Users/menmen/Library/Android/sdk/platform-tools:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/menmen/Library/Android/sdk/platform-tools:/Users/menmen/Library/Android/sdk/tools:/Users/menmen/Downloads/gradle-2.10/bin:/Users/menmen/Downloads/gradle-2.14.1/bin:/Users/menmen/Downloads/apache-maven-3.0.5/bin:/Users/menmen/.rvm/bin:/Users/menmen/Downloads/nexus-3.6.0-02-mac/nexus-3.6.0-02/bin:/Users/menmen/.rvm/bin
Yarn version:
1.3.2
Node version:
8.9.3
Platform:
darwin x64
npm manifest:
{
"name": "template",
"version": "0.0.1",
"description": "RN模板代码工具",
"repository": {
"type": "git",
"url": "https://github.com/shangwfa/template.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "shangwfa",
"license": "Apache-2.0",
"dependencies": {
"camelcase": "^4.1.0",
"capitalize": "^1.0.0",
"commander": "^2.12.2",
"dot": "^1.1.2",
"lodash": "^4.17.4",
"reserved-words": "^0.1.2"
},
"bin": {
"template": "./index.js"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
camelcase@^4.1.0:
version "4.1.0"
resolved "http://registry.npm.taobao.org/camelcase/download/camelcase-4.1.0.tgz#d545635be1e33c542649c69173e5de6acfae34dd"
capitalize@^1.0.0:
version "1.0.0"
resolved "http://registry.npm.taobao.org/capitalize/download/capitalize-1.0.0.tgz#dc802c580aee101929020d2ca14b4ca8a0ae44be"
commander@^2.12.2:
version "2.12.2"
resolved "http://registry.npm.taobao.org/commander/download/commander-2.12.2.tgz#0f5946c427ed9ec0d91a46bb9def53e54650e555"
dot@^1.1.2:
version "1.1.2"
resolved "http://registry.npm.taobao.org/dot/download/dot-1.1.2.tgz#c7377019fc4e550798928b2b9afeb66abfa1f2f9"
lodash@^4.17.4:
version "4.17.4"
resolved "http://registry.npm.taobao.org/lodash/download/lodash-4.17.4.tgz#78203a4d1c328ae1d86dca6460e369b57f4055ae"
reserved-words@^0.1.2:
version "0.1.2"
resolved "http://registry.npm.taobao.org/reserved-words/download/reserved-words-0.1.2.tgz#00a0940f98cd501aeaaac316411d9adc52b31ab1"
Trace:
Error: http://registry.npmjs.org/template: You do not have permission to publish "template". Are you logged in as the correct user?
at Request.params.callback [as _callback] (/Users/menmen/.nvm/versions/node/v8.9.3/lib/node_modules/yarn/lib/cli.js:62098:18)
at Request.self.callback (/Users/menmen/.nvm/versions/node/v8.9.3/lib/node_modules/yarn/lib/cli.js:123085:22)
at emitTwo (events.js:126:13)
at Request.emit (events.js:214:7)
at Request.<anonymous> (/Users/menmen/.nvm/versions/node/v8.9.3/lib/node_modules/yarn/lib/cli.js:124068:10)
at emitOne (events.js:116:13)
at Request.emit (events.js:211:7)
at IncomingMessage.<anonymous> (/Users/menmen/.nvm/versions/node/v8.9.3/lib/node_modules/yarn/lib/cli.js:123988:12)
at Object.onceWrapper (events.js:313:30)
at emitNone (events.js:111:20)