firebase deploy --only hosting gives Error: HTTP Error: 410, Unknown Error

后端 未结 8 691
南旧
南旧 2021-01-03 20:04

this is my log :

 [info] === Deploying to \'test-123\'...
    [info] 
    [info] i  deploying hosting
    [info] i  hosting: preparing public directory for         


        
8条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-03 20:55

    Upgrading the dependencies for the project may help

    npm install --save firebase-functions@latest
    

提交回复
热议问题