質問編集履歴
2
追記
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
訂正
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/
|
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
|
先程まで何事もなく稼働していたのですが旧にサーバーが起動しなくなりました。
|