laravel-echo-server icon indicating copy to clipboard operation
laravel-echo-server copied to clipboard

laravel-echo-server: command not found

Open NikunjGadhiya07 opened this issue 6 years ago • 6 comments
trafficstars

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

NikunjGadhiya07 avatar Sep 27 '19 09:09 NikunjGadhiya07

what happens if you try to install it localy?

Do you find it local folder? ./node_modules/.bin/laravel-echo-server

catalinux avatar Sep 27 '19 09:09 catalinux

what happens if you try to install it localy?

Do you find it local folder? ./node_modules/.bin/laravel-echo-server

I have also installed locally, not any issue at installation time and I find it in ./node_modules/.bin/laravel-echo-server

NikunjGadhiya07 avatar Sep 27 '19 10:09 NikunjGadhiya07

Try:

npx laravel-echo-server init

liorocks avatar Sep 30 '19 15:09 liorocks

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

MuskChan avatar Oct 26 '19 08:10 MuskChan

@Landish exactly what I was looking for. Thanks

jcmcclorey avatar Jul 15 '20 14:07 jcmcclorey

wow thank you so much. i love human

manusiakemos avatar Mar 21 '21 14:03 manusiakemos