Google Cloud Functions Build failed: function.js does not exist; Error ID: 7485c5b6
问题 I generated a demo express server using these steps: npm install -g express-generator express myExpressApp --view pug Needless to say, the app runs fine on my local machine ( npm start ) I then pushed the code to Cloud Source Repositories Then deploy to Google Cloud Functions through their web app What am I missing? Source codes of my generated demo app: /myExpressApp/app.js var createError = require('http-errors'); var express = require('express'); var path = require('path'); var