The problem you encountered is likely related to package version migration. Although the project may start successfully, a blank page occurs due to conflicts between package versions. To resolve this:
- Open the terminal and navigate to the project’s root directory.
- Run the command
npm run buildto rebuild the project. This will restart the build process, resolve potential package version conflicts, and ensure proper project operation. - After a successful build, check the page to ensure the issue is resolved and all elements are functioning correctly.