-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyarn-error.log
More file actions
62 lines (54 loc) · 1.47 KB
/
Copy pathyarn-error.log
File metadata and controls
62 lines (54 loc) · 1.47 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn install
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
Yarn version:
1.7.0
Node version:
8.11.2
Platform:
darwin x64
Trace:
Error: getaddrinfo ENOTFOUND registry.yarnpkg.com registry.yarnpkg.com:443
at errnoException (dns.js:50:10)
at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:92:26)
npm manifest:
{
"name": "gitlab-bot-server",
"version": "1.0.0",
"description": "",
"main": "./src/index.js",
"scripts": {
"start": "node dist/index.js",
"dev": "nodemon src/index.js --exec node_modules/babel-cli/bin/babel-node.js --presets es2015,stage-2",
"build": "node_modules/babel-cli/bin/babel.js src -d dist"
},
"author": "Muhammad Ali",
"license": "ISC",
"dependencies": {
"body-parser": "^1.17.2",
"botbuilder": "^3.8.4",
"dateformat": "^2.0.0",
"express": "^4.15.3",
"lodash": "^4.17.4",
"microsoft-adaptivecards": "^0.6.0",
"mysql2": "^1.3.6",
"node-telegram-bot-api": "^0.27.1",
"pg": "^7.0.2",
"pg-hstore": "^2.3.2",
"request-promise": "^4.2.1",
"sequelize": "^4.4.2",
"simple-oauth2": "^1.3.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"nodemon": "^1.11.0"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile