wit-node "messenger.js" を使用しようとしていますが、一度実行すると、エラー ロガーが見つかりません。
https://github.com/asimkh/hellohazzir
Review my code
// Setting up our bot
const wit = new Wit({
accessToken: WIT_TOKEN,
actions,
logger: new log.Logger(log.INFO)
});
wit-node "messenger.js" を使用しようとしていますが、一度実行すると、エラー ロガーが見つかりません。
https://github.com/asimkh/hellohazzir
Review my code
// Setting up our bot
const wit = new Wit({
accessToken: WIT_TOKEN,
actions,
logger: new log.Logger(log.INFO)
});