This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
yarn-error.log
72 lines (63 loc) · 1.97 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
Arguments:
/usr/local/bin/node /usr/local/bin/yarn
PATH:
node_modules/.bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/leonsmit/Library/Android/sdk/tools:/Users/leonsmit/Library/Android/sdk/platform-tools:/Users/leonsmit/Library/Android/sdk/build-tools
Yarn version:
0.16.1
Node version:
6.10.3
Platform:
darwin x64
npm manifest:
{
"name": "react-native-scene-navigator",
"version": "1.3.0-a",
"description": "React Native navigator",
"main": "lib/index.js",
"repository": {
"url": "https://github.com/andreleon/react-native-scene-navigator",
"type": "git"
},
"author": "Leon Smit <lee_smit@live.nl>",
"license": "MIT",
"scripts": {
"clean": "rm -rf ./lib",
"compile": "npm run clean && babel ./src --out-dir ./lib",
"update-example": "cp -R ./lib ./example/ViewManagers && mv ./example/ViewManagers/lib ./example/ViewManagers/react-native-scene-navigator",
"prepublish": "npm run compile"
},
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0",
"react-autobind-component": "^1.0.5",
"react-native-deprecated-custom-components": "0.1.1"
},
"peerDependencies": {
"react": ">=15.0.0",
"react-native": ">=0.42.0"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-eslint": "^8.0.1",
"babel-jest": "19.0.0",
"babel-preset-react-native": "^4.0.0",
"eslint": "^4.9.0",
"eslint-config-google": "^0.9.1",
"eslint-plugin-babel": "^4.1.2",
"eslint-plugin-react": "^7.4.0",
"jest": "19.0.2",
"lodash": "^4.17.4",
"react-test-renderer": "~15.4.1"
}
}
yarn manifest:
No manifest
bower manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: connect ETIMEDOUT 104.16.61.173:443
at Object.exports._errnoException (util.js:1018:11)
at exports._exceptionWithHostPort (util.js:1041:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1086:14)