teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

誤字

2021/10/27 04:53

投稿

ken0426
ken0426

スコア34

title CHANGED
File without changes
body CHANGED
@@ -37,7 +37,7 @@
37
37
  Node.js v17.0.1
38
38
  error Command failed with exit code 1.
39
39
  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
40
- 自分のPC名@KENnoMacBook-Air hello-react % code .
40
+ ユーザー名@自分のPC名 hello-react % code .
41
41
  ```
42
42
 
43
43
  ### 試したこと

1

文章の一部修正

2021/10/27 04:52

投稿

ken0426
ken0426

スコア34

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