open-cli-tools / concurrently

Run commands concurrently. Like `npm run watch-js & npm run watch-less` but better.
https://www.npmjs.com/package/concurrently
MIT License
6.98k stars 227 forks source link

Does concurrently work with yarn2, yarn3, yarn4? #483

Closed jsedanoj closed 3 months ago

jsedanoj commented 3 months ago

Hello,

I have a project that I recently migrated to yarn4. As you probably know, the differences between yarn1 and yarn2-3-4 are significant... so I was not surprised when the syntax "concurrently yarn:something:*" failed with concurrently. It says not matches found.

image

However, it works with the "non-wildcard" syntax:

image

Am I correct? Does it really fail? Any chance it will fixed?

gustavohenke commented 3 months ago

Wrap in quotes. Duplicate of #292 and #309.