-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
54 lines (44 loc) · 2.86 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\Acer\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add -D @babel/core @babel/cli @babel/plugin-module-resolver @babel/preset-typescript
PATH:
C:\Program Files\Eclipse Foundation\jdk-8.0.302.8-hotspot\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Python310\Scripts\;C:\Python310\;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\NVIDIA Corporation\NVIDIA NvDLISR;C:\Program Files\dotnet\;D:\System\msys2\mingw64\bin;D:\temp_cli\;D:\System\postgres\bin;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Java\jdk1.8.0_333\bin;D:\System\C_MAKE\bin;C:\MinGW\bin;D:\System\setup\flutter\bin;C:\Program Files\nodejs\;D:\System\Z_CLI;C:\Program Files\CMake\bin;C:\Users\Acer\.cargo\bin;C:\Users\Acer\AppData\Local\Microsoft\WindowsApps;C:\Users\Acer\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\Acer\.dotnet\tools;D:\System\heroku\bin;C:\Users\Acer\AppData\Local\GitHubDesktop\bin;D:\New folder\CLion 2022.2.4\bin;;D:\System\Andriod_Studio_Kits\platform-tools;D:\System\Andriod_Studio_Kits\tools;C:\Users\Acer\AppData\Roaming\npm
Yarn version:
1.22.19
Node version:
18.12.1
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/@babel%2fplugin-module-resolver: Not found
at params.callback [as _callback] (C:\Users\Acer\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:66145:18)
at self.callback (C:\Users\Acer\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:140890:22)
at Request.emit (node:events:513:28)
at Request.<anonymous> (C:\Users\Acer\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141862:10)
at Request.emit (node:events:513:28)
at IncomingMessage.<anonymous> (C:\Users\Acer\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:1359:12)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21)
npm manifest:
{
"name": "my-app",
"version": "0.1.0",
"private": "true",
"scripts": {
"dev": "tsc --rootDir . --outDir .randoms && node ./.randoms/index.js",
"start": "node ./.randoms/routes/index.js"
},
"devDependencies": {
"typescript": "^4.9.4"
}
}
yarn manifest:
No manifest
Lockfile:
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
typescript@^4.9.4:
version "4.9.4"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.4.tgz#a2a3d2756c079abda241d75f149df9d561091e78"
integrity sha512-Uz+dTXYzxXXbsFpM86Wh3dKCxrQqUcVMxwU54orwlJjOpO3ao8L7j5lH+dWfTwgCwIuM9GQ2kvVotzYJMXTBZg==