-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
107 lines (90 loc) · 5.69 KB
/
Copy pathyarn-error.log
File metadata and controls
107 lines (90 loc) · 5.69 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
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
Arguments:
/Users/jake/.nvm/versions/node/v16.13.1/bin/node /Users/jake/.nvm/versions/node/v16.13.1/bin/yarn publish
PATH:
/Users/jake/.nvm/versions/node/v16.13.1/bin:/Users/jake/.yarn/bin:/Users/jake/.config/yarn/global/node_modules/.bin:/Users/jake/flutter/bin:/Users/jake/.cabal/bin:/Users/jake/.ghcup/bin:/Users/jake/.radicle/bin:/Users/jake/.local/share/solana/install/active_release/bin:/opt/homebrew/bin:/Users/jake/.local/bin/nvim-osx64/bin:/Users/jake/.local/bin:/Users/jake/local/bin:/usr/local/bin:/Users/jake/.local/share/solana/install/active_release/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/TeX/texbin:/usr/local/go/bin:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/Versions/Current/Commands:/Users/jake/.nvm/versions/node/v16.13.1/bin:/Users/jake/.yarn/bin:/Users/jake/.config/yarn/global/node_modules/.bin:/Users/jake/flutter/bin:/Users/jake/.cabal/bin:/Users/jake/.ghcup/bin:/Users/jake/.radicle/bin:/Users/jake/.local/share/solana/install/active_release/bin:/opt/homebrew/bin:/Users/jake/.local/bin/nvim-osx64/bin:/Users/jake/.local/bin:/Users/jake/local/bin:/opt/local/bin:/opt/local/sbin:/Users/jake/.cargo/bin:/Users/jake/gcc-arm-none-eabi-10-2020-q4-major/bin:/Users/jake/Library/Android/sdk/tools/bin:/Users/jake/Library/Android/sdk/platform-tools:/Users/jake/Library/Android/sdk/emulator:/Users/jake/gcc-arm-none-eabi-10-2020-q4-major/bin:/Users/jake/Library/Android/sdk/tools/bin:/Users/jake/Library/Android/sdk/platform-tools:/Users/jake/Library/Android/sdk/emulator
Yarn version:
1.22.17
Node version:
16.13.1
Platform:
darwin arm64
Trace:
Error: https://registry.yarnpkg.com/-/user/org.couchdb.user:codemaster138: failed to authenticate: Could not authenticate codemaster138: bad password
at Request.params.callback [as _callback] (/Users/jake/.nvm/versions/node/v16.13.1/lib/node_modules/yarn/lib/cli.js:67029:18)
at Request.self.callback (/Users/jake/.nvm/versions/node/v16.13.1/lib/node_modules/yarn/lib/cli.js:140883:22)
at Request.emit (node:events:390:28)
at Request.<anonymous> (/Users/jake/.nvm/versions/node/v16.13.1/lib/node_modules/yarn/lib/cli.js:141855:10)
at Request.emit (node:events:390:28)
at IncomingMessage.<anonymous> (/Users/jake/.nvm/versions/node/v16.13.1/lib/node_modules/yarn/lib/cli.js:141777:12)
at Object.onceWrapper (node:events:509:28)
at IncomingMessage.emit (node:events:402:35)
at endReadableNT (node:internal/streams/readable:1343:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm manifest:
{
"name": "tauris",
"version": "1.7.3",
"description": "A simple Node.JS argument parser with subcommand support and a beautiful UI",
"main": "index.js",
"scripts": {
"build": "tsc",
"prepublish": "yarn build",
"postpublish": "git add . && git commit -m \"chore: compile & publish\""
},
"repository": "https://github.com/codemaster138/node-tauris.git",
"author": "Jake <pygamer138@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0"
},
"devDependencies": {
"@types/node": "^14.14.7",
"typescript": "^4.0.5"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
"@types/node@^14.14.7":
version "14.14.7"
resolved "https://registry.yarnpkg.com/@types/node/-/node-14.14.7.tgz#8ea1e8f8eae2430cf440564b98c6dfce1ec5945d"
integrity sha512-Zw1vhUSQZYw+7u5dAwNbIA9TuTotpzY/OF7sJM9FqPOF3SPjKnxrjoTktXDZgUjybf4cWVBP7O8wvKdSaGHweg==
ansi-styles@^4.1.0:
version "4.3.0"
resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a0906edad34b648937"
integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==
dependencies:
color-convert "^2.0.1"
chalk@^4.1.0:
version "4.1.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
color-convert@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/color-convert/-/color-convert-2.0.1.tgz#72d3a68d598c9bdb3af2ad1e84f21d896abd4de3"
integrity sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==
dependencies:
color-name "~1.1.4"
color-name@~1.1.4:
version "1.1.4"
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
has-flag@^4.0.0:
version "4.0.0"
resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860da06bb59479b"
integrity sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==
supports-color@^7.1.0:
version "7.2.0"
resolved "https://registry.yarnpkg.com/supports-color/-/supports-color-7.2.0.tgz#1b7dcdcb32b8138801b3e478ba6a51caa89648da"
integrity sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==
dependencies:
has-flag "^4.0.0"
typescript@^4.0.5:
version "4.0.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.0.5.tgz#ae9dddfd1069f1cb5beb3ef3b2170dd7c1332389"
integrity sha512-ywmr/VrTVCmNTJ6iV2LwIrfG1P+lv6luD8sUJs+2eI9NLGigaN+nUQc13iHqisq7bra9lnmUSYqbJvegraBOPQ==