-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.
Milestone
Description
Is it an issue related to Adaptive Cards?
- Yes, this is an Adaptive Card issue but it is specific to Web Chat.
Do you have any screenshots?
What version of Web Chat are you using?
Latest production
Which distribution are you using Web Chat from?
Unrelated
Which hosting environment does this issue primarily affect?
Others or unrelated
Which browsers and platforms do the issue happened?
No response
Which area does this issue affect?
Others/unrelated
Is this an accessibility issue?
- Yes, this is an accessibility issue.
Please describe the bug
When running npm run bootstrap in some environments, it fail and say packages/support/cldr-data/package.json is inconsistent.
This is because packages/support/cldr-data/package.json is depending on glob@^7.2.0, while its lockfile is depending on glob@8.0.3.
This issue is introduced by #4392 as we missed merging the package.json.
Do you see any errors in console log?
No response
How to reproduce the issue?
- Run
npm install - Run
npm run bootstrap
What is the expected and actual behavior?
Expected: It should install/bootstrap correctly.
Actual: It failed when Lerna tries to bootstrap package/support/cldr-data.
Adaptive Card JSON
No response
Additional context
No response
Metadata
Metadata
Assignees
Labels
bugIndicates an unexpected problem or an unintended behavior.Indicates an unexpected problem or an unintended behavior.
