Shopify-3.38.0 shopify theme dev --store ERROR

Solved

Shopify-3.38.0 shopify theme dev --store ERROR

HamishOtnai
Shopify Partner
3 0 2

I typed this command shopify theme dev --store,

and I saw that error message, how can I fix this issues?

Thank you.

 


/opt/homebrew/Cellar/shopify-cli/3.38.0/libexec/lib/node_modules/@shopify/cli/node_modules/yoga-layout-prebuilt/yoga-layout/build/Release/nbind.js:53
throw ex;
^

AbortSilentError
at execCLI2 (file:///opt/homebrew/Cellar/shopify-cli/3.38.0/libexec/lib/node_modules/@shopify/theme/node_modules/@shopify/cli-kit/dist/public/node/ruby.js:47:15)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5) {
tryMessage: null,
type: 1,
nextSteps: undefined
}

Node.js v19.5.0

Accepted Solution (1)

Awskur
Shopify Partner
7 1 3

This is an accepted solution.

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

 

Here's a link the the solution! https://github.com/Shopify/cli/issues/1320

 

Oscar Reyes

View solution in original post

Replies 6 (6)

Awskur
Shopify Partner
7 1 3

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 !

Oscar Reyes

Awskur
Shopify Partner
7 1 3

This is an accepted solution.

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

 

Here's a link the the solution! https://github.com/Shopify/cli/issues/1320

 

Oscar Reyes
HamishOtnai
Shopify Partner
3 0 2

Thank you so much! After trying this command, it solved my problems.

You saved my store! Really appreciate! 

 

Awskur
Shopify Partner
7 1 3

Glad to help! 👏 

Oscar Reyes

Awskur
Shopify Partner
7 1 3

New solution: Upgrading the Shopify CLI to version 3.43.0 or any version after that fixes the issue !

Oscar Reyes
saadwasil
Shopify Partner
3 0 2

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.