I’ll introduce how to install Shopify CLI and Theme on macOS.
The Shopify official documentation Install Shopify CLI describes how to install Shopify CLI.
However, the macOS Requirements include the following, and since I don’t want to install Node.js and Ruby via brew, this article will introduce how to globally install using Node.js managed with asdf.
Homebrew Node.js 18 or higher. Ruby GitNote: When you install Shopify CLI using Homebrew, Homebrew installs Node.js, Ruby, and Git for you.
If you haven’t installed asdf or globally installed Node.js and Ruby with asdf, install them as prerequisites.
npm install -g @shopify/cli @shopify/theme
That’s all from the Gemba, where I installed Shopify CLI and Theme on macOS.