|
| 1 | +Arguments: |
| 2 | + C:\Program Files\nodejs\node.exe C:\Program Files (x86)\Yarn\bin\yarn.js install |
| 3 | + |
| 4 | +PATH: |
| 5 | + 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 |
| 6 | + |
| 7 | +Yarn version: |
| 8 | + 1.22.4 |
| 9 | + |
| 10 | +Node version: |
| 11 | + 12.16.2 |
| 12 | + |
| 13 | +Platform: |
| 14 | + win32 x64 |
| 15 | + |
| 16 | +Trace: |
| 17 | + Error: https://registry.yarnpkg.com/date-fns/-/date-fns-2.13.0.tgz: ESOCKETTIMEDOUT |
| 18 | + at ClientRequest.<anonymous> (C:\Program Files (x86)\Yarn\lib\cli.js:141375:19) |
| 19 | + at Object.onceWrapper (events.js:416:28) |
| 20 | + at ClientRequest.emit (events.js:310:20) |
| 21 | + at TLSSocket.emitRequestTimeout (_http_client.js:714:9) |
| 22 | + at Object.onceWrapper (events.js:416:28) |
| 23 | + at TLSSocket.emit (events.js:310:20) |
| 24 | + at TLSSocket.Socket._onTimeout (net.js:479:8) |
| 25 | + at listOnTimeout (internal/timers.js:549:17) |
| 26 | + at processTimers (internal/timers.js:492:7) |
| 27 | + |
| 28 | +npm manifest: |
| 29 | + { |
| 30 | + "version": "3.0.3", |
| 31 | + "name": "gatsby-starter-lumen", |
| 32 | + "description": "A minimal, lightweight and mobile-first starter for creating blazing-fast static blogs", |
| 33 | + "main": "n/a", |
| 34 | + "scripts": { |
| 35 | + "develop": "yarn run clean && gatsby develop", |
| 36 | + "build": "yarn run clean && gatsby build", |
| 37 | + "deploy": "yarn run clean && gatsby build --prefix-paths && gh-pages -d public", |
| 38 | + "clean": "rimraf .cache public", |
| 39 | + "flow": "flow", |
| 40 | + "lint:js": "eslint --cache --ext .js,.jsx .", |
| 41 | + "lint:scss": "stylelint \"src/**/*.scss\"", |
| 42 | + "lint": "concurrently \"yarn run lint:js\" \"yarn run lint:scss\" \"yarn flow\"", |
| 43 | + "test": "jest --config ./jest/jest-config.js", |
| 44 | + "test:coverage": "jest --coverage --config ./jest/jest-config.js", |
| 45 | + "test:watch": "jest --watch --config ./jest/jest-config.js" |
| 46 | + }, |
| 47 | + "repository": "https://github.com/alxshelepenok/gatsby-starter-lumen", |
| 48 | + "author": "Alexander Shelepenok <alxshelepenok@gmail.com>", |
| 49 | + "license": "MIT", |
| 50 | + "keywords": [ |
| 51 | + "gatsby", |
| 52 | + "graphql", |
| 53 | + "netlify", |
| 54 | + "netlify-cms", |
| 55 | + "pagination", |
| 56 | + "categories", |
| 57 | + "tags", |
| 58 | + "prismjs", |
| 59 | + "static", |
| 60 | + "lost", |
| 61 | + "blog", |
| 62 | + "minimal", |
| 63 | + "react", |
| 64 | + "theme", |
| 65 | + "starter", |
| 66 | + "disqus" |
| 67 | + ], |
| 68 | + "dependencies": { |
| 69 | + "bluebird": "^3.7.2", |
| 70 | + "classnames": "^2.2.6", |
| 71 | + "codecov": "^3.6.5", |
| 72 | + "gatsby": "^2.20.12", |
| 73 | + "gatsby-link": "^2.3.2", |
| 74 | + "gatsby-plugin-catch-links": "^2.2.1", |
| 75 | + "gatsby-plugin-feed": "^2.4.1", |
| 76 | + "gatsby-plugin-flow": "^1.2.1", |
| 77 | + "gatsby-plugin-google-gtag": "^2.0.0", |
| 78 | + "gatsby-plugin-manifest": "^2.3.3", |
| 79 | + "gatsby-plugin-netlify": "^2.2.1", |
| 80 | + "gatsby-plugin-netlify-cms": "^4.2.2", |
| 81 | + "gatsby-plugin-offline": "^3.1.2", |
| 82 | + "gatsby-plugin-optimize-svgs": "^1.0.4", |
| 83 | + "gatsby-plugin-react-helmet": "^3.2.1", |
| 84 | + "gatsby-plugin-sass": "^2.2.1", |
| 85 | + "gatsby-plugin-sharp": "^2.5.4", |
| 86 | + "gatsby-plugin-sitemap": "^2.3.1", |
| 87 | + "gatsby-remark-autolink-headers": "^2.2.1", |
| 88 | + "gatsby-remark-copy-linked-files": "^2.2.1", |
| 89 | + "gatsby-remark-external-links": "0.0.4", |
| 90 | + "gatsby-remark-images": "^3.2.2", |
| 91 | + "gatsby-remark-katex": "^3.2.1", |
| 92 | + "gatsby-remark-prismjs": "^3.4.1", |
| 93 | + "gatsby-remark-relative-images": "^0.3.0", |
| 94 | + "gatsby-remark-responsive-iframe": "^2.3.1", |
| 95 | + "gatsby-remark-smartypants": "^2.2.1", |
| 96 | + "gatsby-source-filesystem": "^2.2.2", |
| 97 | + "gatsby-transformer-remark": "^2.7.1", |
| 98 | + "gatsby-transformer-sharp": "^2.4.4", |
| 99 | + "invariant": "^2.2.4", |
| 100 | + "katex": "^0.11.1", |
| 101 | + "lodash": "^4.17.15", |
| 102 | + "moment": "^2.24.0", |
| 103 | + "netlify-cms-app": "^2.12.12", |
| 104 | + "node-sass": "^4.13.1", |
| 105 | + "normalize-scss": "^7.0.1", |
| 106 | + "prismjs": "^1.20.0", |
| 107 | + "react": "^16.13.1", |
| 108 | + "react-disqus-comments": "^1.4.0", |
| 109 | + "react-dom": "^16.13.1", |
| 110 | + "react-helmet": "^5.2.1" |
| 111 | + }, |
| 112 | + "devDependencies": { |
| 113 | + "@babel/core": "7.9.0", |
| 114 | + "@babel/plugin-proposal-class-properties": "7.8.3", |
| 115 | + "@babel/plugin-proposal-optional-chaining": "7.9.0", |
| 116 | + "@babel/plugin-transform-flow-strip-types": "^7.9.0", |
| 117 | + "@babel/preset-env": "7.9.5", |
| 118 | + "@babel/preset-react": "7.9.4", |
| 119 | + "autoprefixer": "9.7.6", |
| 120 | + "babel-core": "7.0.0-bridge.0", |
| 121 | + "babel-eslint": "10.1.0", |
| 122 | + "babel-jest": "26.0.0", |
| 123 | + "babel-preset-gatsby": "0.3.1", |
| 124 | + "browserslist": "4.12.0", |
| 125 | + "concurrently": "5.1.0", |
| 126 | + "eslint": "6.8.0", |
| 127 | + "eslint-config-airbnb-base": "14.1.0", |
| 128 | + "eslint-plugin-import": "2.20.2", |
| 129 | + "eslint-plugin-jest": "23.9.0", |
| 130 | + "eslint-plugin-jsx-a11y": "6.2.3", |
| 131 | + "eslint-plugin-react": "7.19.0", |
| 132 | + "eslint-watch": "6.0.1", |
| 133 | + "flow-bin": "^0.122.0", |
| 134 | + "flow-typed": "^3.1.0", |
| 135 | + "gh-pages": "2.2.0", |
| 136 | + "identity-obj-proxy": "3.0.0", |
| 137 | + "jest": "26.0.0", |
| 138 | + "jest-cli": "26.0.0", |
| 139 | + "lost": "8.3.1", |
| 140 | + "postcss-pxtorem": "5.1.1", |
| 141 | + "react-test-renderer": "16.13.1", |
| 142 | + "rimraf": "3.0.2", |
| 143 | + "stylelint": "13.3.3", |
| 144 | + "stylelint-config-recommended-scss": "4.2.0", |
| 145 | + "stylelint-scss": "3.17.2" |
| 146 | + } |
| 147 | + } |
| 148 | + |
| 149 | +yarn manifest: |
| 150 | + No manifest |
| 151 | + |
| 152 | +Lockfile: |
| 153 | + No lockfile |
0 commit comments