elliotfielstein
elliotfielstein
Not sure why this issue was closed - could it be reopened? I had the same problem on MacOS. The cause is the template path using __dirname, which resolves to...
So, if I understand the issue - moon-cli gets the source repo's template and replaces any existing one. This fails on MacOS if there is an existing template while deleting...
In exploring, I see that I can simply remove this code in bin/moon to avoid deleting a protected directory. In doing so, `moon init` works on MacOS without elevated privileges...
@kbrsh Ah, my apologies for not reading all through the download process to the compile step. I am a newbie, and obviously it shows. In any case, I like the...