INSTALL_004 — Install Conflict
What This Means
Section titled “What This Means”The install cannot proceed because of a conflict with an active loadout or an already-installed item.
Common Causes
Section titled “Common Causes”- An active loadout already manages this content, and installing directly would conflict
- A different version of the same item is already installed
- Two items would write to the same destination path
How to Fix
Section titled “How to Fix”- If a loadout is managing this content, remove the loadout first:
syllago loadout remove <name> - If a conflicting item is already installed, uninstall it before installing the new one.
- Check which loadouts are active:
syllago loadout list
Example Output
Section titled “Example Output”Error INSTALL_004: conflict with active loadout "dev-setup" Suggestion: run 'syllago loadout remove dev-setup' first, then retry the install