GUI app installation failed or showing blank screen.


Symptom:

Users may encounter issues when installing and launching the SFDMU GUI App on the Electron platform. Common problems include error messages during installation or a blank window upon attempting to run the app.


Solution:

For Windows OS:

  • Delete the SFDMU GUI app folder.
  • Uninstall Electron.
  • Install Windows Build Tools using npm install --global windows-build-tools.
  • Reinstall Electron globally with yarn global add electron.
  • Re-clone the SFDMU GUI App repository.
  • Run npm install followed by npm start.

For MacOS:

  • Launch the GUI app from Terminal instead of opening it directly from the Applications folder.
  • Ensure node, npm, and sf are available in the same shell environment used to start the app.

For further details, refer to the GitHub issue: SFDX-Data-Move-Utility Issue #382.

Related Articles

Last updated on 17th Feb 2026