- I have a mac processor 1.1 GHz Dual-Core Intel Core i3 and macOS Catalina
- I install ngrok AMD64 from the website https://ngrok.com/download
- I keep getting the error: zsh: bad CPU type in executable: ngrok
Existing answers do not help, any advice?
Existing answers do not help, any advice?
file, what is returned? – Marc Wilson May 24 '23 at 02:18file ngrok returns: ngrok: MacOS Alias file. By existing answers I meant: https://apple.stackexchange.com/questions/408375/zsh-bad-cpu-type-in-executable - I don't think this fits my case.
– siams May 24 '23 at 02:44ngrokfrom withtype -a ngrok. That should print one or more lines like "ngrok is /some/path/to/ngrok". For each one it prints, tryfile /some/path/to/ngrok(using the paths thattypeprinted), and see what that says. If there's a correct one in your path, it'll be listed as "/some/path/to/ngrok: Mach-O 64-bit executable x86_64" If that doesn't tell you what you need to know, edit the results of all those commands into your question (in code block format, so it displays accurately). – Gordon Davisson May 24 '23 at 04:46