./ngrok command not found code example
Example 1: install ngrok
npm i -g ngrok
Example 2: ngrok run in background and get link
ngrok http 80 --log=stdout > ngrok.log &
npm i -g ngrok
ngrok http 80 --log=stdout > ngrok.log &