前提・実現したいこと
使用OSはwindows10です。
firebaseを始めようと思い、検索した記事を見ながらインストールしていました。
はじめにfirebaseに行きgoogleアカウントでログインし、プロジェクトを作りました。
そしてデスクトップでコマンドプロンプトを開き、
npm install -g firebase-tools
と打ち込みエンター。
C:\Users\kunshi\'~.npm-global'\firebase -> C:\Users\kunshi\'~.npm-global'\node_modules\firebase-tools\bin\firebase + firebase-tools@3.19.3 updated 1 package in 13.456s
と表示され、インストールされた?
そして、再度コマンドプロンプトで
firebase login
と打ち込みエンターすると、
C:\Users\kunshi> firebase login ? Allow Firebase to collect anonymous CLI usage and error reporting information ? (Y/n)
と表示され「Y」を打ち込みエンター、すると
Visit this URL on any device to log in: https://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=693027598&redirect_uri=http%3A%2F%2Flocalhost%3A9005 Waiting for authentication... (node:32808) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): Error: spawn cmd ENOENT (node:32808) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
と表示されそれ以上進めません。
なんとか解決策はないものでしょうか?
また、
firebase init
と入力してエンターを押すと
Error: Command requires authentication, please run firebase login
と表示されます。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2018/07/10 06:19
2018/07/10 06:32
2018/07/10 06:46