-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarn-error.log
83 lines (75 loc) · 2.43 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
Arguments:
/Users/chentong/.nvm/versions/node/v16.14.2/bin/node /Users/chentong/.nvm/versions/node/v16.14.2/bin/yarn install
PATH:
/Users/chentong/opt/anaconda3/bin:/Users/chentong/opt/anaconda3/condabin:/opt/homebrew/opt/tomcat@9/bin:/Users/chentong/.nvm/versions/node/v16.14.2/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Applications/VMware Fusion Tech Preview.app/Contents/Public:/usr/local/go/bin
Yarn version:
1.22.18
Node version:
16.14.2
Platform:
darwin arm64
Trace:
Error: https://registry.yarnpkg.com/@baiducloud%2fsdk: ETIMEDOUT
at Timeout._onTimeout (/Users/chentong/.nvm/versions/node/v16.14.2/lib/node_modules/yarn/lib/cli.js:141543:19)
at listOnTimeout (node:internal/timers:559:17)
at processTimers (node:internal/timers:502:7)
npm manifest:
{
"name": "s-component-show1",
"version": "0.0.1",
"description": "This is a component demo for Serverless Devs Tool ",
"keywords": [
"Serverless",
"Framework",
"Serverless-Devs",
"Serverless-Tool",
"Function Compute"
],
"homepage": "https://www.serverless-devs.com",
"author": "Serverless-Devs",
"contributors": [],
"license": "MIT",
"main": "./lib/index.js",
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/ServerlessTool/express-alibaba"
},
"scripts": {
"start": "npm run watch",
"watch": "npm run doc && tsc -w",
"publish": "npm run build && s cli platform publish",
"build": "tsc",
"postbuild": "npm run doc",
"doc": "npx typedoc src/index.ts --json doc/doc.json --out doc"
},
"dependencies": {
"@baiducloud/sdk": "^1.0.0-rc.28",
"@serverless-devs/core": "^0.0.125",
"@serverless-devs/s-core": "0.0.28",
"@serverless/core": "^1.1.2",
"i18n": "^0.13.2",
"js-yaml": "^4.0.0",
"jszip": "^3.6.0",
"lodash": "^4.17.21",
"lodash.get": "^4.4.2",
"prettier": "^2.3.2",
"tencent-component-toolkit": "^2.12.11",
"tty-table": "^4.1.3"
},
"devDependencies": {
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"eslint": "^7.7.0",
"ts-node": "^8.10.2",
"typedoc": "^0.20.35",
"typescript": "^3.9.7"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile