-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
59 lines (49 loc) · 2.23 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
Arguments:
/opt/homebrew/Cellar/node@18/18.16.0_1/bin/node /opt/homebrew/bin/yarn add shortest-distance
PATH:
/opt/homebrew/opt/node@18/bin:/Users/13x54r/.bun/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/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/opt/node@18/bin:/Users/13x54r/.bun/bin:/opt/homebrew/bin:/opt/homebrew/sbin
Yarn version:
1.22.19
Node version:
18.16.0
Platform:
darwin arm64
Trace:
Error: https://registry.npmjs.org/shortest-distance: Not found
at params.callback [as _callback] (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:66145:18)
at self.callback (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:140890:22)
at Request.emit (node:events:513:28)
at Request.<anonymous> (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:141862:10)
at Request.emit (node:events:513:28)
at IncomingMessage.<anonymous> (/opt/homebrew/lib/node_modules/yarn/lib/cli.js:141784:12)
at Object.onceWrapper (node:events:627:28)
at IncomingMessage.emit (node:events:525:35)
at endReadableNT (node:internal/streams/readable:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm manifest:
{
"name": "short-distance",
"version": "1.0.3",
"main": "index.js",
"repository": "https://github.com/13x54n/short-distance.git",
"author": "13x54n <laxman.rai.07.26@gmail.com>",
"license": "MIT",
"keywords": [
"shortest-path",
"haversine",
"distance",
"distance-calculation"
],
"dependencies": {
"short-distance": "^1.0.3"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
short-distance@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/short-distance/-/short-distance-1.0.3.tgz#0a0e6d7f4cd9c26bcbbb39d378ef7b08e2e03524"
integrity sha512-7dnb36mQ8sVreh3vtbTQoOtbOI6Jf+jv/KtDiT001arcJhkamEBrWQ94l9XLDqHsi0g6Kn4QgFO/kPvT5Pym4Q==