The install runs something like the below when using the `--prebuilt` flag: ``` ** Running command cp -r /Users/kdavis/testing/src/*/* /Users/kdavis/testing ``` This interferes with existing files in my `src/` folder and caused really bad things in my case.
The install runs something like the below when using the
--prebuiltflag:This interferes with existing files in my
src/folder and caused really bad things in my case.