-
Notifications
You must be signed in to change notification settings - Fork 210
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐞 VSC TTK Extension First Run Fails due to Upstream Dependency on Yarn #10784
Comments
Hi @andrewconnell, I met the same issue. Looks like one of our downstream dependencies ( Meanwhile, you can manually install yarn to get unblocked: |
Hi @MuyangAmigo - thanks for validating... I also commented on the root PR that caused this: microsoft/botbuilder-js#4608 (comment) |
Hi @andrewconnell @MuyangAmigo - Greetings from Argentina. |
@facujuarez said:
@MuyangAmigo already posted a workaround: #10784 (comment) FWIW, they already fixed it 👉 microsoft/botbuilder-js#4611 Looks like a new version was published ~1h ago. |
#fixed microsoft/botbuilder-js#4611 #closing |
Describe the bug
When performing a first-run experience using a new project created using the Tab > React with Fluent UI template, the process fails. The TeamsFx Cli step fails during the "install dependencies" step reporting:
To Reproduce
Steps to reproduce the behavior:
Expected behavior
If yarn is a dependency, it should be caught as missing and user instructed it's required. Builds should work.
Screenshots
n/a
VS Code Extension Information (please complete the following information):
CLI Information (please complete the following information):
Additional context
Appears to be rooted in recent changes in the botbuilder-dialogs NPM package, specifically PR4608.
See log:
The text was updated successfully, but these errors were encountered: