question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

laravel-echo-server: command not found

See original GitHub issue

I have installed laravel-echo-server globally using $ npm install -g laravel-echo-server

but, it gives error laravel-echo-server: command not found in laravel project when run $ laravel-echo-server init

Issue Analytics

  • State:open
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

24reactions
Landishcommented, Sep 30, 2019

Try:

npx laravel-echo-server init
10reactions
MuskChancommented, Oct 26, 2019

Other command npx laravel-echo-server start And so on

Read more comments on GitHub >

github_iconTop Results From Across the Web

Echo server, command not found - Laracasts
Hello, I am currently testing to implement broadcasting, for simple activities within my application, like real time updates on Events.
Read more >
'laravel-echo-server' is not recognized as an internal or ...
After the install it seems the installation directory is. C:\Users\{USERNAME}\AppData\Roaming\npm. Just copy it in yours project folder and ...
Read more >
laravel-echo-server - npm
Laravel Echo Node JS Server for Socket.io. ... Start using laravel-echo-server in your project by running `npm i laravel-echo-server`.
Read more >
Broadcasting - Laravel - The PHP Framework For Web Artisans
Event broadcasting is accomplished by a server-side broadcasting driver that broadcasts your Laravel events so that Laravel Echo (a JavaScript library) can ...
Read more >
socket.io+ laravel echo not working in production in ubuntu
I think this is because laravel-echo-server is only listening on loopback interface. You should try setting "host" to 0.0.0.0 instead of null. Like...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found