node-wit icon indicating copy to clipboard operation
node-wit copied to clipboard

Issues in when integrating with FB bot.

Open DevPnws opened this issue 8 years ago • 2 comments

When I'm trying to integrate with FB bot, I'm unable to get entities at back-end(node) and heroku throws error as it don't understand new ECMAScript 6 features.

DevPnws avatar Aug 02 '16 14:08 DevPnws

https://github.com/wit-ai/node-wit/issues/62

Sigmus avatar Aug 02 '16 15:08 Sigmus

Hi @Sigmus , thanks for quick reply.

I have updated my package.json file with

"engines": { "node": "6.2.2" }

yet on heroku, warning keeps on popping and I'm unable top get the context and entities values in the back-end(node). I'm unable to figure out the issue

please find the attachment for reference.

herokuerror

DevPnws avatar Aug 03 '16 14:08 DevPnws