### Describe your question **Environment:** - OS: Ubuntu 25.04 - Shell: Cursor terminal, OS terminal and Local by flywheel site shell **Steps to Reproduce:** 1. Run `npx 10up-toolkit project init` in terminal 2. Answer 'y' to proceed with package installation 3. Command gets stuck at spinner (⠇) and never progresses **Expected Behavior:** The scaffold should initialize and create the project structure. **Actual Behavior:** Command hangs indefinitely at the loading spinner. Multiple attempts result in stuck npm processes that need to be killed manually. **Additional Context:** - Tried clearing npm cache with `npm cache clean --force` - Removed npx cache directory - Multiple process instances get stuck simultaneously - Network connectivity to npm registry is functional ### Code of Conduct - [x] I agree to follow this project's Code of Conduct