When creating a new gill counter repo, running the setup command fails on the Codama step. How to reproduce: 1. In your terminal, run `npx create-solana-dapp`. 2. Name your project **without** a kebab case name like _mycountergill_ for example. See #192 for context. 3. Choose the ● **Next.js (A React framework by Vercel)** option. 4. Choose the template **gill-next-tailwind-counter** 5. Install your dependencies. 6. Once in the repo, open your terminal in the root of the project and run `pnpm run setup` as instructed in the README.md file. 7. Observe the following error: ```sh ✖ Cannot access IDL. └─ Module: /Users/tomie/Documents/GitHub/mycountergill/anchor/target/idl/mymymycountergillgillgill.json ``` <img width="918" height="375" alt="Image" src="https://github.com/user-attachments/assets/e6fa6d33-c6d3-4bb8-aea3-6bd100b7f1aa" />
When creating a new gill counter repo, running the setup command fails on the Codama step.
How to reproduce:
npx create-solana-dapp.pnpm run setupas instructed in the README.md file.