ngrok
ngrok copied to clipboard
ngrok -g not installing correctly in Win < 10
The global install creates an ngrok file that looks like this:
"$basedir/node_modules/ngrok/bin/ngrok" "$@" exit $?
That doesn't work. I manually edited the file to look like this:
#!/bin/sh basedir=$(dirname "$(echo "$0" | sed -e 's,\,/,g')") "$basedir/node_modules/ngrok/bin/ngrok.exe" "$@" exit $?
Then it works.
hi, thx for submitting an issue!
unfortunately global install was never working for windows, and nobody could submit a pull request with a fix. see https://github.com/bubenshchykov/ngrok/issues/10
let's see if windows heroes show up now :)
I have the same issue...
The global install is also not working on Mac. post install script error
@slavikshen mac issue fixed