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

質問編集履歴

2

追記

2019/06/26 13:09

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -4,5 +4,6 @@
4
4
  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
5
5
  ```
6
6
  先程まで何事もなく稼働していたのですが旧にサーバーが起動しなくなりました。
7
+ 起動していたブランチに戻ってyarn startをするとサーバーは立ち上がりますが、新しく作ったブランチでサーバーが起動しないという状態です。
7
8
  調べても原因がわからなかったので質問させて頂きました。
8
9
  初心者で申し訳ありませんが、宜しくお願い致します。

1

訂正

2019/06/26 13:09

投稿

退会済みユーザー
title CHANGED
File without changes
body CHANGED
@@ -1,6 +1,6 @@
1
1
  ```ターミナル
2
2
  yarn run v1.16.0
3
- error Couldn't find a package.json file in "/Users/enui/udemy-react-redux-crud-application"
3
+ error Couldn't find a package.json file in "/Users/○○○/○○○"
4
4
  info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
5
5
  ```
6
6
  先程まで何事もなく稼働していたのですが旧にサーバーが起動しなくなりました。