-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
67 lines (59 loc) · 2.23 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
Arguments:
/Users/thejoker/.nvm/versions/node/v10.4.1/bin/node /usr/local/bin/yarn publish
PATH:
/usr/local/opt/openssl/bin:/Users/thejoker/.nvm/versions/node/v10.4.1/bin:/usr/local/opt/[email protected]/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin:/Users/thejoker/.rvm/bin:/Users/thejoker/.rvm/bin
Yarn version:
1.5.1
Node version:
10.4.1
Platform:
darwin x64
npm manifest:
{
"name": "@dwstyle/icons",
"version": "0.1.4",
"description": "Official Icons Library For dWeb dApps, dSites and other dWeb-related projects.",
"contributors": [
"Jared Rice Sr. <[email protected]>",
"Distributed Webs Project, LLC. <[email protected]>"
],
"license": "MIT",
"main": "index.js",
"browserify": {
"transform": [
"brfs"
]
},
"scripts": {
"build-dweb-icons": "svgo -f --disable=convertShapeToPath icons && spritesh --input icons --output sprite.svg --viewbox '0 0 240 240' --prefix dwebicon-",
"example": "budo example.js --open --live -- -t brfs"
},
"dependencies": {
"bel": "^4.5.1",
"brfs": "^1.4.3"
},
"devDependencies": {
"budo": "^9.2.1",
"spritesh": "^1.2.0",
"svgo": "^0.7.1"
},
"publishConfig": {
"access": "public"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: https://registry.npmjs.org/@dwstyle%2ficons: You cannot publish over the previously published versions: 0.1.4.
at Request.params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/cli.js:65019:18)
at Request.self.callback (/usr/local/lib/node_modules/yarn/lib/cli.js:132430:22)
at Request.emit (events.js:182:13)
at Request.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:133413:10)
at Request.emit (events.js:182:13)
at Gunzip.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:133333:12)
at Object.onceWrapper (events.js:273:13)
at Gunzip.emit (events.js:187:15)
at endReadableNT (_stream_readable.js:1081:12)
at process._tickCallback (internal/process/next_tick.js:63:19)