-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: shopify theme dev
command not running
#1394
Comments
I've the exact same problem and unable to fix it. I uninstalled and reinstalled everything but didn't fix the problem. |
bump |
Got same issue |
I got a solution for this problem. I uninstalled everything (nodejs, shopify-cli, shopify-theme, ruby), even deleted all the files and folders from appdata->roaming related to these programs. Also deleted npm-cache folder. After that reinstalled everything and now its working fine as before. |
What OS are you using? |
I'm using windows 11 64-bit |
This answer helped me to solve my issue -> uicrooks/shopify-theme-lab#176 (comment) |
Just to update everyone, There was a new update for the shopify CLI and when i installed the update it seemed to be all good again. Seemed like the cli just needed to be refresehd from an update or something. Not too sure |
Adding the --path and the path to the theme directory helped me get the DEV command to actually fire up and not stall. Hope this gets fixed in an update. |
Same problem here. stuck after showing "Logged in" message. How to solve the problem? |
Please confirm that you have:
In which of these areas are you experiencing a problem?
Theme
Expected behavior
When i ran
shopify theme dev
i expected it to run the development theme onto a local host and a live preview. When i first setup the cli and theme packages through npm, it ran perfectly, then i tried to run it again at a later time and the issue occured and wasnt spinning up the local environment anymoreActual behavior
It shows an error in the cli and I have no clue why it is happening. I have tried reinstalling the cli and theme npm packages multiple times, reintalled node.js and also ruby but the error is still showing.
Stack trace
Reproduction steps
@shopify/cli
and@shopify/theme
shopify theme dev
Operating System
Windowws 11
Shopify CLI version (check your project's
package.json
if you're not sure)3.43.0
Shell
Command Prompt
Node version (run
node -v
if you're not sure)v18.14.0
What language and version are you using in your application?
Its a theme, so liquid and js
The text was updated successfully, but these errors were encountered: