A space to discuss online store customization, theme development, and Liquid templating.
I'm trying to develop Shopify themes locally on Windows 11 22H2. I've installed all dependencies and cloned Dawn to my laptop. Versions according to command prompt are:
When running "shopify theme dev" in the Dawn directory, I get this error:
Any help is much appreciated!!
Solved! Go to the solution
This is an accepted solution.
Hi @cobyambrose,
The official place for support questions relating to the Shopify CLI is the Public GitHub repository issue board:
https://github.com/Shopify/cli/issues
Hope you have a great day
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Try running "set SHOPIFY_CLI_BUNDLED_THEME_CLI=1" first. After that, you can run your Shopify commands normally throughout the CMD session.
I tried this but I still get the same error 😞
This is an accepted solution.
Hi @cobyambrose,
The official place for support questions relating to the Shopify CLI is the Public GitHub repository issue board:
https://github.com/Shopify/cli/issues
Hope you have a great day
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
For reference purposes to leave a trail for other people with this issue: Shopify theme commands fail --> ruby: invalid switch -e · Issue #1851 · Shopify/cli (github.com)