laravel-echo-server
laravel-echo-server copied to clipboard
laravel-echo-server: command not found
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
what happens if you try to install it localy?
Do you find it local folder? ./node_modules/.bin/laravel-echo-server
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
Try:
npx laravel-echo-server init
Other command
npx laravel-echo-server start
And so on
@Landish exactly what I was looking for. Thanks
wow thank you so much. i love human