-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Using yarn workspace with multiple Ember apps doesn't work ? #4081
Comments
Hey, thanks for trying out yarn woskpaces. This experimental feature is only available after 0.28.4 AFAIK so can you please try that? Even better if you try one of our nightlies since we have landed a few important fixes onto master after 0.28.4 released. |
Closing the issue since this seems to be just due to using an older version of yarn. Feel free to reopen if it turns out otherwise. |
Thanks ! ... let me get back to u ... after trying beta version |
@BYK I tried with |
I think this is an issue with |
There's a discussion going on about something similar in #3294 so you may wanna follow that. |
Thanks a lot ! |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
I have enabled workspace feature
In a repo , I have two ember-cli generated apps say 'a' and 'b' , when I run yarn ... it gets hoisted to root level .. but when navigate to 'a' directory and run 'yarn start' .. it says some packages need to be installed
To reproduce ..
What is the expected behavior?
When running yarn start , the ember-cli should start serving the app , with local dev server
Please mention your node.js, yarn and operating system version.
Node - 7.2.1
Yarn - 0.27.5
OS - MacBook Pro (v 10.12.5)
Note: Not really sure ... whether this is because of yarn (or) ember-cli .
The text was updated successfully, but these errors were encountered: