-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
ANSI colors break gatsby develop output on Linux #29293
Comments
Same issue with me. I'm converting an existing application from create-react-app to gatsby, but seems like output is not showing in console, whereas when navigating to http://localhost:8000/, the site works fine. In addition, there's also few 404 errors showing in console "GET http://localhost:8000/page-data/404.html/page-data.json" P.S. I'm on Ubuntu 20.04.1 LTS |
Could you try disabling colors like so: FORCE_COLOR=0 gatsby develop |
Thanks @ascorbic, that worked for me. Do you know the issue? Will it be fixed in next release? |
@ascorbic: Thanks a lot, this worked for me, too! |
Great! No, this isn't a known issue, so we would need to work out the cause. Could you both share details of your platform, terminal etc and if you have cusotm terminal fonts for example |
This is the current project I'm working on, but the problem happened with much less packages. With an older git repo combined with a new gatsby page, it happened even with an empty gatsby-config.js file. System: |
I'm seeing this error as well. I'm not in ubuntu, but Fedora 33. Regular gterm terminal. I am using oh-my-zsh and custom terminal font MesloLGS NF with zsh theme ZSH_THEME="powerlevel10k/powerlevel10k" Running FORCE_COLOR=0 gatsby develop worked for me. |
@pieh: Thanks a lot! This should do until the bug is fixed! |
Fixed in |
Hello,
I've got a problem with gatsby develop. In November it worked properly but now the output on the console seems wrong (as you see on the screenshot).
Steps to reproduce:
module.exports = {
plugins: [
],
}
The development mode itself does work, but the logging on the console doesn't.
By the way, I'm working on Ubuntu 20.04 if this makes a difference.
edit:
Using an existing git repo seems to trigger this issue, too. Without the git repo it now seems to work after updating gatsby-cli, But after I clone a git repo it doesn't.
The text was updated successfully, but these errors were encountered: