-
Notifications
You must be signed in to change notification settings - Fork 0
/
yarn-error.log
112 lines (104 loc) · 4.18 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
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\tony.santana\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js install
PATH:
C:\Program Files\Python310\Scripts\;C:\Program Files\Python310\;C:\Program Files (x86)\VMware\VMware Workstation\bin\;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Program Files\Git\cmd;C:\Program Files\PuTTY\;C:\Program Files\Docker\Docker\resources\bin;C:\ProgramData\DockerDesktop\version-bin;C:\Program Files\OpenSSL-Win64\bin;C:\Program Files\Python27\Scripts\;C:\Program Files\Python27\;C:\Program Files\nodejs\;C:\Users\tony.santana\bin\Sencha\Cmd;C:\Users\tony.santana\AppData\Local\Microsoft\WindowsApps;C:\Users\tony.santana\AppData\Local\Programs\Microsoft VS Code\bin;C:\Users\tony.santana\AppData\Local\gitkraken\bin;C:\Users\tony.santana\AppData\Roaming\npm
Yarn version:
1.22.19
Node version:
18.13.0
Platform:
win32 x64
Trace:
Error: https://registry.yarnpkg.com/@mui/icons-material/-/icons-material-5.11.11.tgz: ESOCKETTIMEDOUT
at ClientRequest.<anonymous> (C:\Users\tony.santana\AppData\Roaming\npm\node_modules\yarn\lib\cli.js:141517:19)
at Object.onceWrapper (node:events:627:28)
at ClientRequest.emit (node:events:513:28)
at TLSSocket.emitRequestTimeout (node:_http_client:840:9)
at Object.onceWrapper (node:events:627:28)
at TLSSocket.emit (node:events:525:35)
at Socket._onTimeout (node:net:568:8)
at listOnTimeout (node:internal/timers:564:17)
at process.processTimers (node:internal/timers:507:7)
npm manifest:
{
"name": "virgen-proyect",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@hookform/resolvers": "^2.9.10",
"@mui/icons-material": "^5.10.9",
"@mui/lab": "^5.0.0-alpha.106",
"@mui/material": "^5.10.12",
"@mui/x-data-grid": "^5.17.10",
"@reduxjs/toolkit": "^1.9.0",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
"clsx": "^1.2.1",
"framer-motion": "^7.6.5",
"jwt-decode": "^3.1.2",
"mui-file-dropzone": "^4.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.39.1",
"react-redux": "^8.0.5",
"react-router-dom": "^6.4.3",
"react-scripts": "5.0.1",
"sweetalert2": "^11.6.7",
"web-vitals": "^2.1.4",
"yup": "^0.32.11"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"tailwind:build": "tailwindcss -i ./src/styles/tailwind.css -o ./src/styles/styles.css",
"prebuild": "npm run tailwind:build",
"test:cov": "npm test -- --coverage --watchAll=false",
"cypress": "cypress open",
"lint": "eslint src/**/*.{js,jsx,ts,tsx,json}",
"lint:fix": "eslint --fix 'src/**/*.{js,jsx,ts,tsx,json}'",
"format": "prettier --write 'src/**/*.{js,jsx,ts,tsx,css,md,json}' --config ./.prettierrc"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"jest": {
"collectCoverageFrom": [
"src/_components/**/*.js",
"src/pages/**/*.js"
]
},
"devDependencies": {
"@testing-library/cypress": "^8.0.3",
"autoprefixer": "^10.4.13",
"cross-env": "^7.0.3",
"cypress": "^10.11.0",
"eslint": "^8.28.0",
"eslint-plugin-react": "^7.31.11",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.2"
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile