Unable to Start Development Server for Shop Mini — Commands Not Working

Hi everyone,

We are building a Mini for the Shop App, and everything was working fine earlier. But suddenly, we are unable to start the development server.

When we run:

npx shop-minis dev

nothing happens — the command just hangs and no error is shown. It doesn’t start the server or output anything.

We also tried:

npx shop-minis upgrade

but this also does nothing and shows no error.

We have tested this on multiple terminals (Command Prompt, PowerShell, Git Bash) but the issue persists.

Is anyone else experiencing this problem?
Is this a known issue with the CLI, or could it be something on our side?

Any help or suggestions would be appreciated.

Thanks!

Try npm install or delete your node_module and run npm install. This is not a known issue

Hey! Can you try running with --verbose to see if it shows any errors so npx shop-minis dev --verbose for example

Update: Issue Resolved

Hi everyone,

Sharing an update in case it helps others facing the same problem.

We were able to resolve the issue. The problem was caused by a corrupted or incomplete installation of the Shop Minis CLI. After fully cleaning the environment and reinstalling the dependencies, everything started working again.

Thanks to everyone who responded!