This document contains solutions for certain issues our users encountered in the past while using Flagship.
This project utilizes symlinks for managing its TypeScript configurations. If you are developing on Windows, there are a few extra requirements.
- Ensure that you are running git 2.28 or higher
- Older versions of git either don't support or had bugs with symlinks
- Enable git's symlink support
- This can be done by editing your git config file or with
git config --global core.symlinks true
- This can be done by editing your git config file or with
- 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 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.