Deployment error. Build failed: Build error details not available. Firebase Cloud Functions
问题 I reinstalled multiple times NPM and Node on my pc. (npm version 7.4.3) (node version v15.7.0) I followed the procedure for configuring the Firebase CLI with: npm install -g firebase-tools and firebase init and firebase deploy and the configuration seems to work fine. The problem I'm facing happens when I open the index.js file and I uncomment the stock helloWorld function which looks like this: exports.helloWorld = functions.https.onRequest((request, response) => { functions.logger.info(