質問編集履歴

2

デバッグログの追記

2019/11/23 03:36

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -54,4 +54,64 @@
54
54
 
55
55
  Having trouble? Try again or contact support with contents of firebase-debug.log
56
56
 
57
+
58
+
59
+
60
+
57
61
  ```
62
+
63
+
64
+
65
+ ### デバッグログ
66
+
67
+ ```
68
+
69
+ ご指摘いただきましたのでデバッグログ追記させていただきます。認証画面のリンクが提示されると同時にエラーが出てしまいます。
70
+
71
+
72
+
73
+ [debug] [2019-11-23T02:21:05.875Z] Command: C:\Program Files\nodejs\node.exe C:\Users\名前\AppData\Roaming\npm\node_modules\firebase-tools\lib\bin\firebase.js login
74
+
75
+ [debug] [2019-11-23T02:21:05.876Z] CLI Version: 7.7.0
76
+
77
+ [debug] [2019-11-23T02:21:05.876Z] Platform: win32
78
+
79
+ [debug] [2019-11-23T02:21:05.876Z] Node Version: v12.13.0
80
+
81
+ [debug] [2019-11-23T02:21:05.878Z] Time: Sat Nov 23 2019 11:21:05 GMT+0900 (GMT+09:00)
82
+
83
+ [debug] [2019-11-23T02:21:05.879Z] ----------------------------------------------------------------------
84
+
85
+ [debug] [2019-11-23T02:21:05.879Z]
86
+
87
+ [info] i 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.
88
+
89
+
90
+
91
+ [info] i To change your data collection preference at any time, run `firebase logout` and log in again.
92
+
93
+ [info]
94
+
95
+ [info] Visit this URL on this device to log in:
96
+
97
+ [info] https://accounts.google.com/o/oauth2====認証画面のリンク========
98
+
99
+ [info]
100
+
101
+ [info] Waiting for authentication...
102
+
103
+ [debug] [2019-11-23T02:21:09.168Z] Error: spawn cmd ENOENT
104
+
105
+ at Process.ChildProcess._handle.onexit (internal/child_process.js:264:19)
106
+
107
+ at onErrorNT (internal/child_process.js:456:16)
108
+
109
+ at processTicksAndRejections (internal/process/task_queues.js:80:21)
110
+
111
+ [error]
112
+
113
+ [error] Error: An unexpected error has occurred.
114
+
115
+
116
+
117
+ ```

1

ご指摘を頂いたのでタイトルを変更しました。

2019/11/23 03:36

投稿

退会済みユーザー
test CHANGED
@@ -1 +1 @@
1
- firebaseでウェブサイトを作りたい
1
+ firebase tools がすぐに終了してしまう
test CHANGED
@@ -29,3 +29,29 @@
29
29
 
30
30
 
31
31
  ご教授いただけると幸いです。
32
+
33
+
34
+
35
+
36
+
37
+
38
+
39
+
40
+
41
+ ### 発生している問題
42
+
43
+ コマンドプロントで発生したエラーメッセージを追記させていただきます。
44
+
45
+ ```
46
+
47
+ Waiting for authentication...
48
+
49
+
50
+
51
+ Error: An unexpected error has occurred.
52
+
53
+
54
+
55
+ Having trouble? Try again or contact support with contents of firebase-debug.log
56
+
57
+ ```