質問編集履歴

4

修正

2022/04/19 03:38

投稿

yosse95ai
yosse95ai

スコア39

test CHANGED
File without changes
test CHANGED
@@ -14,7 +14,7 @@
14
14
  $ npx create-react-app --version
15
15
  5.0.1
16
16
  ```
17
- node のバージョンを v14.19.1ダウングレードしてもダメでした。
17
+ node のバージョンを v14.19.1(npm: v6.14.16)ダウングレードしてもダメでした。
18
18
 
19
19
  # 解決したいこと
20
20
 

3

コメントより

2022/04/19 03:37

投稿

yosse95ai
yosse95ai

スコア39

test CHANGED
File without changes
test CHANGED
@@ -14,6 +14,7 @@
14
14
  $ npx create-react-app --version
15
15
  5.0.1
16
16
  ```
17
+ node のバージョンを v14.19.1ダウングレードしてもダメでした。
17
18
 
18
19
  # 解決したいこと
19
20
 

2

タイポ修正

2022/04/18 14:17

投稿

yosse95ai
yosse95ai

スコア39

test CHANGED
File without changes
test CHANGED
@@ -113,7 +113,7 @@
113
113
  `npm start`したら、以下のようなログが出ていることに気が付きました。
114
114
  サーブ時にコンソールがリフレッシュされるので、気づきませんでした。
115
115
 
116
- ログの内容についてまだ調べません。
116
+ ログの内容について検索ししたがよくわかりませんでした
117
117
 
118
118
  ```
119
119
  (node:1064) [DEP_WEBPACK_DEV_SERVER_ON_AFTER_SETUP_MIDDLEWARE] DeprecationWarning: 'onAfterSetupMiddleware' option is deprecated. Please use the 'setupMiddlewares' option.

1

こまんどついか

2022/04/18 14:11

投稿

yosse95ai
yosse95ai

スコア39

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,5 @@
1
1
  # 現象
2
- `npm start`すると、`http://localhost:3000`でアクセスできず、`http://192.168.xxx.xxx:3000`でのみアクセスできる。
2
+ `create-react-app`したアプリケーションを`npm start`すると、`http://localhost:3000`でアクセスできず、`http://192.168.xxx.xxx:3000`でのみアクセスできる。
3
3
  (xxx:伏字にしてます。)
4
4
 
5
5
  # 環境