firebaseでexpress-generatorの起動方法
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を開けば
表示されます。
Author And Source
この問題について(firebaseでexpress-generatorの起動方法), 我々は、より多くの情報をここで見つけました https://qiita.com/anoonoll/items/26e2edd1ca78499f8926著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .