Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

TROUBLESHOOTING.md

File metadata and controls

26 lines (19 loc) · 1.03 KB

Troubleshooting

This document contains solutions for certain issues our users encountered in the past while using Flagship.

Setup for Windows

Symlinks

This project utilizes symlinks for managing its TypeScript configurations. If you are developing on Windows, there are a few extra requirements.

  1. Ensure that you are running git 2.28 or higher
    • Older versions of git either don't support or had bugs with symlinks
  2. Enable git's symlink support
    • This can be done by editing your git config file or with git config --global core.symlinks true
  3. Enable developer mode for Windows 10
    • By default, you must have administrator privileges to create symlinks. Enabling developer mode allows non-admins to create these.
    • Instructions and details

Powershell

Powershell has a bug which will cause it to crash when starting up an Android project due to a permission issue. It is recommend to use command line or Bash instead.