Run command issue

Hi, i have and issue, that “Run command” spins but nothing happens. Can someone help?

1 Like

Hi @ardimaunahan,

I need a bit more infos. What was your prompt/prompts? Did you try to tell the AI to fix it?

It it’s not about prompt, but about to run commands in terminal from chat. If I make a prompt to fix it, it cannot run command in Bolt terminal and noting happens. I get response from chat, but no commands runs in terminal.
image

I understand, but my guess that it maybe has to do with your the app you build, so I want to verify that first before investigating more in depth.

So provide please the prompt or better export the chat / project and provide it here, so I can analyse / try to reproduce.

Hi @leex279 , I am facing the issue in webcontainer terminal. After starting the server using ‘npm run dev’ in terminal of webcontainer, any subsequent shell command causes the server to stop, and the shell command itself also gets aborted.

Its correct that server must be stop before the shell command execute but shell commands gets aborted and Run command” spins but nothing happens.

Perhaps It require some changes in shell.ts file