-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathyarn-error.log
More file actions
83 lines (75 loc) · 2.78 KB
/
Copy pathyarn-error.log
File metadata and controls
83 lines (75 loc) · 2.78 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
Arguments:
E:\Node\node.exe C:\Users\13542\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add pnpm
PATH:
E:\VM\bin\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\WINDOWS\System32\OpenSSH\;D:\Bandizip\;E:\Git\cmd;E:\Git\bin;E:\Git\mingw64\libexec\git-core;E:\Node\;C:\Users\13542\AppData\Local\Microsoft\WindowsApps;;E:\Microsoft VS Code\bin;E:\PyCharm 2022.3.2\bin;;C:\Users\13542\AppData\Roaming\npm
Yarn version:
1.22.19
Node version:
18.14.1
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/@weview%2feslint-config: Not found
at params.callback [as _callback] (C:\Users\13542\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:66145:18)
at self.callback (C:\Users\13542\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:140890:22)
at Request.emit (node:events:513:28)
at Request.<anonymous> (C:\Users\13542\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141862:10)
at Request.emit (node:events:513:28)
at IncomingMessage.<anonymous> (C:\Users\13542\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": "weview",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepare": "husky install",
"lint": "eslint --fix --ext .ts,.vue",
"format": "prettier --write --cache .",
"dev": "pnpm -C play dev",
"test": "vitest",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:serve": "vitepress serve docs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@vue/compiler-sfc": ">= 3",
"@weview/eslint-config": "workspace:^0.0.1",
"mitt": "^3.0.0",
"vite": "^4.0.4",
"vue": "^3.2.45"
},
"devDependencies": {
"@algolia/client-search": "4.9.1",
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@testing-library/vue": "^6.6.1",
"@types/node": "^18.11.18",
"@types/sass": "^1.43.1",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^3.0.0",
"@vue/compiler-dom": "^3.2.47",
"@vue/test-utils": "2.0.2",
"c8": "^7.12.0",
"eslint": "^8.32.0",
"happy-dom": "^6.0.4",
"husky": "^8.0.3",
"prettier": "^2.8.3",
"sass": "^1.57.1",
"typescript": "^4.9.4",
"vitepress": "0.22.4",
"vitepress-theme-demoblock": "1.4.2",
"vitest": "^0.25.8"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile