Firebase – Build failed: npm ERR! Missing a lot of unknown packages
I initialized a new firebase project in my project. I added functions to my project and I am trying to deploy the default helloWorld function. const functions = require("firebase-functions"); // // Create and deploy your first functions // // https://firebase.google.com/docs/functions/get-started…