Error: Cannot read properties of undefined (reading 'info')

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:

  1. Open the terminal and navigate to the project’s root directory.
  2. Run the command npm run build to rebuild the project. This will restart the build process, resolve potential package version conflicts, and ensure proper project operation.
  3. After a successful build, check the page to ensure the issue is resolved and all elements are functioning correctly.
1 Like