Running into problems building deploying functions. When trying to programmatically deploy the function I get the following output in builder logs (ERRORS).
202
I had the same problem deploying cloud functions on my newly started Firebase projects. My local version of node was 15
For beginners (like me) which were struggling downgrading node on Mac, you can use the following commands:
sudo npm install -g n sudo n 12