M1 Macbookでfirebaseコマンドが実行できない
エラー内容
M1 Macbookでfirebase login
やfirebase -V
などのfirebase
コマンドを実行しようとしたところ、このようなエラーが発生。
dyld: lazy symbol binding failed: Symbol not found: ...(略)
解決方法
firebase-toolsのバージョンを9.8.0から9.7.0にダウングレードしたら解決しました。
手順は以下の通りです。
yarn remove firebase-tools
yarn add [email protected]
firebase -V
npmの場合は参考記事を参照してください。
参考記事
Author And Source
この問題について(M1 Macbookでfirebaseコマンドが実行できない), 我々は、より多くの情報をここで見つけました https://qiita.com/Jun-T/items/b90b19d7b7b4d12800ad著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .