1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Laravel Echo Server 【Error: There is already a server running! Use the option '--force' to stop it and start another one.】でサーバーが起動しない時の対処法

Posted at

Laravel Echo Serverで下記のエラーによりサーバーが起動しない時の対処方です。

Error: There is already a server running! Use the option '--force' to stop it and start another one.

laravel-echo-server.lockファイルを削除

スクリーンショット 2020-05-28 11.00.45.png

larave-echo-server.lockを一度削除し、再起動することで無事Laravel Echo Serverの起動ができました。

L A R A V E L  E C H O  S E R V E R

version 1.6.2

⚠ Starting server in DEV mode...

✔  Running at localhost on port 6001
✔  Channels are ready.
✔  Listening for http events...
✔  Listening for redis events...

Server ready!
1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?