node.js error message events.js:183 throw er; // Unhandled 'error' event

后端 未结 13 1064
囚心锁ツ
囚心锁ツ 2020-12-18 04:25

Playing around Microsoft\'s botframework, when I try to run the app.js file, which is the main file of the bot, the first time is fine, after I close the bot emulator, and a

相关标签:
13条回答
  • 2020-12-18 04:58

    I experienced the same problem. Installing this package solved it permanently:

    npm install ws@3.3.2 --save-dev --save-exact
    
    0 讨论(0)
提交回复
热议问题