Jake B.
Well-known member
- Affected version
- 2.0.0
If I have development/debug mode enabled and install an add-on that doesn't have an _output directory through CLI it appears that directory is getting generated making any subsequent installs fail because that directory exists but doesn't have all of the data. I'm able to reproduce this with XFRM, XFMG and several third party add-ons. I think it'd be better if this system was more similar to the designer mode system where dev output will only be used if dev mode is enabled for that add-on already (and would get automatically enabled when you install it from CLI with the _output directory, and when it's created using the CLI). Alternatively, bringing back the extra step where you choose whether to install from dev output or not would be a fine solution as well.