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

More verbose output from yarn start #12085

Open
oriooctopus opened this issue Feb 21, 2022 · 2 comments
Open

More verbose output from yarn start #12085

oriooctopus opened this issue Feb 21, 2022 · 2 comments

Comments

@oriooctopus
Copy link

When running yarn start, there is no output between "Starting development server" and "Compiled successfully!". In the codebase of my large company, this means there is no output for over a minute. I want to debug our slow setup so I want to see what's going on in that minute. Is there any way to set a "verbose" mode that outputs what's going on during that time?

I've included a video of this from a fresh create-react-app for reference:
https://drive.google.com/file/d/1RkVN_O8RAzcNfw-Xb1iZCzdIfGMmgXYx/view

@HemanthDavuluri
Copy link

npm build --verbose
yarn --versbose start

this might give out some info

@hugo4711
Copy link

Does not work - we too need to get verbose output here.

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

No branches or pull requests

3 participants