This repository has been archived by the owner on Jun 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathyarn-error.log
88 lines (80 loc) · 3.74 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
80
81
82
83
84
85
86
87
88
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js
PATH:
C:\Program Files\Eclipse Adoptium\jdk-11.0.16.101-hotspot\bin;C:\Python27\;C:\Python27\Scripts;C:\Python38\Scripts\;C:\Python38\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin\;C:\Program Files\OpenJDK\openjdk-8u262-b10\bin;C:\Program Files\nodejs\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\dotnet\;C:\Program Files (x86)\QuickTime\QTSystem\;C:\Users\chiaramooney\AppData\Local\Microsoft\WindowsApps;C:\Users\chiaramooney\AppData\Local\Yarn\bin;C:\Users\chiaramooney\.dotnet\tools;C:\Users\chiaramooney\AppData\Local\Android\Sdk\platform-tools;;C:\Users\chiaramooney\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\chiaramooney\AppData\Roaming\npm
Yarn version:
1.22.5
Node version:
16.13.0
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/@rnw-scripts%2fbabel-react-native-config: Not found
at Request.params.callback [as _callback] (C:\Program Files (x86)\Yarn\lib\cli.js:66097:18)
at Request.self.callback (C:\Program Files (x86)\Yarn\lib\cli.js:140749:22)
at Request.emit (node:events:390:28)
at Request.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:141721:10)
at Request.emit (node:events:390:28)
at IncomingMessage.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:141643: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": "e2e-test-app-fabric",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "react-native start",
"lint": "rnw-scripts lint",
"lint:fix": "rnw-scripts lint:fix",
"watch": "rnw-scripts watch",
"windows": "react-native run-windows",
"e2etest": "jest",
"e2etest:updateSnapshots": "jest -u",
"e2etest:debug": "jest --config ./jest.debug.config.js"
},
"dependencies": {
"@react-native-windows/automation-channel": "^0.10.6",
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"react": "18.2.0",
"react-native": "0.0.0-20230308-2111-d41e95fb1",
"react-native-windows": "^0.0.0-canary.637"
},
"devDependencies": {
"@babel/core": "^7.20.0",
"@babel/generator": "^7.20.0",
"@babel/preset-env": "^7.8.4",
"@babel/preset-typescript": "^7.8.3",
"@babel/runtime": "^7.8.4",
"@react-native-windows/automation": "^0.3.58",
"@react-native-windows/automation-commands": "^0.1.78",
"@rnw-scripts/babel-node-config": "2.2.1",
"@rnw-scripts/babel-react-native-config": "0.0.0",
"@rnw-scripts/eslint-config": "1.1.15",
"@rnw-scripts/just-task": "2.3.6",
"@rnw-scripts/metro-dev-config": "0.0.0",
"@rnw-scripts/ts-config": "2.0.3",
"@rnx-kit/jest-preset": "^0.1.0",
"@types/jest": "^29.2.2",
"@types/node": "^14.14.22",
"@types/react": "^18.0.18",
"babel-jest": "^29.3.0",
"eslint": "^8.19.0",
"jest": "^29.2.1",
"metro-react-native-babel-transformer": "0.73.7",
"prettier": "^2.4.1",
"react-test-renderer": "18.2.0",
"sanitize-filename": "^1.6.3",
"typescript": "^4.9.5"
},
"engines": {
"node": ">= 14"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile