0

how to solve this problem

command == ./ngrok http 5000 bash: ./ngrok: No such file or directory

1 Answers1

0

I think the easiest solution is to install ngrok from snap. then you can run it form anywhere.

sudo snap install ngrok

ngrok http 5000
Chayan
  • 604
  • 5
  • 12