🔖firebase loginでzsh: bad CPU type in executable: firebaseエラー2024/08/24に公開Fluttertech はじめに 新調したMacで初めてfirebaseを利用しようとしたところfirebase loginで下記のエラーが発生 zsh: bad CPU type in executable: firebase 解決策 AppleのM1またはM2チップを搭載したMacでよく発生する問題らしく、下記コマンドを打つことで解決。 softwareupdate --install-rosetta 参考 https://github.com/flutter/website/pull/7119#issuecomment-1124537969 https://stackoverflow.com/questions/71122488/zsh-bad-cpu-type-in-executable-node Discussion
Discussion