-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
153 lines (145 loc) · 7.01 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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
Arguments:
C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js install
PATH:
C:\Users\adhamankar\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\mingw64\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\usr\local\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\usr\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\usr\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\mingw64\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\usr\bin;C:\Users\adhamankar\bin;C:\Program Files\7-Zip;C:\developer\3rdparty-software\Oracle12c\product\12.1.0\client_1\bin;C:\Program Files\Java\jdk1.8.0_66\bin;C:\developer\3rdparty-software\apache-ant-1.9.6\bin;C:\developer\3rdparty-software\apache-maven-3.3.9\bin;C:\developer\3rdparty-software\TortoiseSVN\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\dotnet;C:\Program Files\Microsoft SQL Server\130\Tools\Binn;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn;C:\Program Files (x86)\Microsoft SQL Server\150\DTS\Binn;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\WiFi\bin;C:\Program Files\Common Files\Intel\WirelessCommon;C:\Program Files (x86)\Microsoft SQL Server\150\Tools\Binn;C:\Program Files\Microsoft SQL Server\150\Tools\Binn;C:\Program Files\Microsoft SQL Server\150\DTS\Binn;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\nodejs;C:\ProgramData\chocolatey\bin;C:\Program Files (x86)\Yarn\bin;C:\Users\adhamankar\AppData\Local\Programs\Python\Python38-32\Scripts;C:\Users\adhamankar\AppData\Local\Programs\Python\Python38-32;C:\Users\adhamankar\AppData\Local\Microsoft\WindowsApps;C:\Users\adhamankar\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\cmd;C:\Users\adhamankar\.dotnet\tools;C:\Users\adhamankar\AppData\Local\Microsoft\WindowsApps;C:\Program Files\heroku\bin;C:\Users\adhamankar\AppData\Roaming\npm;C:\Users\adhamankar\AppData\Local\Yarn\bin;C:\Users\adhamankar\AppData\Local\Programs\Git\usr\bin\vendor_perl;C:\Users\adhamankar\AppData\Local\Programs\Git\usr\bin\core_perl
Yarn version:
1.22.4
Node version:
12.16.2
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/date-fns/-/date-fns-2.13.0.tgz: ESOCKETTIMEDOUT
at ClientRequest.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:141375:19)
at Object.onceWrapper (events.js:416:28)
at ClientRequest.emit (events.js:310:20)
at TLSSocket.emitRequestTimeout (_http_client.js:714:9)
at Object.onceWrapper (events.js:416:28)
at TLSSocket.emit (events.js:310:20)
at TLSSocket.Socket._onTimeout (net.js:479:8)
at listOnTimeout (internal/timers.js:549:17)
at processTimers (internal/timers.js:492:7)
npm manifest:
{
"version": "3.0.3",
"name": "gatsby-starter-lumen",
"description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs",
"main": "n/a",
"scripts": {
"develop": "yarn run clean && gatsby develop",
"build": "yarn run clean && gatsby build",
"deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public",
"clean": "rimraf .cache public",
"flow": "flow",
"lint:js": "eslint --cache --ext .js,.jsx .",
"lint:scss": "stylelint \"src/**/*.scss\"",
"lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"",
"test": "jest --config ./jest/jest-config.js",
"test:coverage": "jest --coverage --config ./jest/jest-config.js",
"test:watch": "jest --watch --config ./jest/jest-config.js"
},
"repository": "https://github.com/alxshelepenok/gatsby-starter-lumen",
"author": "Alexander Shelepenok <alxshelepenok@gmail.com>",
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"netlify",
"netlify-cms",
"pagination",
"categories",
"tags",
"prismjs",
"static",
"lost",
"blog",
"minimal",
"react",
"theme",
"starter",
"disqus"
],
"dependencies": {
"bluebird": "^3.7.2",
"classnames": "^2.2.6",
"codecov": "^3.6.5",
"gatsby": "^2.20.12",
"gatsby-link": "^2.3.2",
"gatsby-plugin-catch-links": "^2.2.1",
"gatsby-plugin-feed": "^2.4.1",
"gatsby-plugin-flow": "^1.2.1",
"gatsby-plugin-google-gtag": "^2.0.0",
"gatsby-plugin-manifest": "^2.3.3",
"gatsby-plugin-netlify": "^2.2.1",
"gatsby-plugin-netlify-cms": "^4.2.2",
"gatsby-plugin-offline": "^3.1.2",
"gatsby-plugin-optimize-svgs": "^1.0.4",
"gatsby-plugin-react-helmet": "^3.2.1",
"gatsby-plugin-sass": "^2.2.1",
"gatsby-plugin-sharp": "^2.5.4",
"gatsby-plugin-sitemap": "^2.3.1",
"gatsby-remark-autolink-headers": "^2.2.1",
"gatsby-remark-copy-linked-files": "^2.2.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.2.2",
"gatsby-remark-katex": "^3.2.1",
"gatsby-remark-prismjs": "^3.4.1",
"gatsby-remark-relative-images": "^0.3.0",
"gatsby-remark-responsive-iframe": "^2.3.1",
"gatsby-remark-smartypants": "^2.2.1",
"gatsby-source-filesystem": "^2.2.2",
"gatsby-transformer-remark": "^2.7.1",
"gatsby-transformer-sharp": "^2.4.4",
"invariant": "^2.2.4",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"netlify-cms-app": "^2.12.12",
"node-sass": "^4.13.1",
"normalize-scss": "^7.0.1",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1"
},
"devDependencies": {
"@babel/core": "7.9.0",
"@babel/plugin-proposal-class-properties": "7.8.3",
"@babel/plugin-proposal-optional-chaining": "7.9.0",
"@babel/plugin-transform-flow-strip-types": "^7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"autoprefixer": "9.7.6",
"babel-core": "7.0.0-bridge.0",
"babel-eslint": "10.1.0",
"babel-jest": "26.0.0",
"babel-preset-gatsby": "0.3.1",
"browserslist": "4.12.0",
"concurrently": "5.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.1.0",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-jest": "23.9.0",
"eslint-plugin-jsx-a11y": "6.2.3",
"eslint-plugin-react": "7.19.0",
"eslint-watch": "6.0.1",
"flow-bin": "^0.122.0",
"flow-typed": "^3.1.0",
"gh-pages": "2.2.0",
"identity-obj-proxy": "3.0.0",
"jest": "26.0.0",
"jest-cli": "26.0.0",
"lost": "8.3.1",
"postcss-pxtorem": "5.1.1",
"react-test-renderer": "16.13.1",
"rimraf": "3.0.2",
"stylelint": "13.3.3",
"stylelint-config-recommended-scss": "4.2.0",
"stylelint-scss": "3.17.2"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile