ngrok command not found

前端 未结 17 1083
借酒劲吻你
借酒劲吻你 2020-12-22 18:54

I\'m trying to install ngrok (which I\'ve been using for a while on Windows with no issues) on my 1 week old yosemite and these are the steps I\'ve followed so

17条回答
  •  [愿得一人]
    2020-12-22 19:34

    I have also faced this issue on my MacOS, I used these simple steps and it worked for me.

    Just open the terminal and go to your project folder where you what to start ngrok and then unzip downloaded file.

    $ unzip /path/to/ngrok.zip
    

    After doing this you don't need to authenticate ngrok, just run this command:

    ./ngrok  http 80
    

    It should work now.

提交回复
热议问题