-
Notifications
You must be signed in to change notification settings - Fork 3
/
yarn-error.log
67 lines (59 loc) · 1.93 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn
PATH:
/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:~/.dotnet/tools:/Library/Apple/usr/bin:/opt/homebrew/bin:/opt/homebrew/sbin
Yarn version:
1.22.19
Node version:
18.15.0
Platform:
darwin arm64
Trace:
Error: https://registry.yarnpkg.com/gatsby-jaen-lens: Not found
at params.callback [as _callback] (/usr/local/lib/node_modules/yarn/lib/cli.js:66145:18)
at self.callback (/usr/local/lib/node_modules/yarn/lib/cli.js:140890:22)
at Request.emit (node:events:513:28)
at Request.<anonymous> (/usr/local/lib/node_modules/yarn/lib/cli.js:141862:10)
at Request.emit (node:events:513:28)
at IncomingMessage.<anonymous> (/usr/local/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": "jaen-template",
"description": "Template for Jaen projects",
"version": "1.0.0",
"private": true,
"author": "Nico Schett",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"gatsby": "^5.11.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"gatsby-plugin-jaen": "^1.0.0-rc.1",
"gatsby-jaen-lens": "^0.0.1",
"@atsnek/jaen": "^1.0.0-rc.1"
},
"devDependencies": {
"@types/node": "^20.3.3",
"@types/react": "^18.2.14",
"@types/react-dom": "^18.2.6",
"typescript": "^5.1.6"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile