forked from SaraVieira/graphql-portfolio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
90 lines (82 loc) · 2.73 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
84
85
86
87
88
89
90
Arguments:
/usr/local/bin/node /usr/local/Cellar/yarn/1.2.1/libexec/bin/yarn.js
PATH:
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/flyingunicornaway/Library/Android/sdk/tools:/Users/flyingunicornaway/Library/Android/sdk/platform-tools
Yarn version:
1.2.1
Node version:
8.8.1
Platform:
darwin x64
npm manifest:
{
"name": "react-starter",
"version": "0.0.0",
"private": true,
"engines": {
"node": ">=4"
},
"scripts": {
"analyze": "webpack --config webpack/webpack.client.babel.js --profile --json > stats.json",
"build": "npm run build:client && npm run build:server",
"build:client": "webpack --progress --config webpack/webpack.client.babel.js",
"build:server": "webpack --progress --config webpack/webpack.server.babel.js",
"dev": "npm run build:server && node build/server",
"lint": "eslint --ignore-path .gitignore .",
"prebuild": "rimraf build/*",
"start": "node build/server"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-react": "7.4.0",
"eslint-plugin-standard": "^3.0.1",
"svg-inline-loader": "^0.8.0"
},
"dependencies": {
"assets-webpack-plugin": "3.5.1",
"axios": "^0.17.0",
"babel-cli": "6.26.0",
"babel-loader": "7.1.2",
"babel-plugin-transform-object-rest-spread": "6.26.0",
"babel-plugin-transform-react-remove-prop-types": "0.3.2",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"compression": "1.7.1",
"css-loader": "0.28.7",
"date-fns": "^1.29.0",
"eslint-plugin-react": "7.4.0",
"express": "^4.16.2",
"express-graphql": "^0.6.11",
"extract-text-webpack-plugin": "3.0.2",
"file-loader": "1.1.5",
"graphql": "^0.11.7",
"graphql-playground": "^1.1.0",
"morgan": "1.9.0",
"postcss-cssnext": "3.0.2",
"postcss-loader": "2.0.8",
"react": "16.0.0",
"react-dom": "16.0.0",
"react-router-dom": "4.2.2",
"rimraf": "2.6.2",
"url-loader": "0.6.2",
"webpack": "3.8.1",
"webpack-dev-middleware": "1.12.0",
"webpack-hot-middleware": "2.20.0",
"webpack-md5-hash": "0.0.5",
"webpack-node-externals": "1.6.0"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile
Trace:
Error: https://registry.yarnpkg.com/assets-webpack-plugin: ETIMEDOUT
at Timeout._onTimeout (/usr/local/Cellar/yarn/1.2.1/libexec/lib/cli.js:123675:19)
at ontimeout (timers.js:471:11)
at tryOnTimeout (timers.js:306:5)
at Timer.listOnTimeout (timers.js:266:5)