-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathyarn-error.log
154 lines (146 loc) · 5.95 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
154
Arguments:
C:\Program Files\nodejs\node.exe C:\Users\Sergey\AppData\Roaming\npm\node_modules\yarn\bin\yarn.js add -D storybook-addon-mock
PATH:
C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\Sergey\bin;C:\Python310\Scripts;C:\Python310;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0;C:\ProgramData\chocolatey\bin;C:\Program Files\Git\cmd;C:\Program Files\PostgreSQL\15\bin;C:\Users\Sergey\AppData\Roaming\nvm;C:\Program Files\nodejs;C:\Users\Sergey\AppData\Local\Microsoft\WindowsApps;C:\Users\Сергей\AppData\Roaming\npm;C:\Users\Sergey\AppData\Roaming\npm;C:\Program Files\JetBrains\WebStorm 2023.1\bin;D:\Program files\Microsoft VS Code\bin;C:\Users\Sergey\AppData\Roaming\nvm;C:\Program Files\nodejs;D:\News-blog\node_modules\.bin
Yarn version:
1.22.19
Node version:
18.18.0
Platform:
win32 x64
Trace:
Error: EPERM: operation not permitted, copyfile 'C:\Users\Sergey\AppData\Local\Yarn\Cache\v6\npm-@types-body-parser-1.19.4-78ad68f1f79eb851aa3634db0c7f57f6f601b462-integrity\node_modules\@types\body-parser\package.json' -> 'D:\News-blog\node_modules\@types\body-parser\package.json'
npm manifest:
{
"name": "project",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack serve --env port=3000",
"start:dev": "concurrently \"npm run start\" \"npm run start:dev:server\"",
"start:dev:storybook": "concurrently \"npm run start\" \"npm run start:dev:server\" \"npm run storybook\"",
"start:dev:server": "node ./json-server/index.js",
"build:prod": "webpack --env mode=production apiUrl=https://new-blog-fakeapi.vercel.app",
"build:dev": "webpack --env mode=development",
"lint:ts": " eslint \"**/*.{ts,tsx}\"",
"lint:ts:fix": "eslint \"**/*.{ts,tsx}\" --fix",
"lint:scss": "npx stylelint \"**/*.scss\"",
"lint:scss:fix": "npx stylelint \"**/*.scss\" --fix",
"test:unit": "jest --config ./config/jest/jest.config.ts",
"test:ui": "npx loki test",
"test:ui:ok": "npx loki approve",
"test:ui:ci": "npx loki --requireReference --reactUri file:./storybook-static",
"test:ui:report": "npm run test:ui:json && npm run test:ui:html",
"test:ui:json": "node scripts/generate-visual-json-report.js",
"test:ui:html": "reg-cli --from .loki/report.json --report .loki/report.html",
"storybook": "storybook dev -p 6006 -c ./config/storybook",
"storybook:build": "storybook build -c ./config/storybook",
"prepare": "husky install",
"generate:slice": "node ./scripts/createSlice/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@storybook/addon-essentials": "^7.0.24",
"@storybook/addon-interactions": "^7.0.24",
"@storybook/addon-links": "^7.0.24",
"@storybook/blocks": "^7.0.24",
"@storybook/react": "^7.0.24",
"@storybook/react-webpack5": "^7.0.24",
"@storybook/testing-library": "^0.0.14-next.2",
"@svgr/webpack": "^6.2.1",
"@testing-library/dom": "^9.3.3",
"@testing-library/jest-dom": "^5.16.2",
"@testing-library/react": "^12.1.3",
"@testing-library/user-event": "^14.5.1",
"@types/jest": "^27.4.1",
"@types/node": "^17.0.21",
"@types/react": "^18.0.17",
"@types/react-dom": "^18.0.6",
"@types/webpack": "^5.28.0",
"@types/webpack-bundle-analyzer": "^4.6.0",
"@types/webpack-dev-server": "^4.7.2",
"@typescript-eslint/eslint-plugin": "^5.59.9",
"babel-loader": "^8.2.3",
"concurrently": "^8.2.1",
"copy-webpack-plugin": "^10.2.4",
"css-loader": "^6.6.0",
"eslint": "8.22.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-plugin-fsd-rules-checker-latest": "^0.0.3",
"eslint-plugin-i18n": "^2.1.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-storybook": "^0.6.12",
"file-loader": "^6.2.0",
"html-webpack-plugin": "^5.5.0",
"husky": "^8.0.0",
"identity-obj-proxy": "^3.0.0",
"jest": "^27.5.1",
"jest-html-reporters": "^3.1.4",
"json-server": "^0.17.3",
"mini-css-extract-plugin": "^2.5.3",
"prettier": "^2.8.8",
"react-refresh": "^0.12.0",
"reg-cli": "^0.17.7",
"sass": "^1.62.1",
"sass-loader": "^13.2.2",
"storybook": "^7.0.24",
"style-loader": "^3.3.3",
"stylelint": "^14.5.3",
"stylelint-config-standard-scss": "^3.0.0",
"ts-loader": "^9.4.3",
"ts-node": "^10.9.1",
"type-fest": "^4.3.1",
"typescript": "^4.5.5",
"webpack": "^5.69.1",
"webpack-bundle-analyzer": "^4.9.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.7.4"
},
"dependencies": {
"@headlessui/react": "1.6.6",
"@reduxjs/toolkit": "^1.8.0",
"axios": "^1.4.0",
"cors": "^2.8.5",
"i18next": "^21.9.0",
"i18next-browser-languagedetector": "^6.1.3",
"i18next-http-backend": "^1.3.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-i18next": "^11.18.3",
"react-redux": "^7.2.6",
"react-router-dom": "^6.2.1",
"redux": "^4.2.1",
"regenerator-runtime": "^0.13.11"
},
"loki": {
"configurations": {
"chrome.laptop": {
"target": "chrome.app",
"width": 1366,
"height": 768,
"deviceScaleFactor": 1,
"mobile": false
},
"chrome.iphone7": {
"target": "chrome.app",
"preset": "iPhone 7"
}
}
}
}
yarn manifest:
No manifest
Lockfile:
No lockfile