question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Process console colors stripped, even with `--colors`

See original GitHub issue

Forever seems to strip the colors from the running script, regardless of using the --colors flag. This issue has been raised before and closed without solution.

Running osx 10.13.2, node 9.2.0, latest forever release, in iTerm2, though the colors don’t work in Terminal either.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Reactions:3
  • Comments:9

github_iconTop GitHub Comments

1reaction
stopsopacommented, Jan 17, 2018

Why it has to be –color instead documentation mentioned –colors? (with --color at the end it works but with --colors doesn’t)

1reaction
RickWongcommented, Jan 2, 2018

For some weird reason this is fixed by appending --color to the command. E.g.

forever --minUptime=5000 --spinSleepTime=5000 ./index.js --color
Read more comments on GitHub >

github_iconTop Results From Across the Web

Process console colors stripped, even with --colors #973
Forever seems to strip the colors from the running script, regardless of using the --colors flag. This issue has been raised before and ......
Read more >
Removing colors from output - bash - Stack Overflow
Here is a simpler answer that handles the 256-color escapes and works on systems ... Use the default --text output format to strip...
Read more >
Program that passes STDIN to STDOUT with color codes ...
I have a command that produces output in color, and I would like to pipe it into a file with the color codes...
Read more >
Cinematographers and the Color Palette: The Impact of Color
Kaminski stripped the coating off the lenses and flashed the film using the Technicolor ENR process to alter contrast. Spielberg wanted deeply ...
Read more >
Build your own Command Line with ANSI escape codes
If we chose a different color-scheme for our terminal, it would be the ... and the white H is now even brighter than...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found