1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

M1 Macbookでfirebaseコマンドが実行できない

Posted at

エラー内容

M1 Macbookでfirebase loginfirebase -Vなどのfirebaseコマンドを実行しようとしたところ、このようなエラーが発生。

dyld: lazy symbol binding failed: Symbol not found: ...(略)

解決方法

firebase-toolsのバージョンを9.8.0から9.7.0にダウングレードしたら解決しました。
手順は以下の通りです。

yarn remove firebase-tools
yarn add firebase-tools@9.7.0
firebase -V

npmの場合は参考記事を参照してください。

参考記事

Firebase broken on M1 Mac - Stack Overflow

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?