Quantcast
Channel: Node.jsタグが付けられた新着記事 - Qiita
Viewing all articles
Browse latest Browse all 8892

firebaseでexpress-generatorの起動方法

$
0
0

1

下記のURLで設定
https://qiita.com/yoshikoba/items/ff7beab24863db804f42

この通りに設定してもエラーが出ました。

2

package.jsonに

"engines":{"node":"8"},

を追加。

3

functionディレクトリ内で

npm install firebase-admin
npm install firebase-functions

4

firebase serveで localhost:5000を開けば
スクリーンショット 2020-04-12 16.41.38.png

表示されます。


Viewing all articles
Browse latest Browse all 8892

Trending Articles