Users encounter an AbortSilentError when running shopify theme dev --store with Shopify CLI version 3.38.0 and later versions (including 3.42.0 and 3.45.1).
Workaround Solution:
Run the command with an environment variable: SHOPIFY_CLI_BUNDLED_THEME_CLI=1 shopify theme dev
On Windows CMD, first execute set "SHOPIFY_CLI_BUNDLED_THEME_CLI=1" before running Shopify commands
Upgrading to CLI version 3.43.0 or later reportedly resolves the issue
Status: The workaround successfully resolves the error for affected users, though the root cause persists in some versions beyond the initially suggested upgrade.
Summarized with AI on November 21.
AI used: claude-sonnet-4-5-20250929.
I’m experiencing the same issue after running the shopify theme dev command. My current Shopify CLI version is: 3.42.0. Any help would be appreciated !
Hey i’m back! Here’s a quick fix for the time being! Instead of running the shopify theme dev command, run the command like this: SHOPIFY_CLI_BUNDLED_THEME_CLI=1 shopify theme dev
I face this issue even on version 3.45.1. SHOPIFY_CLI_BUNDLED_THEME_CLI=1 fixes this and by the way, on Windows CMD, you have to run “set SHOPIFY_CLI_BUNDLED_THEME_CLI=1” first. After that, you can run your Shopify commands normally throughout the session.