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

Empty page when running npm start #13456

Open
luverolla opened this issue Nov 22, 2023 · 1 comment
Open

Empty page when running npm start #13456

luverolla opened this issue Nov 22, 2023 · 1 comment

Comments

@luverolla
Copy link

Describe the bug

When running npm start, the browser shows an empty page but the console show no errors or warnings. Using the page analyser with F12 shows a totally empty page, even the warning under `' is absent.

Did you try recovering your dependencies?

I runned npm start on a freshly created app with npx create-react-app, and I runned the start command without modifying anything. Even setting homepage: '.' or homepage: './' in package.json didn't work.

Environment

  System:
    OS: Windows 11 10.0.22631
    CPU: (16) x64 AMD Ryzen 7 6800H with Radeon Graphics
  Binaries:
    Node: 20.9.0 - C:\Program Files\nodejs\node.EXE
    Yarn: Not Found
    npm: 10.2.3 - C:\Program Files\nodejs\npm.CMD

Steps to reproduce

  1. run npx create-react-app <folder>
  2. input y when prompt the installation of create-react-app
  3. after completed run these commands
cd <folder>
npm start

Expected behavior

The expected behiavour is to see the React logo spinning

Actual behavior

The actual behiavour is a complete blank page

@VineeTagarwaL-code
Copy link

hey @luverolla i just went through all the steps to reproduce the issue , but i didnt found the issue that u mentioned and all seems to work fine ... are you sure that you didnt changed the actual code of your react app before launching it ?

seems to work fine in my local machine :
image
image

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

2 participants