LLM推論初出 9/13 07:42
AI「firebase: command not foundがGithub Actionsで表示されるんですね。ではnpm i -g firebase-toolsするステップを追加しましょう」私「嫌です」
https://qiita.com/tags/AI/feed.atom2026/9/13
AI要約
Github Actionsで 'firebase: command not found' エラーが発生する問題と、その解決策について解説。package.jsonに 'firebase-tools' が登録されているにも関わらずエラーが出る場合、npm install のステップを追加する解決策が提示されるが、ユーザーはそれを拒否している。