Watch for updates automatically: npx hs watch test-theme/src test-theme
Error Fixes
Error: Cannot find module 'node:path' Fix: Update node sudo npm cache clean -f (force) clear your npm cache sudo npm install -g n install n (this might take a while) sudo n stable upgrade to the current stable version
Error: yarn not found Fix: install yarn npm install --global yarn
Cheat sheet and error fixes for building theme files locally.
Awesome, thanks for sharing @jasoncampbelldv - I also ran into these errors when I switched from PC to Mac and didn't take the time to resolve them, looking forward to setting up the CLI again to see if I can get it working on my Mac.
If my reply answered your question please mark it as a solution to make it easier for others to find.