-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathyarn-error.log
55 lines (47 loc) · 2.62 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn init
PATH:
/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/lachlanglen/.cargo/bin:/Users/lachlanglen/Library/Python/3.10/bin:/Users/lachlanglen/.local/bin:/Users/lachlanglen/go/bin:/Users/lachlanglen/.npm-packages/bin:/Users/lachlanglen/Library/Python/3.10/bin:/Users/lachlanglen/.local/bin:/bin:/Users/lachlanglen/go/bin:/Users/lachlanglen/.npm-packages/bin:/Users/lachlanglen/Library/Python/3.10/bin:/Users/lachlanglen/.local/bin
Yarn version:
1.22.19
Node version:
18.17.0
Platform:
darwin arm64
Trace:
Error: canceled
at Interface.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:137150:13)
at Interface.emit (node:events:514:28)
at [_ttyWrite] [as _ttyWrite] (node:internal/readline/interface:1131:18)
at ReadStream.onkeypress (node:internal/readline/interface:270:20)
at ReadStream.emit (node:events:514:28)
at emitKeys (node:internal/readline/utils:357:14)
at emitKeys.next (<anonymous>)
at ReadStream.onData (node:internal/readline/emitKeypressEvents:64:36)
at ReadStream.emit (node:events:514:28)
at addChunk (node:internal/streams/readable:324:12)
npm manifest:
{
"name": "potlock-core",
"version": "1.0.0",
"description": "PotLock Core Contracts",
"main": "index.js",
"repository": "[email protected]:PotLock/core.git",
"author": "Lachlan Glen <[email protected]>",
"license": "MIT",
"scripts": {
"build:pot": "cd pot && ./scripts/build.sh && cd ..",
"build:potdeployer": "cd pot_deployer && ./scripts/build.sh && cd ..",
"build:registry": "cd registry && ./scripts/build.sh && cd ..",
"dev:deploy:pot": "cd pot && ./scripts/deploy.sh && cd ..",
"dev:deploy:pot:refresh": "cd pot && rm -rf neardev && ./scripts/deploy.sh && cd ..",
"dev:deploy:potdeployer": "cd pot_deployer && ./scripts/deploy.sh && cd ..",
"dev:deploy:potdeployer:refresh": "cd pot_deployer && rm -rf neardev && ./scripts/deploy.sh && cd ..",
"dev:deploy:registry": "cd registry && ./scripts/deploy.sh && cd ..",
"dev:deploy:registry:refresh": "cd registry && rm -rf neardev && ./scripts/deploy.sh && cd .."
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile