-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
61 lines (53 loc) · 2.58 KB
/
yarn-error.log
File metadata and controls
61 lines (53 loc) · 2.58 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\Chris\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add ffirebase
PATH:
C:\Program Files (x86)\Razer Chroma SDK\bin;C:\Program Files\Razer Chroma SDK\bin;C:\Program Files (x86)\Razer\ChromaBroadcast\bin;C:\Program Files\Razer\ChromaBroadcast\bin;C:\Program Files\Eclipse Adoptium\jdk-17.0.7.7-hotspot\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Windows\system32\config\systemprofile\AppData\Local\Microsoft\WindowsApps;%NVM_HOME%;%NVM_SYMLINK%;C:\Program Files\MySQL\MySQL Shell 8.0\bin\;C:\Users\Chris\AppData\Local\Microsoft\WindowsApps;C:\Users\Chris\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Chris\AppData\Roaming\npm;C:\Users\Chris\AppData\Roaming\nvm;C:\Program Files\nodejs
Yarn version:
1.22.19
Node version:
16.17.1
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/ffirebase: Not found
at Request.params.callback [as _callback] (C:\Users\Chris\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:66145:18)
at Request.self.callback (C:\Users\Chris\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:140890:22)
at Request.emit (node:events:513:28)
at Request.<anonymous> (C:\Users\Chris\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141862:10)
at Request.emit (node:events:513:28)
at IncomingMessage.<anonymous> (C:\Users\Chris\AppData\Roaming\npm\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:1358:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)
npm manifest:
{
"name": "node-react-app",
"version": "1.0.0",
"type": "module",
"scripts": {
"client": "cd client && yarn start",
"server": "nodemon server.js",
"dev": "concurrently --kill-others-on-fail \"yarn server\" \"yarn client\""
},
"dependencies": {
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jwt-decode": "^4.0.0",
"mysql": "^2.18.1",
"node-fetch": "^3.3.1",
"nodemon": "^2.0.22",
"openai": "^4.28.0",
"recompose": "^0.30.0",
"supertest": "^6.3.4",
"yarn": "^1.22.19"
},
"devDependencies": {
"concurrently": "^8.0.1",
"prettier": "^3.2.5"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile