-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
69 lines (58 loc) · 2.38 KB
/
yarn-error.log
File metadata and controls
69 lines (58 loc) · 2.38 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
Arguments:
/Users/tomasreimers/.nvm/versions/node/v15.14.0/bin/node /usr/local/Cellar/yarn/1.22.18/libexec/bin/yarn.js add @types/highlightjs-terraform
PATH:
/Users/tomasreimers/.nvm/versions/node/v15.14.0/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin
Yarn version:
1.22.18
Node version:
15.14.0
Platform:
darwin x64
Trace:
Error: https://registry.yarnpkg.com/@types%2fhighlightjs-terraform: Not found
at Request.params.callback [as _callback] (/usr/local/Cellar/yarn/1.22.18/libexec/lib/cli.js:66138:18)
at Request.self.callback (/usr/local/Cellar/yarn/1.22.18/libexec/lib/cli.js:140883:22)
at Request.emit (node:events:369:20)
at Request.<anonymous> (/usr/local/Cellar/yarn/1.22.18/libexec/lib/cli.js:141855:10)
at Request.emit (node:events:369:20)
at IncomingMessage.<anonymous> (/usr/local/Cellar/yarn/1.22.18/libexec/lib/cli.js:141777:12)
at Object.onceWrapper (node:events:475:28)
at IncomingMessage.emit (node:events:381:22)
at endReadableNT (node:internal/streams/readable:1307:12)
at processTicksAndRejections (node:internal/process/task_queues:81:21)
npm manifest:
{
"name": "@withgraphite/language-services",
"version": "0.0.1",
"license": "None",
"description": "A mapping of file extensions to languages",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/withgraphite/language-services"
},
"files": [
"dist/"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build"
},
"dependencies": {
"highlight.js": "^11.5.1",
"highlightjs-terraform": "https://github.com/highlightjs/highlightjs-terraform.git"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
highlight.js@^11.5.1:
version "11.5.1"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.5.1.tgz#027c24e4509e2f4dcd00b4a6dda542ce0a1f7aea"
integrity sha512-LKzHqnxr4CrD2YsNoIf/o5nJ09j4yi/GcH5BnYz9UnVpZdS4ucMgvP61TDty5xJcFGRjnH4DpujkS9bHT3hq0Q==
"highlightjs-terraform@https://github.com/highlightjs/highlightjs-terraform.git":
version "1.0.6"
resolved "https://github.com/highlightjs/highlightjs-terraform.git#e5e42f6b9ee682f659a7d00d5218204fac7b04a9"