macbook air M1にherokuをインストールしようと試みました。
ターミナルで
$ brew tap heroku/brew && brew install heroku
のコマンドを打ち、特にエラーもなく無事インストールできたように見えたのですが、その後ターミナルでherokuのコマンド(例:heroku -v)を打つと、
/opt/homebrew/bin/heroku: line 45: /opt/homebrew/opt/heroku-node/bin/node: Bad CPU type in executable
と怒られます。なぜなのでしょうか?
not foundとかならまだいいのですが、Bad CPU type in executableという怒られ方は初めてで…
To use the Heroku CLI's autocomplete --
Via homebrew's shell completion:
1) Follow homebrew's install instructions https://docs.brew.sh/Shell-Completion
NOTE: For zsh, as the instructions mention, be sure compinit is autoloaded
and called, either explicitly or via a framework like oh-my-zsh.
2) Then run
$ heroku autocomplete --refresh-cache
OR
Use our standalone setup:
1) Run and follow the install steps:
$ heroku autocomplete
これをやらなければいけないのか?と思い、書いてあるものは全部試したつもりなのですが解決できませんでした。どなたか教えていただけるでしょうか。
Macbook air ver 12.1を使用しています。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2021/12/19 12:58