-
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
Concurrently is not working as expected in yarn #2531
Comments
You meant Your problem is not clear. Did you mean it's working for you if you use |
|
@torifat can you please update me with this issue. |
@madhankumar028 We had similar issues. We found that using the Try that out. concurrently -r -k \"yarn run db\" \"yarn run dev\" |
concurrently is not working as expected.
command
"concurrently -k \"yarn run db\" \"yarn run dev\""
The expected behaviour is to start both the json-server and llite-server. If I use npm instead of yarn , concurrently module is working as expected.
I am using node js
v6.0.0
, 'yarn v0.19.1' and windows 7.The text was updated successfully, but these errors were encountered: