GCP Cloud Function - ERROR fetching storage source during build/deploy

后端 未结 7 1858
广开言路
广开言路 2021-02-19 12:23

Running into problems building deploying functions. When trying to programmatically deploy the function I get the following output in builder logs (ERRORS).


202         


        
7条回答
  •  逝去的感伤
    2021-02-19 13:04

    As Prodigy mentioned, something must has broken the Cloud Functions deployment in the latest Node v15.6.0 (or another recent one).

    Has the same issue today with firebase deploy. Resolved by rolling back to Node 12 (and I am sure any other more recent version works great).

提交回复
热议问题