This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
yarn-error.log
79 lines (67 loc) · 3.11 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
Arguments:
/Users/jacobgold/.nvm/versions/node/v16.15.1/bin/node /Users/jacobgold/.yarn/bin/yarn.js add -D @types/highlightjs-svelte
PATH:
/Users/jacobgold/.nvm/versions/node/v16.15.1/bin:/Users/jacobgold/.yarn/bin:/Users/jacobgold/.config/yarn/global/node_modules/.bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/jacobgold/.nvm/versions/node/v16.15.1/bin:/Users/jacobgold/.yarn/bin:/Users/jacobgold/.config/yarn/global/node_modules/.bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/jacobgold/Library/Application Support/JetBrains/Toolbox/scripts:/Users/jacobgold/Library/Application Support/JetBrains/Toolbox/scripts
Yarn version:
1.22.19
Node version:
16.15.1
Platform:
darwin arm64
Trace:
Error: https://registry.yarnpkg.com/@types%2fhighlightjs-svelte: Not found
at Request.params.callback [as _callback] (/Users/jacobgold/.yarn/lib/cli.js:66145:18)
at Request.self.callback (/Users/jacobgold/.yarn/lib/cli.js:140890:22)
at Request.emit (node:events:527:28)
at Request.<anonymous> (/Users/jacobgold/.yarn/lib/cli.js:141862:10)
at Request.emit (node:events:527:28)
at IncomingMessage.<anonymous> (/Users/jacobgold/.yarn/lib/cli.js:141784:12)
at Object.onceWrapper (node:events:641:28)
at IncomingMessage.emit (node:events:539:35)
at endReadableNT (node:internal/streams/readable:1345:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm manifest:
{
"name": "@withgraphite/language-services",
"version": "0.0.8",
"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/",
"src/"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "yarn build"
},
"dependencies": {
"highlight.js": "^11.6.0",
"highlightjs-svelte": "^1.0.6"
},
"devDependencies": {
"typescript": "^4.7.4"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
highlight.js@^11.6.0:
version "11.6.0"
resolved "https://registry.yarnpkg.com/highlight.js/-/highlight.js-11.6.0.tgz#a50e9da05763f1bb0c1322c8f4f755242cff3f5a"
integrity sha512-ig1eqDzJaB0pqEvlPVIpSSyMaO92bH1N2rJpLMN/nX396wTpDA4Eq0uK+7I/2XG17pFaaKE0kjV/XPeGt7Evjw==
highlightjs-svelte@^1.0.6:
version "1.0.6"
resolved "https://registry.yarnpkg.com/highlightjs-svelte/-/highlightjs-svelte-1.0.6.tgz#e8bfc616478f8acecdef73e7e15a65b083c1ef40"
integrity sha512-aXuBPz8df3sOXg90q8rRcBLyxIR8ozPU39a6tJ2rpJUjjd9brRIr55aC0IccW4gsPhQxZ+B3rFugdXsg9/ckDw==
typescript@^4.7.4:
version "4.7.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.7.4.tgz#1a88596d1cf47d59507a1bcdfb5b9dfe4d488235"
integrity sha512-C0WQT0gezHuw6AdY1M2jxUO83Rjf0HP7Sk1DtXj6j1EwkQNZrHAg2XPWlq62oqEhYvONq5pkC2Y9oPljWToLmQ==