-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
102 lines (94 loc) · 3.48 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
Arguments:
/Users/thejoker/.nvm/versions/node/v10.6.0/bin/node /usr/local/bin/yarn publish
PATH:
/usr/local/opt/openssl/bin:/Users/thejoker/.nvm/versions/node/v10.6.0/bin:/usr/local/opt/postgresql@9.6/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.6.0
Platform:
darwin x64
npm manifest:
{
"name": "@dbrowser/framework",
"version": "0.1.2",
"description": "dBrowser's Official Framework Libraries",
"contributors": [
"Jared Rice Sr. <jared@dwebs.io>",
"Bench Computer, Inc. <legal@benchx.io>"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"lint": "eslint index.js globals.js webview.js **/*.js */**/*.js --ignore-pattern 'node_modules/*' --fix --quiet",
"test": "ava ./*-test.js -s -T15000"
},
"dependencies": {
"@dbrowser/errors": "*",
"@dbrowser/vfswrapper": "*",
"@ddatabase/protocol": "ddatabase/protocol#master",
"@ddrive/core": "ddrives/core#master",
"@ddrive/zip": "ddrives/zip#master",
"@dpack/api": "dpacks/api#master",
"@dwcore/dws-chain": "dwcore/dws-chain#master",
"@dwcore/dws2": "dwcore/dws2#master",
"@dwebs/codec": "distributedweb/codec#master",
"@dwebs/dns": "distributedweb/dns#master",
"@dwebs/parse": "distributedweb/parse#master",
"@flockcore/presets": "flockcore/presets#master",
"@flockcore/revelation": "flockcore/revelation#master",
"anymatch": "^2.0.0",
"await-lock": "^1.1.3",
"binary-extensions": "^1.11.0",
"bytes": "^3.0.0",
"circular-append-file": "^1.0.1",
"debug": "^3.1.0",
"diff": "^3.5.0",
"diff-file-tree": "^2.1.2",
"emit-stream": "^0.1.2",
"fs-jetpack": "^1.3.0",
"function-queue": "0.0.12",
"identify-filetype": "^1.0.0",
"into-stream": "^3.1.0",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"lodash.pick": "^4.4.0",
"lodash.throttle": "^4.1.1",
"mime": "^1.4.0",
"mkdirp": "^0.5.1",
"moment": "^2.22.2",
"ms": "^2.1.1",
"normalize-url": "^3.0.1",
"once": "^1.4.0",
"pify": "^3.0.0",
"range-parser": "^1.2.0",
"slugify": "^1.3.0",
"sodium-signatures": "^2.1.1",
"split2": "^2.2.0",
"sqlite3": "^4.0.0",
"textextensions": "^2.2.0"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^4.19.1"
},
"publishConfig": {
"access": "public"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: https://registry.npmjs.org/@dbrowser%2fframework: You cannot publish over the previously published versions: 0.1.2.
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)