dialogflow / dialogflow-fulfillment-nodejs

Dialogflow agent fulfillment library supporting v1&v2, 8 platforms, and text, card, image, suggestion, custom responses
Apache License 2.0
597 stars 282 forks source link

Support for node 16 requested #343

Open opendroid opened 1 year ago

opendroid commented 1 year ago

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: 'dialogflow-fulfillment@0.6.1',
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