dialogflow-fulfillment-nodejs icon indicating copy to clipboard operation
dialogflow-fulfillment-nodejs copied to clipboard

Support for node 16 requested

Open opendroid opened this issue 3 years ago • 0 comments

Hi:

We are trying to update to node-16 and deploy to GCP using firebase cloud functions and get following error. Can this be fixed please. Thank you. 🙏

firebase deploy --only functions:ff
i  functions: updating Node.js 16 function ff(us-central1)...
Build failed: npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE   package: '[email protected]',
npm WARN EBADENGINE   required: { node: '6' },
npm WARN EBADENGINE   current: { node: 'v16.16.0', npm: '8.11.0' }
npm WARN EBADENGINE }
npm ERR! code E401

opendroid avatar Aug 11 '22 15:08 opendroid