We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to add colors to npm wildcards commands?
I can have colors without using wildcards, eg:
concurrently --names 'api,front' -c 'bgBlue.bold,bgMagenta.bold' 'echo api' 'echo front'
But when I use npm wildcards there is no colors: e.g in package.json
"scripts": { "dev-api": "echo api", "dev-front": "echo front", "dev": "concurrently -c 'bgBlue.bold,bgMagenta.bold' npm:dev-*" },
The text was updated successfully, but these errors were encountered:
duplicate of #210
Sorry, something went wrong.
Fix out in v6.3.0.
Successfully merging a pull request may close this issue.
Is it possible to add colors to npm wildcards commands?
I can have colors without using wildcards, eg:
But when I use npm wildcards there is no colors: e.g in package.json
The text was updated successfully, but these errors were encountered: