wit-ai / node-wit

Node.js SDK for Wit.ai
Other
2.04k stars 485 forks source link

Issues in when integrating with FB bot. #67

Open DevPnws opened 8 years ago

DevPnws commented 8 years ago

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.

Sigmus commented 8 years ago

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

DevPnws commented 8 years ago

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