This repository has been archived by the owner on Jul 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
73 lines (65 loc) · 2.24 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
Arguments:
/usr/bin/node /usr/lib/node_modules/yarn/bin/yarn.js add @types/emoji-unicode --dev
PATH:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Yarn version:
1.22.0
Node version:
13.9.0
Platform:
linux x64
Trace:
Error: https://registry.yarnpkg.com/@types%2femoji-unicode: Not found
at Request.params.callback [as _callback] (/usr/lib/node_modules/yarn/lib/cli.js:66975:18)
at Request.self.callback (/usr/lib/node_modules/yarn/lib/cli.js:140727:22)
at Request.emit (events.js:321:20)
at Request.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141699:10)
at Request.emit (events.js:321:20)
at IncomingMessage.<anonymous> (/usr/lib/node_modules/yarn/lib/cli.js:141621:12)
at Object.onceWrapper (events.js:427:28)
at IncomingMessage.emit (events.js:333:22)
at endReadableNT (_stream_readable.js:1201:12)
at processTicksAndRejections (internal/process/task_queues.js:84:21)
npm manifest:
{
"scripts": {
"run": "tsc && node ./dist/server/index.js 1920",
"build": "tsc && node ./dist/server/index.js 1920"
},
"name": "chat_server",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^3.0.1",
"emoji-unicode": "^2.0.0",
"express": "^4.17.1",
"jquery": "latest",
"js-cookie": "^2.2.1",
"mime": "^2.4.4",
"morgan": "^1.9.1",
"nodemailer": "latest",
"socks": "^2.3.3",
"source-map-support": "^0.5.16",
"ws": "latest"
},
"devDependencies": {
"@types/body-parser": "^1.19.0",
"@types/cookie-parser": "^1.4.2",
"@types/express": "^4.17.2",
"@types/jquery": "^3.3.33",
"@types/js-cookie": "^2.2.5",
"@types/nodemailer": "^6.4.0",
"@types/ws": "^7.2.2",
"browserify": "^16.5.0",
"grunt": "latest",
"grunt-browserify": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"typescript": "latest",
"uglify-es": "^3.3.9"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile