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
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.
npm install --global lerna nyc mocha typescript@2.7.2 to install pre-reqs
npm i
npm 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]
The text was updated successfully, but these errors were encountered:
Zerryth
changed the title
Can't npm run build with fresh clone of botbuilder-js?
Can't npm run test with fresh clone of botbuilder-js?
Feb 19, 2020
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.git
npm install --global lerna nyc mocha typescript@2.7.2
to install pre-reqsnpm i
npm 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]
The text was updated successfully, but these errors were encountered: