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

NOTICE: Gibberish in the server console #12160

Closed
derrickmehaffy opened this issue Jan 10, 2022 · 1 comment
Closed

NOTICE: Gibberish in the server console #12160

derrickmehaffy opened this issue Jan 10, 2022 · 1 comment
Labels
flag: notice This flag is used for announcement issues

Comments

@derrickmehaffy
Copy link
Member

Hello everyone

As some may have noticed, new installs of Strapi are showing a bunch of gibberish on the server log, we are aware of the issue and it's cause. I won't speak at depth about the topic as it is somewhat political but the maintainer of the colors package which is used as a dependency cli-table3 intentionally pushed an update to cause this issue for everyone who uses his package.

We are working to get a hotfix out which will pin the colors version to the last working version that you can follow here: #12157
Alternatively if you are using yarn instead of npm you can add the following to your package.json and simply reinstall your node_modules:

"resolutions": {
    "**/colors": "1.4.0"
  }

As soon as we push out a hotfix we will let everyone know.

Sorry for the Monday troubles,

  • The Strapi Team
@strapi strapi locked and limited conversation to collaborators Jan 10, 2022
@derrickmehaffy derrickmehaffy added the flag: notice This flag is used for announcement issues label Jan 10, 2022
@derrickmehaffy derrickmehaffy pinned this issue Jan 10, 2022
@derrickmehaffy derrickmehaffy linked a pull request Jan 10, 2022 that will close this issue
@derrickmehaffy derrickmehaffy removed a link to a pull request Jan 10, 2022
@derrickmehaffy derrickmehaffy unpinned this issue Jan 11, 2022
@derrickmehaffy
Copy link
Member Author

Closing as fixed in v4.0.4

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
flag: notice This flag is used for announcement issues
Projects
None yet
Development

No branches or pull requests

1 participant