質問編集履歴

2

npm doctor出力結果についての更新

2021/09/06 00:30

投稿

Tatsu0219
Tatsu0219

スコア2

test CHANGED
File without changes
test CHANGED
@@ -194,6 +194,42 @@
194
194
 
195
195
 
196
196
 
197
+ ### npm doctor 結果
198
+
199
+ ```
200
+
201
+ npm WARN checkFilesPermission error getting info for /Users/Username/node_modules
202
+
203
+ npm WARN checkFilesPermission error getting info for /Users/Username/node_modules/.bin
204
+
205
+ Check Value Recommendation/Notes
206
+
207
+ npm ping not ok request to http://registry.npmjs.org/-/ping?write=true failed, reason: getaddrinfo ENOTFOUND proxyserver
208
+
209
+ npm -v not ok FetchError: request to http://registry.npmjs.org/npm failed, reason: getaddrinfo ENOTFOUND proxyserver
210
+
211
+ node -v not ok FetchError: request to https://nodejs.org/dist/index.json failed, reason: getaddrinfo ENOTFOUND proxyserver
212
+
213
+ npm config get registry not ok Try `npm config set registry=https://registry.npmjs.org/`
214
+
215
+ which git ok /usr/bin/git
216
+
217
+ Perms check on cached files ok
218
+
219
+ Perms check on local node_modules not ok Check the permissions of files in /Users/nakaitatsuya/node_modules (should be owned by current user)
220
+
221
+ Perms check on global node_modules ok
222
+
223
+ Perms check on local bin folder not ok Check the permissions of files in /Users/nakaitatsuya/node_modules/.bin
224
+
225
+ Perms check on global bin folder ok
226
+
227
+ Verify cache contents ok verified 0 tarballs
228
+
229
+ ```
230
+
231
+
232
+
197
233
  ### 参考にしたサイト
198
234
 
199
235
  [npm installで失敗したときの5つの解決方法](https://sugimotonote.com/2017/10/31/npm-install-error/)

1

環境設定欄の追加

2021/09/06 00:30

投稿

Tatsu0219
Tatsu0219

スコア2

test CHANGED
File without changes
test CHANGED
@@ -18,10 +18,22 @@
18
18
 
19
19
  ```
20
20
 
21
+
22
+
23
+ ### 環境
24
+
25
+ macOS
26
+
21
27
  node.js v16.8.0
22
28
 
23
29
  node.js v8.9.3  (参考にしたサイトのバージョンがこちらだった為)
24
30
 
31
+ 自宅PC
32
+
33
+ 自宅WIFI
34
+
35
+ 一昨日、Typescriptのインストールに成功するも一度アンインストールしたところの反応
36
+
25
37
 
26
38
 
27
39
  ###### いずれのバージョンでも下記のエラーが起こります。