tlaverdure / laravel-echo-server

Socket.io server for Laravel Echo
MIT License
2.65k stars 509 forks source link

laravel-echo-server: command not found #449

Open NikunjGadhiya07 opened 4 years ago

NikunjGadhiya07 commented 4 years ago

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

catalinux commented 4 years ago

what happens if you try to install it localy?

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

NikunjGadhiya07 commented 4 years ago

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

liorocks commented 4 years ago

Try:

npx laravel-echo-server init
MuskChan commented 4 years ago

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

jcmcclorey commented 4 years ago

@Landish exactly what I was looking for. Thanks

manusiakemos commented 3 years ago

wow thank you so much. i love human