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

npm release does not support supports-color >= 5 #580

Closed
LoganDark opened this issue Jun 16, 2018 · 2 comments
Closed

npm release does not support supports-color >= 5 #580

LoganDark opened this issue Jun 16, 2018 · 2 comments

Comments

@LoganDark
Copy link

Comment

@LoganDark LoganDark changed the title npm version does not support supports-color >= 5 npm release does not support supports-color >= 5 Jun 16, 2018
@Qix-
Copy link
Member

Qix- commented Jun 20, 2018

Yes - it has not been released yet. We're working on a few other things before we release.

@Qix- Qix- closed this as completed Jun 20, 2018
@LoganDark
Copy link
Author

LoganDark commented Jun 20, 2018

As a temporary fix, I placed this after my import/require():

debug.colors = [
	20, 21, 26, 27, 32, 33, 38, 39, 40, 41, 42, 43, 44, 45, 56, 57, 62, 63, 68,
	69, 74, 75, 76, 77, 78, 79, 80, 81, 92, 93, 98, 99, 112, 113, 128, 129, 134,
	135, 148, 149, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171,
	172, 173, 178, 179, 184, 185, 196, 197, 198, 199, 200, 201, 202, 203, 204,
	205, 206, 207, 208, 209, 214, 215, 220, 221
]

because colors :)

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

No branches or pull requests

2 participants