Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coming "Ngrok command not found"

I tried to change my ngrok account. Now my local setup is not working. It show error like "ngrok command not found"

like image 670
Jenifer Monica P Avatar asked Oct 15 '25 16:10

Jenifer Monica P


1 Answers

ngrok command is not found it is not installed in your windows

first try installing the ngrok in your system

which ngrok

command in your command prompt or git bash terminal.

It shows the path of the ngrok try to add it in your environment variables, if it is not shown then move the executable file (ngrok.exe) to usr/local/bin path then restart your system.

command will work after that authentincate ngrok with your token

like image 164
Veera V Avatar answered Oct 19 '25 08:10

Veera V