前提・実現したいこと
firebase hostingを使って、webサイトのデプロイを試みています。
firebase toolのインストールは完了し、firebase -Vでバージョンも問題なく出ます。
しかし、firebase login --no-localhostを実行すると、コードのPasteを待たずに、一瞬でエラーを出してきます。
発生している問題・エラーメッセージ
cmd
1 2C:\Users\ユーザー名>firebase login --no-localhost 3i Firebase optionally collects CLI usage and error reporting information to help improve our products. Data is collected in accordance with Google's privacy policy (https://policies.google.com/privacy) and is not used to identify you. 4 5? Allow Firebase to collect CLI usage and error reporting information? Yes 6i To change your data collection preference at any time, run `firebase logout` and log in again. 7 8Visit this URL on any device to log in: 9https://accounts.google.com/o/oauth2/auth?client_id=563584335869-fgrhgmd47bqnekij5i8b5pr03ho849e6.apps.googleusercontent.com&scope=email%20openid%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloudplatformprojects.readonly%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Ffirebase%20https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fcloud-platform&response_type=code&state=910378838&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob 10 11? Paste authorization code here: 12Error: An unexpected error has occurred. 13 14Having trouble? Try again or contact support with contents of firebase-debug.log
試したこと
インターネットで調べましたが、ペーストを待たずに、進行してしまう例は見つかりません。
補足情報(FW/ツールのバージョンなど)
Windows10のコマンドプロンプトにて実行しています。
分かる人がいましたら、答えていただけると、幸いです。
あなたの回答
tips
プレビュー