-
Notifications
You must be signed in to change notification settings - Fork 940
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
Can't get more then handful of colors in iTerm2 (3.2.7) #682
Comments
Relevant: #612 |
Thank you for your quick answer. I think that I have |
Yes but it needs to be install alongside |
I am also having this issue. I have installed
|
Nevermind, I'm an idiot. |
Glad it got resolved :) |
Unfortunately for me, those colors work only if I do but we use If I do I tried to google the issue quickly. But can't find what's the problem. EDIT:
I see this log:
I also reported this issue here: Unitech/pm2#4155 |
This is a well known problem that isn't really an 'issue' per se. Pm2 would have to allocate a pseudo terminal. This is just how terminals work. |
Now, the problem is the {
"peerDependencies": {
"debug": ">= 4 < 5",
"supports-color": ">= 8 < 9"
}
} |
I am using iTerm 3.2.7 can display 16M color, but debug-module will display only 16 colors.
This perl script can test color support in terminal: https://github.com/robertknight/konsole/blob/master/tests/color-spaces.pl
(source: https://apple.stackexchange.com/q/190167/265202)
Thank you for your help.
my debug test script:
The text was updated successfully, but these errors were encountered: