You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
run npx create-react-app <folder>
input y when prompt the installation of create-react-app
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
The text was updated successfully, but these errors were encountered:
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 ?
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 withnpx create-react-app
, and I runned the start command without modifying anything. Even settinghomepage: '.'
orhomepage: './'
inpackage.json
didn't work.Environment
Steps to reproduce
npx create-react-app <folder>
y
when prompt the installation ofcreate-react-app
Expected behavior
The expected behiavour is to see the React logo spinning
Actual behavior
The actual behiavour is a complete blank page
The text was updated successfully, but these errors were encountered: