質問編集履歴

2

誤字

2021/10/27 04:53

投稿

ken0426
ken0426

スコア34

test CHANGED
File without changes
test CHANGED
@@ -76,7 +76,7 @@
76
76
 
77
77
  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
78
78
 
79
- 自分のPC名@KENnoMacBook-Air hello-react % code .
79
+ ユーザー名@自分のPC名 hello-react % code .
80
80
 
81
81
  ```
82
82
 

1

文章の一部修正

2021/10/27 04:52

投稿

ken0426
ken0426

スコア34

test CHANGED
File without changes
test CHANGED
@@ -2,13 +2,13 @@
2
2
 
3
3
 
4
4
 
5
- ターミナルでcreate-react-app hello-reactを行い、アプリを作成しました。
5
+ ターミナルで```create-react-app hello-react```を行い、アプリを作成しました。
6
6
 
7
- その後、yarn startコマンドで立ち上げようとすると以下のエラーが発生しました。
7
+ その後、```yarn start```コマンドで立ち上げようとすると以下のエラーが発生しました。
8
8
 
9
9
  自分なりに調べたのですが、解決できなかったため質問させていただきます。
10
10
 
11
- (npm startなども試しましたが、アプリは起動できませんでした。)
11
+ (```npm start```なども試しましたが、アプリは起動できませんでした。)
12
12
 
13
13
  ####環境
14
14