Describe your question
Environment:
- OS: Ubuntu 25.04
- Shell: Cursor terminal, OS terminal and Local by flywheel site shell
Steps to Reproduce:
- Run
npx 10up-toolkit project init in terminal
- Answer 'y' to proceed with package installation
- 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