Open brentvanholder opened 1 year ago
I had the same issue. It probably has to do with the node version that homebrew uses during installation. Here is what worked for me:
brew reinstall --build-from-source openssl@1.1
openssl@1.1
is a dependency of nodejs and sometimes acts up. Reinstalling it from source and then running the install command for shopify-cli afterwards worked like a charm for me.
Hi, when installing the latest shopify-cli with the brew command
brew install shopify-cli
, the following error appears: Any ideas on how to solve it?