bubenshchykov / ngrok

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

fix: darwin-arm64 download correct binary #273

Closed rhyek closed 2 years ago

rhyek commented 2 years ago

I'm currently on an M1 Pro processor and I noticed for my arch (arm64) the postinstall script was downloading an amd64 binary. I tested the change locally and it's now installing the correct file and I'm able to use the npm package.

rhyek commented 2 years ago

There's already an open PR for this. Closing.