forked from rootMUD/create-move-dapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
executable file
·109 lines (93 loc) · 3.55 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
103
104
105
106
107
108
109
Arguments:
/Users/liaohua/.nvm/versions/node/v20.7.0/bin/node /Users/liaohua/.nvm/versions/node/v20.7.0/bin/yarn
PATH:
/opt/homebrew/opt/postgresql@15/bin:/Users/liaohua/.asdf/installs/elixir/1.14/bin:/Users/liaohua/.asdf/installs/erlang/25.0.2/bin:/Users/liaohua/.nvm/versions/node/v20.7.0/bin:/Users/liaohua/.asdf/shims:/opt/homebrew/opt/asdf/libexec/bin:/opt/homebrew/bin/:/Users/liaohua/.deno/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/liaohua/.cargo/bin
Yarn version:
1.22.19
Node version:
20.7.0
Platform:
darwin arm64
Trace:
Error: read ECONNRESET
at TLSWrap.onStreamRead (node:internal/stream_base_commons:217:20)
npm manifest:
{
"name": "create-apt-dapp",
"description": "a starter kit for dapp developers to build rootmup application",
"version": "0.0.1",
"license": "Apache-2.0",
"author": "rootMUD",
"keywords": [
"create aptos dapp",
"rootMUD",
"aptos"
],
"bin": {
"create-apt-dapp": "./dist/index.js"
},
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc && cp -r templates dist/templates",
"dev": "npm run build && node dist/index.js",
"prepublish": "npm run build && npm publish"
},
"files": [
"dist"
],
"type": "module",
"dependencies": {
"kolorist": "^1.8.0",
"prompts": "^2.4.2",
"typescript": "^4.7.4"
},
"devDependencies": {
"@types/node": "^20.5.0"
},
"repository": {
"type": "git",
"url": "https://github.com/rootMUD/create-apt-dapp"
},
"homepage": "https://github.com/rootMUD/create-apt-dapp/blob/main/README.md",
"bugs": {
"url": "https://github.com/rootMUD/create-apt-dapp/issues"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^20.5.0":
version "20.12.7"
resolved "https://registry.npmjs.org/@types/node/-/node-20.12.7.tgz"
integrity sha512-wq0cICSkRLVaf3UGLMGItu/PtdY7oaXaI/RVU+xliKVOtRna3PRY57ZDfztpDL0n11vfymMUnXv8QwYCO7L1wg==
dependencies:
undici-types "~5.26.4"
kleur@^3.0.3:
version "3.0.3"
resolved "https://registry.npmjs.org/kleur/-/kleur-3.0.3.tgz"
integrity sha512-eTIzlVOSUR+JxdDFepEYcBMtZ9Qqdef+rnzWdRZuMbOywu5tO2w2N7rqjoANZ5k9vywhL6Br1VRjUIgTQx4E8w==
kolorist@^1.8.0:
version "1.8.0"
resolved "https://registry.npmjs.org/kolorist/-/kolorist-1.8.0.tgz"
integrity sha512-Y+60/zizpJ3HRH8DCss+q95yr6145JXZo46OTpFvDZWLfRCE4qChOyk1b26nMaNpfHHgxagk9dXT5OP0Tfe+dQ==
prompts@^2.4.2:
version "2.4.2"
resolved "https://registry.npmjs.org/prompts/-/prompts-2.4.2.tgz"
integrity sha512-NxNv/kLguCA7p3jE8oL2aEBsrJWgAakBpgmgK6lpPWV+WuOmY6r2/zbAVnP+T8bQlA0nzHXSJSJW0Hq7ylaD2Q==
dependencies:
kleur "^3.0.3"
sisteransi "^1.0.5"
sisteransi@^1.0.5:
version "1.0.5"
resolved "https://registry.npmjs.org/sisteransi/-/sisteransi-1.0.5.tgz"
integrity sha512-bLGGlR1QxBcynn2d5YmDX4MGjlZvy2MRBDRNHLJ8VI6l6+9FUiyTFNJ0IveOSP0bcXgVDPRcfGqA0pjaqUpfVg==
typescript@^4.7.4:
version "4.9.5"
resolved "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
undici-types@~5.26.4:
version "5.26.5"
resolved "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz"
integrity sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==