-
Notifications
You must be signed in to change notification settings - Fork 292
Description
Versions
What package version of the SDK are you using: 4.7.1
What nodejs version are you using: v12.13.1
What browser version are you using: Chrome Version 80.0.3987.106 (Official Build) (64-bit)
What os are you using: Windows 10
Describe the bug
Can't successfully run all the tests for botbuilder-js.
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/microsoft/botbuilder-js.gitnpm install --global lerna nyc mocha typescript@2.7.2to install pre-reqsnpm inpm run test
Then this spits out instead of running tests:

Also alternatively tried cloning again, and just following I tried following steps outlined in the "Building the SDK" article in the bb-js Wiki, but this gets you an error even earlier, since it tells you to clone, then run tests, but no installing step before that...
Expected behavior
For tests to successfully run when running npm run test on a newly cloned botbuilder-js repo.
I haven't touched this repo in like 6 months, so maybe there's a step that I'm forgetting and missing...? (Though to be fair, should be documented then if that's the case)
[bug]