Running into problems building deploying functions. When trying to programmatically deploy the function I get the following output in builder logs (ERRORS).
202
Had the same error message after spending a day troubleshooting I finally found a way.
I noticed I had node@15 installed on my PC and node@12 for firebase function.
All I need do was to
node@12 on my PCnode@15) andnode@12.Boom! it uploaded.