質問編集履歴
4
編集しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -5,9 +5,3 @@
|
|
5
5
|
VScodeの拡張機能であるstyleintのバージョンが違うよというエラーなのかなと思ったのですが、
|
6
6
|
|
7
7
|
styleint自体を無効にしても変わらず、こちらの解決方法を教えていただきたいです。
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
![イメージ説明](e6c87e210d3a734c18ce429f5b9ea1f2.png)
|
3
編集しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -11,175 +11,3 @@
|
|
11
11
|
|
12
12
|
|
13
13
|
![イメージ説明](e6c87e210d3a734c18ce429f5b9ea1f2.png)
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
npm ERR! code ERESOLVE
|
18
|
-
|
19
|
-
npm ERR! ERESOLVE unable to resolve dependency tree
|
20
|
-
|
21
|
-
npm ERR!
|
22
|
-
|
23
|
-
npm ERR! While resolving: c@1.0.0
|
24
|
-
|
25
|
-
npm ERR! Found: stylelint@13.13.1
|
26
|
-
|
27
|
-
npm ERR! node_modules/stylelint
|
28
|
-
|
29
|
-
npm ERR! dev stylelint@"^13.12.0" from the root project
|
30
|
-
|
31
|
-
npm ERR!
|
32
|
-
|
33
|
-
npm ERR! Could not resolve dependency:
|
34
|
-
|
35
|
-
npm ERR! peer stylelint@"^8.3.0 || ^9.0.0 || ^10.0.0" from stylelint-config-standard-scss@1.1.0
|
36
|
-
|
37
|
-
npm ERR! node_modules/stylelint-config-standard-scss
|
38
|
-
|
39
|
-
npm ERR! dev stylelint-config-standard-scss@"^1.1.0" from the root project
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
<package-json>
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
```
|
56
|
-
|
57
|
-
{
|
58
|
-
|
59
|
-
"name": "c",
|
60
|
-
|
61
|
-
"version": "1.0.0",
|
62
|
-
|
63
|
-
"private": true,
|
64
|
-
|
65
|
-
"scripts": {
|
66
|
-
|
67
|
-
"dev": "nuxt",
|
68
|
-
|
69
|
-
"docker-dev": "HOST=0.0.0.0 PORT=3000 nuxt",
|
70
|
-
|
71
|
-
"build": "nuxt build",
|
72
|
-
|
73
|
-
"start": "nuxt start",
|
74
|
-
|
75
|
-
"docker-start": "HOST=0.0.0.0 PORT=3000 nuxt start",
|
76
|
-
|
77
|
-
"generate": "nuxt generate",
|
78
|
-
|
79
|
-
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
80
|
-
|
81
|
-
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
|
82
|
-
|
83
|
-
"lint": "npm run lint:js && npm run lint:style",
|
84
|
-
|
85
|
-
"test": "jest"
|
86
|
-
|
87
|
-
},
|
88
|
-
|
89
|
-
"dependencies": {
|
90
|
-
|
91
|
-
"@aws-amplify/ui-vue": "^1.0.6",
|
92
|
-
|
93
|
-
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
94
|
-
|
95
|
-
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
96
|
-
|
97
|
-
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
98
|
-
|
99
|
-
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
100
|
-
|
101
|
-
"@fortawesome/vue-fontawesome": "^2.0.2",
|
102
|
-
|
103
|
-
"@nuxtjs/axios": "^5.13.1",
|
104
|
-
|
105
|
-
"aws-amplify": "^3.3.26",
|
106
|
-
|
107
|
-
"core-js": "^3.9.1",
|
108
|
-
|
109
|
-
"dayjs": "^1.10.4",
|
110
|
-
|
111
|
-
"nuxt": "^2.15.3",
|
112
|
-
|
113
|
-
"nuxt-fontawesome": "^0.4.0",
|
114
|
-
|
115
|
-
"swiper": "^5.4.5",
|
116
|
-
|
117
|
-
"vue-awesome-swiper": "^4.1.1",
|
118
|
-
|
119
|
-
"vue-infinite-loading": "^2.4.5",
|
120
|
-
|
121
|
-
"vue-uuid": "^2.0.2"
|
122
|
-
|
123
|
-
},
|
124
|
-
|
125
|
-
"devDependencies": {
|
126
|
-
|
127
|
-
"@nuxt/types": "^2.15.3",
|
128
|
-
|
129
|
-
"@nuxt/typescript-build": "^2.1.0",
|
130
|
-
|
131
|
-
"@nuxtjs/eslint-config-typescript": "^6.0.0",
|
132
|
-
|
133
|
-
"@nuxtjs/eslint-module": "^3.0.2",
|
134
|
-
|
135
|
-
"@nuxtjs/style-resources": "^1.0.0",
|
136
|
-
|
137
|
-
"@nuxtjs/stylelint-module": "^4.0.0",
|
138
|
-
|
139
|
-
"@nuxtjs/vuetify": "^1.11.3",
|
140
|
-
|
141
|
-
"@vue/test-utils": "^1.1.3",
|
142
|
-
|
143
|
-
"babel-core": "7.0.0-bridge.0",
|
144
|
-
|
145
|
-
"babel-eslint": "^10.1.0",
|
146
|
-
|
147
|
-
"babel-jest": "^26.6.3",
|
148
|
-
|
149
|
-
"eslint": "^7.22.0",
|
150
|
-
|
151
|
-
"eslint-config-prettier": "^8.1.0",
|
152
|
-
|
153
|
-
"eslint-plugin-nuxt": "^2.0.0",
|
154
|
-
|
155
|
-
"eslint-plugin-vue": "^7.7.0",
|
156
|
-
|
157
|
-
"jest": "^26.6.3",
|
158
|
-
|
159
|
-
"node-sass": "^4.14.1",
|
160
|
-
|
161
|
-
"prettier": "^2.2.1",
|
162
|
-
|
163
|
-
"sass-loader": "^10.1.1",
|
164
|
-
|
165
|
-
"stylelint": "^13.12.0",
|
166
|
-
|
167
|
-
"stylelint-config-prettier": "^8.0.2",
|
168
|
-
|
169
|
-
"stylelint-config-standard": "^21.0.0",
|
170
|
-
|
171
|
-
"stylelint-config-standard-scss": "^1.1.0",
|
172
|
-
|
173
|
-
"stylelint-scss": "^3.19.0",
|
174
|
-
|
175
|
-
"ts-jest": "^26.5.4",
|
176
|
-
|
177
|
-
"vue-jest": "^3.0.4",
|
178
|
-
|
179
|
-
"vuex-module-decorators": "^1.0.1"
|
180
|
-
|
181
|
-
},
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
```
|
2
編集しました
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
npm install時のエラー(Windows)
|
1
|
+
hnpm install時のエラー(Windows)
|
test
CHANGED
@@ -180,38 +180,6 @@
|
|
180
180
|
|
181
181
|
},
|
182
182
|
|
183
|
-
"description": "```bash\r # install dependencies\r $ npm install",
|
184
|
-
|
185
|
-
"main": ".eslintrc.js",
|
186
|
-
|
187
|
-
"directories": {
|
188
|
-
|
189
|
-
"test": "test"
|
190
|
-
|
191
|
-
},
|
192
|
-
|
193
|
-
"repository": {
|
194
|
-
|
195
|
-
"type": "git",
|
196
|
-
|
197
|
-
"url": "git+https://github.com/gmoestate/backoffice-app.git"
|
198
|
-
|
199
|
-
},
|
200
|
-
|
201
|
-
"author": "",
|
202
|
-
|
203
|
-
"license": "ISC",
|
204
|
-
|
205
|
-
"bugs": {
|
206
|
-
|
207
|
-
"url": "https://github.com/gmoestate/backoffice-app/issues"
|
208
|
-
|
209
|
-
},
|
210
|
-
|
211
|
-
"homepage": "https://github.com/gmoestate/backoffice-app#readme"
|
212
|
-
|
213
|
-
}
|
214
|
-
|
215
183
|
|
216
184
|
|
217
185
|
```
|
1
package-jsonのコードを追記しました
test
CHANGED
File without changes
|
test
CHANGED
@@ -37,3 +37,181 @@
|
|
37
37
|
npm ERR! node_modules/stylelint-config-standard-scss
|
38
38
|
|
39
39
|
npm ERR! dev stylelint-config-standard-scss@"^1.1.0" from the root project
|
40
|
+
|
41
|
+
|
42
|
+
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
|
50
|
+
|
51
|
+
<package-json>
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
```
|
56
|
+
|
57
|
+
{
|
58
|
+
|
59
|
+
"name": "c",
|
60
|
+
|
61
|
+
"version": "1.0.0",
|
62
|
+
|
63
|
+
"private": true,
|
64
|
+
|
65
|
+
"scripts": {
|
66
|
+
|
67
|
+
"dev": "nuxt",
|
68
|
+
|
69
|
+
"docker-dev": "HOST=0.0.0.0 PORT=3000 nuxt",
|
70
|
+
|
71
|
+
"build": "nuxt build",
|
72
|
+
|
73
|
+
"start": "nuxt start",
|
74
|
+
|
75
|
+
"docker-start": "HOST=0.0.0.0 PORT=3000 nuxt start",
|
76
|
+
|
77
|
+
"generate": "nuxt generate",
|
78
|
+
|
79
|
+
"lint:js": "eslint --ext \".js,.vue\" --ignore-path .gitignore .",
|
80
|
+
|
81
|
+
"lint:style": "stylelint \"**/*.{vue,css}\" --ignore-path .gitignore",
|
82
|
+
|
83
|
+
"lint": "npm run lint:js && npm run lint:style",
|
84
|
+
|
85
|
+
"test": "jest"
|
86
|
+
|
87
|
+
},
|
88
|
+
|
89
|
+
"dependencies": {
|
90
|
+
|
91
|
+
"@aws-amplify/ui-vue": "^1.0.6",
|
92
|
+
|
93
|
+
"@fortawesome/fontawesome-svg-core": "^1.2.35",
|
94
|
+
|
95
|
+
"@fortawesome/free-brands-svg-icons": "^5.15.3",
|
96
|
+
|
97
|
+
"@fortawesome/free-regular-svg-icons": "^5.15.3",
|
98
|
+
|
99
|
+
"@fortawesome/free-solid-svg-icons": "^5.15.3",
|
100
|
+
|
101
|
+
"@fortawesome/vue-fontawesome": "^2.0.2",
|
102
|
+
|
103
|
+
"@nuxtjs/axios": "^5.13.1",
|
104
|
+
|
105
|
+
"aws-amplify": "^3.3.26",
|
106
|
+
|
107
|
+
"core-js": "^3.9.1",
|
108
|
+
|
109
|
+
"dayjs": "^1.10.4",
|
110
|
+
|
111
|
+
"nuxt": "^2.15.3",
|
112
|
+
|
113
|
+
"nuxt-fontawesome": "^0.4.0",
|
114
|
+
|
115
|
+
"swiper": "^5.4.5",
|
116
|
+
|
117
|
+
"vue-awesome-swiper": "^4.1.1",
|
118
|
+
|
119
|
+
"vue-infinite-loading": "^2.4.5",
|
120
|
+
|
121
|
+
"vue-uuid": "^2.0.2"
|
122
|
+
|
123
|
+
},
|
124
|
+
|
125
|
+
"devDependencies": {
|
126
|
+
|
127
|
+
"@nuxt/types": "^2.15.3",
|
128
|
+
|
129
|
+
"@nuxt/typescript-build": "^2.1.0",
|
130
|
+
|
131
|
+
"@nuxtjs/eslint-config-typescript": "^6.0.0",
|
132
|
+
|
133
|
+
"@nuxtjs/eslint-module": "^3.0.2",
|
134
|
+
|
135
|
+
"@nuxtjs/style-resources": "^1.0.0",
|
136
|
+
|
137
|
+
"@nuxtjs/stylelint-module": "^4.0.0",
|
138
|
+
|
139
|
+
"@nuxtjs/vuetify": "^1.11.3",
|
140
|
+
|
141
|
+
"@vue/test-utils": "^1.1.3",
|
142
|
+
|
143
|
+
"babel-core": "7.0.0-bridge.0",
|
144
|
+
|
145
|
+
"babel-eslint": "^10.1.0",
|
146
|
+
|
147
|
+
"babel-jest": "^26.6.3",
|
148
|
+
|
149
|
+
"eslint": "^7.22.0",
|
150
|
+
|
151
|
+
"eslint-config-prettier": "^8.1.0",
|
152
|
+
|
153
|
+
"eslint-plugin-nuxt": "^2.0.0",
|
154
|
+
|
155
|
+
"eslint-plugin-vue": "^7.7.0",
|
156
|
+
|
157
|
+
"jest": "^26.6.3",
|
158
|
+
|
159
|
+
"node-sass": "^4.14.1",
|
160
|
+
|
161
|
+
"prettier": "^2.2.1",
|
162
|
+
|
163
|
+
"sass-loader": "^10.1.1",
|
164
|
+
|
165
|
+
"stylelint": "^13.12.0",
|
166
|
+
|
167
|
+
"stylelint-config-prettier": "^8.0.2",
|
168
|
+
|
169
|
+
"stylelint-config-standard": "^21.0.0",
|
170
|
+
|
171
|
+
"stylelint-config-standard-scss": "^1.1.0",
|
172
|
+
|
173
|
+
"stylelint-scss": "^3.19.0",
|
174
|
+
|
175
|
+
"ts-jest": "^26.5.4",
|
176
|
+
|
177
|
+
"vue-jest": "^3.0.4",
|
178
|
+
|
179
|
+
"vuex-module-decorators": "^1.0.1"
|
180
|
+
|
181
|
+
},
|
182
|
+
|
183
|
+
"description": "```bash\r # install dependencies\r $ npm install",
|
184
|
+
|
185
|
+
"main": ".eslintrc.js",
|
186
|
+
|
187
|
+
"directories": {
|
188
|
+
|
189
|
+
"test": "test"
|
190
|
+
|
191
|
+
},
|
192
|
+
|
193
|
+
"repository": {
|
194
|
+
|
195
|
+
"type": "git",
|
196
|
+
|
197
|
+
"url": "git+https://github.com/gmoestate/backoffice-app.git"
|
198
|
+
|
199
|
+
},
|
200
|
+
|
201
|
+
"author": "",
|
202
|
+
|
203
|
+
"license": "ISC",
|
204
|
+
|
205
|
+
"bugs": {
|
206
|
+
|
207
|
+
"url": "https://github.com/gmoestate/backoffice-app/issues"
|
208
|
+
|
209
|
+
},
|
210
|
+
|
211
|
+
"homepage": "https://github.com/gmoestate/backoffice-app#readme"
|
212
|
+
|
213
|
+
}
|
214
|
+
|
215
|
+
|
216
|
+
|
217
|
+
```
|