google / chatbase-node

Quickly integrate your Node.js chatbot with Chatbase Analytics
Apache License 2.0
78 stars 24 forks source link

Not usable with NodeJs 8.x #23

Closed lorenzbaum closed 6 years ago

lorenzbaum commented 6 years ago

When I track an Set of messages (messageset.sendMessageSet();) on the newest LTS of Node, I get the following error: Error: One or more required fields were not set on the message, please check the documentation on how to set the following message fields: api_key, type, user_id, time_stamp, platform, message Switching back to Node 6.x resolves this issue.

Please fix and update the npm package!