firebase-tools「エラー:証明書の有効期限が切れています」
今朝、reactプロジェクトをfirebase hostingにデプロイしようとしましたが、次のエラーが発生しました: Error: Server Error. certificate has expired 次にfirebase list、コマンドを実行してプロジェクトのリストを表示しようとしましたが、再び同じエラーが発生しました!他のプロジェクトでも同じ結果で試してみました。そのため、このエラーは特定のプロジェクトに関連するものではなく、と関係がありfirebase-toolsます。ここにエラーログがあります: [debug] [debug] [2020-01-07T03:37:57.789Z] > command requires scopes: ["email","openid","https://www.googleapis.com/auth/cloudplatformprojects.readonly","https://www.googleapis.com/auth/firebase","https://www.googleapis.com/auth/cloud-platform"] [debug] [2020-01-07T03:37:57.789Z] > authorizing via signed-in user [debug] [2020-01-07T03:37:57.792Z] >>> HTTP REQUEST GET https://admin.firebase.com/v1/projects [debug] [2020-01-07T03:37:58.566Z] Error: certificate has expired at TLSSocket.<anonymous> (_tls_wrap.js:1116:38) at emitNone (events.js:106:13) at TLSSocket.emit (events.js:208:7) at TLSSocket._finishInit (_tls_wrap.js:643:8) …