Hi, I am having trouble with Truffle Init on my computer. I am able to create the “helloworld” directory successfully via the command prompt (“mkdir helloworld”). I am also able to run successfully “truffe init”. However, something strange happens. After running “truffle init”, when I open the “contracts” and “migrations” folders (within helloworld), all I get is one empty “.gitkeep” folder in “contracts”, one empty “.gitkeep” folder in migrations, and one empty .“gitkeep” folder in “test”. The “package” and “truffle config” files appear okay.
Please help! How do I fix this? I had github desktop installed on my computer. I uninstalled it but this didn’t solve the problem.