firebase-tools “Error: certificate has expired”

后端 未结 7 2426
终归单人心
终归单人心 2021-02-18 13:02

This morning I tried to deploy my react project to firebase hosting but I received this error:

Error: Server Error. certificate has expired

The

7条回答
  •  青春惊慌失措
    2021-02-18 13:46

    run npm install --save firebase-functions@latest and make sure to add

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

    in your package.json

提交回复
热议问题