Skip to content
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

is it possible to have colors with npm wildcards command? #234

Closed
anisg opened this issue Jul 7, 2020 · 2 comments · Fixed by #286
Closed

is it possible to have colors with npm wildcards command? #234

anisg opened this issue Jul 7, 2020 · 2 comments · Fixed by #286
Labels

Comments

@anisg
Copy link

anisg commented Jul 7, 2020

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-*"
  },
@anisg anisg changed the title can't have colors with npm wildcards command? is it possible to have colors with npm wildcards command? Jul 7, 2020
@milahu
Copy link

milahu commented May 8, 2021

duplicate of #210

@gustavohenke
Copy link
Member

Fix out in v6.3.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants