Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

yarn workspaces #1

Merged
merged 1 commit into from
Jun 7, 2021
Merged

yarn workspaces #1

merged 1 commit into from
Jun 7, 2021

Conversation

joshgummersall
Copy link
Contributor

Hey @alexstojda,

I tend to use yarn workspaces for development work. It's a more reliable way of linking together local packages for development. In this case, that was all I needed to do to get the multiply dialog working locally using the Bot Framework Emulator. To test this out:

$ cd path/to/repo
$ git pull
$ npm install -g yarn
$ yarn
$ yarn dev

I tested this inside a Vagrant VM to ensure I had a clean system. Let me know if this works for you!

@alexstojda
Copy link
Owner

@joshgummersall wow, such a simple fix xD

Thanks for the help :)

@alexstojda alexstojda merged commit 76fda56 into alexstojda:main Jun 7, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants