-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Wrap run-p value in single quotes to support yarn 2+ #77
Comments
Hey Albert—Thanks for this! Two quick questions for you:
If both work, I might favour the version with mysticatea/npm-run-all#200 (comment) Would appreciate your thoughts on this! |
Hey Greg! I am on macOS 14 and I also tested |
Awesome, thanks for this! I'm working on a minor update for release (potentially today), and this has already been included. |
Fixed here: Please let me know if you encounter any other issues with Yarn, specific to |
Hey Greg,
just in case you do want to support yarn at all it seems that for yarn 2+ (v4 just came out hence I remembered to upgrade from v1)
run-p
values need to be wrapped in single quotes, e.g.becomes
with no issue for
npm
.Background: mysticatea/npm-run-all#200 (comment)
The text was updated successfully, but these errors were encountered: