You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, this package depends on async v1.5.x (so does botbuilder v3). However that async package is not listed in the dependencies and it causes problems with the other package which depend on different versions of the async package. npm installs them to the related package's own folder, forcing this package to use the old version.
I will open a PR related to this and add the async version that the required botbuilder version requires.
People with the wrong version would get:
... async.forEachOfSeries is not a function
at TestConnector.send (... /node_modules/botbuilder-unit/src/TestConnector.js:36:11)
TestConnector.js requires async.
The text was updated successfully, but these errors were encountered:
Hi, this package depends on async v1.5.x (so does botbuilder v3). However that async package is not listed in the dependencies and it causes problems with the other package which depend on different versions of the async package. npm installs them to the related package's own folder, forcing this package to use the old version.
I will open a PR related to this and add the async version that the required botbuilder version requires.
People with the wrong version would get:
TestConnector.js
requiresasync
.The text was updated successfully, but these errors were encountered: