yarn-error.log 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256
  1. Arguments:
  2. /Users/wimjiang/.nvm/versions/node/v16.4.2/bin/node /Users/wimjiang/.nvm/versions/node/v16.4.2/bin/yarn
  3. PATH:
  4. /Users/wimjiang/.nvm/versions/node/v16.4.2/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
  5. Yarn version:
  6. 1.22.10
  7. Node version:
  8. 16.4.2
  9. Platform:
  10. darwin arm64
  11. Trace:
  12. Error: http://182.42.130.126:4873/babel-core: Invalid protocol: socks5:
  13. at Request.module.exports.Request.init (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:140931:31)
  14. at new Request (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:140604:8)
  15. at request (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:136804:10)
  16. at RequestManager.execute (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:67040:15)
  17. at RequestManager.shiftQueue (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:67078:10)
  18. at /Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:66747:13
  19. at new Promise (<anonymous>)
  20. at new F (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:5301:28)
  21. at RequestManager.request (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:66745:19)
  22. at NpmRegistry.<anonymous> (/Users/wimjiang/.nvm/versions/node/v16.4.2/lib/node_modules/yarn/lib/cli.js:31704:42)
  23. npm manifest:
  24. {
  25. "name": "davinci-webapp",
  26. "version": "0.3.0",
  27. "description": "Davinci Web Application",
  28. "repository": {
  29. "type": "git",
  30. "url": "https://github.com/edp963/davinci"
  31. },
  32. "engines": {
  33. "npm": ">=5",
  34. "node": ">=8.15.1"
  35. },
  36. "license": "Apache-2.0",
  37. "scripts": {
  38. "analyze:clean": "rimraf stats.json",
  39. "preanalyze": "npm run analyze:clean",
  40. "analyze": "node ./internals/scripts/analyze.js",
  41. "extract-intl": "node ./internals/scripts/extract-intl.js",
  42. "npmcheckversion": "node ./internals/scripts/npmcheckversion.js",
  43. "preinstall": "npm run npmcheckversion",
  44. "prebuild": "npm run build:clean",
  45. "build:prod": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.dv.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
  46. "build": "cross-env NODE_ENV=production webpack --config internals/webpack/webpack.prod.babel.js --color -p --progress --hide-modules --display-optimization-bailout",
  47. "build:clean": "rimraf ./build",
  48. "start": "cross-env NODE_ENV=development node server",
  49. "start:production": "npm run test && npm run build && npm run start:prod",
  50. "start:prod": "cross-env NODE_ENV=production node server",
  51. "clean:all": "npm run analyze:clean && npm run test:clean && npm run build:clean",
  52. "lint": "npm run lint:ts",
  53. "lint:eslint": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts",
  54. "lint:eslint:fix": "eslint --ignore-path .gitignore --ignore-pattern internals/scripts --fix",
  55. "lint:js": "npm run lint:eslint -- . ",
  56. "lint:ts": "npm run lint:tslint",
  57. "lint:tslint": "tslint --config ./tslint.json --project ./tsconfig.json",
  58. "lint:staged": "lint-staged",
  59. "pretest": "npm run test:clean",
  60. "test:clean": "rimraf ./coverage",
  61. "test": "cross-env NODE_ENV=test jest --coverage",
  62. "test:watch": "cross-env NODE_ENV=test jest --watchAll",
  63. "coveralls": "cat ./coverage/lcov.info | coveralls",
  64. "prettify": "prettier --write"
  65. },
  66. "lint-staged": {
  67. "*.js": [
  68. "npm run lint:eslint:fix",
  69. "git add --force"
  70. ],
  71. "*.json": [
  72. "prettier --write",
  73. "git add --force"
  74. ],
  75. "*.ts": "npm run lint:tslint",
  76. "*.tsx": "npm run lint:tslint"
  77. },
  78. "pre-commit": "lint:staged",
  79. "resolutions": {
  80. "babel-core": "7.0.0-bridge.0"
  81. },
  82. "dependencies": {
  83. "ace-builds": "^1.4.9",
  84. "antd": "^3.26.15",
  85. "axios": "^0.19.0",
  86. "bootstrap-datepicker": "^1.8.0",
  87. "chalk": "2.4.2",
  88. "classnames": "^2.2.6",
  89. "codemirror": "^5.49.0",
  90. "compression": "1.7.4",
  91. "connected-react-router": "6.5.2",
  92. "core-js": "^3.6.5",
  93. "cross-env": "5.2.0",
  94. "echarts": "^4.7.0",
  95. "echarts-wordcloud": "^1.1.3",
  96. "escape-html": "^1.0.3",
  97. "express": "4.16.4",
  98. "history": "4.9.0",
  99. "hoist-non-react-statics": "3.3.0",
  100. "html2canvas": "^1.0.0-rc.5",
  101. "immer": "^4.0.2",
  102. "immutable": "^4.0.0-rc.12",
  103. "intersection-observer": "^0.11.0",
  104. "intl": "1.2.5",
  105. "invariant": "2.2.4",
  106. "ip": "1.1.5",
  107. "lodash": "4.17.19",
  108. "memoize-one": "^5.0.0",
  109. "minimist": "1.2.3",
  110. "moment": "^2.24.0",
  111. "prop-types": "15.6.2",
  112. "react": "16.8.6",
  113. "react-ace": "^8.1.0",
  114. "react-color": "^2.17.3",
  115. "react-dnd": "^9.4.0",
  116. "react-dnd-html5-backend": "^9.4.0",
  117. "react-dom": "16.8.6",
  118. "react-draggable": "4.2.0",
  119. "react-grid-layout": "0.17.1",
  120. "react-helmet": "5.2.0",
  121. "react-hot-loader": "^4.12.17",
  122. "react-intl": "2.8.0",
  123. "react-redux": "7.1.3",
  124. "react-router": "5.1.2",
  125. "react-router-dom": "5.1.2",
  126. "react-split-pane": "^0.1.85",
  127. "react-use": "^13.27.1",
  128. "redux": "4.0.4",
  129. "redux-saga": "1.1.3",
  130. "redux-undo": "1.0.0-beta9-9-7",
  131. "reselect": "4.0.0",
  132. "reveal.js": "^4.1.0",
  133. "slate": "^0.57.1",
  134. "slate-history": "^0.57.1",
  135. "slate-hyperscript": "^0.57.1",
  136. "slate-react": "^0.57.1",
  137. "three": "^0.101.1",
  138. "ua-parser-js": "^0.7.20",
  139. "warning": "4.0.2"
  140. },
  141. "devDependencies": {
  142. "@babel/cli": "7.4.3",
  143. "@babel/core": "7.4.3",
  144. "@babel/plugin-proposal-class-properties": "7.4.0",
  145. "@babel/plugin-proposal-optional-chaining": "^7.9.0",
  146. "@babel/plugin-syntax-dynamic-import": "7.2.0",
  147. "@babel/plugin-transform-modules-commonjs": "7.4.3",
  148. "@babel/plugin-transform-react-constant-elements": "7.2.0",
  149. "@babel/plugin-transform-react-inline-elements": "7.2.0",
  150. "@babel/preset-env": "7.9.5",
  151. "@babel/preset-react": "7.9.4",
  152. "@babel/preset-typescript": "7.9.0",
  153. "@babel/register": "7.9.0",
  154. "@testing-library/jest-dom": "4.2.3",
  155. "@testing-library/react": "^11.0.4",
  156. "@types/classnames": "^2.2.9",
  157. "@types/codemirror": "^0.0.80",
  158. "@types/echarts": "4.4.1",
  159. "@types/jest": "^26.0.13",
  160. "@types/lodash": "^4.14.147",
  161. "@types/memoize-one": "^4.1.0",
  162. "@types/react": "16.9.11",
  163. "@types/react-color": "^3.0.1",
  164. "@types/react-dom": "16.9.4",
  165. "@types/react-grid-layout": "^0.16.7",
  166. "@types/react-helmet": "5.0.14",
  167. "@types/react-intl": "2.3.18",
  168. "@types/react-redux": "7.1.5",
  169. "@types/react-router-dom": "5.1.2",
  170. "@types/three": "^0.93.22",
  171. "@types/webpack": "^4.4.2",
  172. "@types/webpack-env": "^1.13.6",
  173. "add-asset-html-webpack-plugin": "3.1.3",
  174. "autoprefixer": "^9.7.6",
  175. "babel-core": "7.0.0-bridge.0",
  176. "babel-eslint": "10.0.1",
  177. "babel-jest": "^26.3.0",
  178. "babel-loader": "8.0.5",
  179. "babel-plugin-dynamic-import-node": "2.3.0",
  180. "babel-plugin-import": "^1.12.0",
  181. "babel-plugin-lodash": "3.3.4",
  182. "babel-plugin-react-intl": "3.0.1",
  183. "babel-plugin-react-transform": "3.0.0",
  184. "babel-plugin-transform-imports": "^2.0.0",
  185. "babel-plugin-transform-react-remove-prop-types": "0.4.24",
  186. "case-sensitive-paths-webpack-plugin": "^2.2.0",
  187. "circular-dependency-plugin": "5.0.2",
  188. "compare-versions": "3.4.0",
  189. "compression-webpack-plugin": "2.0.0",
  190. "coveralls": "3.0.3",
  191. "css-loader": "2.1.1",
  192. "eslint": "6.6.0",
  193. "eslint-config-prettier": "4.1.0",
  194. "eslint-config-standard": "14.1.0",
  195. "eslint-config-standard-react": "9.2.0",
  196. "eslint-import-resolver-webpack": "0.11.1",
  197. "eslint-plugin-import": "2.18.2",
  198. "eslint-plugin-jsx-a11y": "6.2.3",
  199. "eslint-plugin-node": "10.0.0",
  200. "eslint-plugin-prettier": "3.0.1",
  201. "eslint-plugin-promise": "4.2.1",
  202. "eslint-plugin-react": "7.16.0",
  203. "eslint-plugin-react-hooks": "^2.5.1",
  204. "eslint-plugin-redux-saga": "1.0.0",
  205. "eslint-plugin-standard": "4.0.1",
  206. "file-loader": "3.0.1",
  207. "fork-ts-checker-webpack-plugin": "^3.1.0",
  208. "happypack": "^5.0.1",
  209. "html-loader": "0.5.5",
  210. "html-webpack-plugin": "3.2.0",
  211. "http-proxy-middleware": "^0.19.1",
  212. "image-webpack-loader": "^4.6.0",
  213. "imports-loader": "0.8.0",
  214. "jest": "^26.4.2",
  215. "less": "^3.10.3",
  216. "less-loader": "^5.0.0",
  217. "lint-staged": "8.1.5",
  218. "null-loader": "0.1.1",
  219. "postcss-loader": "^3.0.0",
  220. "pre-commit": "1.2.2",
  221. "prettier": "^2.0.4",
  222. "react-test-renderer": "16.8.6",
  223. "redux-saga-test-plan": "^4.0.0-rc.3",
  224. "rimraf": "2.6.3",
  225. "shelljs": "0.8.3",
  226. "style-loader": "0.23.1",
  227. "svg-url-loader": "2.3.2",
  228. "terser-webpack-plugin": "^1.2.3",
  229. "ts-jest": "^26.3.0",
  230. "ts-node": "^7.0.0",
  231. "tsconfig-paths": "^3.4.1",
  232. "tsconfig-paths-webpack-plugin": "^3.2.0",
  233. "tslint": "5.11.0",
  234. "tslint-loader": "3.5.4",
  235. "tslint-react": "3.6.0",
  236. "typescript": "^4.0.2",
  237. "url-loader": "1.1.2",
  238. "webpack": "4.43.0",
  239. "webpack-bundle-analyzer": "^3.6.1",
  240. "webpack-cli": "3.3.0",
  241. "webpack-dev-middleware": "3.6.2",
  242. "webpack-hot-middleware": "2.24.3"
  243. }
  244. }
  245. yarn manifest:
  246. No manifest
  247. Lockfile:
  248. No lockfile