bubenshchykov / ngrok

Expose your localhost to the web. Node wrapper for ngrok.
https://ngrok.com
2.32k stars 316 forks source link

Binary is killed #174

Open underGhost opened 4 years ago

underGhost commented 4 years ago

I'm running into an interesting issue where the ngrok process is killed, then deleted.

When running the binary after a fresh install I get: Killed: 9, then every time after it cant find the binary.

Could this be due to an environment change?

joshuatvernon commented 4 years ago

I am getting this issue as well. I tried install from npm, brew and directly downing from the https://ngrok.com/download site.

Steps to reproduce:

  1. Download ngrok with NPM
    $ npm install -g ngrok
  2. Run ngrok
    $ ngrok help
    [1]    29411 killed    ngrok help
Beelucky commented 3 years ago

Binary have a call amazon serverlet and resolve is create excluder commandline / CLI to another overlay scope

cindyjyuan commented 3 years ago

Getting this same issue. Were you able to resolve it?

n0bisuke commented 2 years ago

Getting this same issue. in Node.js v17.0.1

n0bisuke commented 2 years ago

Getting this same issue. in Node.js v17.0.1

It's not a solution, but it worked when I ran it via npx.

npx ngrok help
ghost commented 1 year ago

I started having this issue after upgrading to Mac OS Ventura. I can manage to have ngrok working by installing the same version via brew, which is completely bizarre. It's like the npm version of ngrok is having the problem, not my laptop. I have also tried to disable the firewall, but as I said, the brew version works, so there is no issue with the firewall either.