Skip to content

[Engineering] npm run test fails with fresh git clone #1732

@Zerryth

Description

@Zerryth

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:

  1. git clone https://github.com/microsoft/botbuilder-js.git
  2. npm install --global lerna nyc mocha typescript@2.7.2 to install pre-reqs
  3. npm i
  4. npm run test

Then this spits out instead of running tests:
image

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    P1Painful if we don't fix, won't block releasingR9Release 9 - May 15th, 2020bugIndicates an unexpected problem or an unintended behavior.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions