PHPJunior / laravel-video-chat

Laravel Video Chat using Socket.IO and WebRTC
MIT License
801 stars 229 forks source link

'laravel-echo-server' is not recognized as an internal or external command, operable program or batch file. #7

Open AbdulWahab007 opened 6 years ago

AbdulWahab007 commented 6 years ago

After installation of npm install -g laravel-echo-server. when i want to run laravel-echo-server init i got this kind of issue 'laravel-echo-server' is not recognized as an internal or external command, operable program or batch file. please tell me the solution.

amirmasoud commented 6 years ago

as stated in docs:

Finally, you will need to run a compatible Socket.IO server. Use tlaverdure/laravel-echo-server GitHub repository.

AbdulWahab007 commented 6 years ago

Sir i have already using it. But problem still exists.

On 25 Dec 2017 7:06 p.m., "AmirMasoud Sheidayi" notifications@github.com wrote:

as stated in docs:

Finally, you will need to run a compatible Socket.IO server. Use tlaverdure/laravel-echo-server GitHub repository.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/PHPJunior/laravel-video-chat/issues/7#issuecomment-353871626, or mute the thread https://github.com/notifications/unsubscribe-auth/AdenBZ8WaltdavzSoUDaDQUswopNO8v9ks5tD6vggaJpZM4RMQR1 .

Dwiraj commented 5 years ago

Hello @AbdulWahab007 ,

Can you share me logs showing after run this "npm install -g laravel-echo-server" command in your terminal ?