I'm trying to build a theme app extension using CLI 3.0, I managed to create the extension on my app but I have 2 basic issues:
npm run build
Command failed with exit code 1: bundle exec theme-check /Users/omerdotan/projects/shopify-omer-test-app-2/extensions/omer-theme-extension-test-2 -C :theme_app_extension
I was running into similar issues.
My solution:
~/.zshrc
file using nano ~/.zshrc
rbenv global 3.1.2
gem install bundler
npm run deploy