-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathyarn-error.log
More file actions
77 lines (67 loc) · 2.14 KB
/
yarn-error.log
File metadata and controls
77 lines (67 loc) · 2.14 KB
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
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/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.4.1
Platform:
darwin x64
npm manifest:
{
"name": "@dwdht/krpc-socket",
"version": "1.8.0",
"description": "dWeb Library Implementation For K-RPC's Network Layer For Use With BitTorrent's DHT.",
"main": "index.js",
"dependencies": {
"bencode": "^2.0.0",
"buffer-equals": "^1.0.4",
"safe-buffer": "^5.1.1"
},
"devDependencies": {
"standard": "*",
"tape": "^4.4.0"
},
"scripts": {
"test": "standard && tape test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/mafintosh/k-rpc-socket.git"
},
"author": "Mathias Buus (@mafintosh)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mafintosh/k-rpc-socket/issues"
},
"homepage": "https://github.com/mafintosh/k-rpc-socket"
}
{
"name": "@dbrowser/errors",
"version": "0.1.1",
"description": "dBrowser Errors Repository",
"contributors": [
"Jared Rice Sr. <jared@dwebs.io>",
"Bench Computer, Inc. <legal@benchx.io>"
],
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"publishConfig": {
"access": "public"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
SyntaxError: /Users/thejoker/LIBRARIES/dwdht/krpc-socket/package.json: Unexpected token { in JSON at position 724
at JSON.parse (<anonymous>)
at /usr/local/lib/node_modules/yarn/lib/cli.js:1036:59
at Generator.next (<anonymous>)
at step (/usr/local/lib/node_modules/yarn/lib/cli.js:98:30)
at /usr/local/lib/node_modules/yarn/lib/cli.js:109:13