ngrok command not found

Wajeeh Ahsan
Dec 30, 2020

--

If you facing this error, may be you haven’t downloaded/installed ngrok setup or may be there was an issue in going through this.

Make sure you’ve followed these steps.

  • Download the zip file.
  • Unzip it.
  • Open The terminal in the current location (inside unzip folder) where you unzip the file.
  • Execute the following command into the terminal :
  • sudo cp ngrok /usr/local/bin
  • Now Run ngrok http 3000

this xpose a web server on port 3000 of your local machine to the internet

To access, visit the path given path. Something like Forwarding path in the following attached SS.

Now your ngrok execuatable file is successfully copied to the /usr/local/bin directory. Now you are able to run the ngrok command in the terminal

--

--