TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Important NPM package colors from Marak causing console problems at the moment

3 pointsby bodokaiserover 3 years ago

1 comment

bodokaiserover 3 years ago
In case you see any strange console output when using node packages or CLI, in particular, if you see "LIBERY LIBERY LIBERTY". It is probably due to a bad reload of the colors package. Can be fixed by pinning the dependency to 1.4.0 by adding "resolutions": { "colors": "1.4.0" } to package.json