Azure Bot Framework无法在azure中找到nodejs模块

时间:2017-05-26 04:40:02

标签: node.js botframework microsoft-cognitive azure-bot-service

我刚刚部署了一个天蓝色的机器人(qna)。当我尝试向其发送消息时,我收到此错误:

2017-05-26T04:34:12.078 Exception while executing function: Functions.messages. mscorlib: Error: Cannot find module 'botbuilder'
at Function.Module._resolveFilename (module.js:455:15)
at Function.Module._load (module.js:403:25)
at Module.require (module.js:483:17)
at require (internal/module.js:20:19)
at Object.<anonymous> (D:\home\site\wwwroot\messages\index.js:4:15)
at Module._compile (module.js:556:32)
at Object.Module._extensions..js (module.js:565:10)
at Module.load (module.js:473:32)
at tryModuleLoad (module.js:432:12)
at Function.Module._load (module.js:424:3).

我没有触及预先提供的代码,所以我不确定是怎么回事。 MSFT的某些人可以帮助我吗?感谢。

1 个答案:

答案 0 :(得分:0)

这是一个已知的Azure Bot Service v1错误,即使npm安装尚未完成,Webchat也会立即可用,从而导致“无法找到模块'botbuilder'”消息。这不会影响机器人的功能。我们正在积极努力解决这个问题。