stackblitz / webcontainer-core

Dev environments. In your web app.
https://webcontainers.io
MIT License
3.74k stars 140 forks source link

Terminal Bug #1459

Open John-Pratt opened 1 month ago

John-Pratt commented 1 month ago

Describe the bug

After making project a repository and npm starts and installs then I can no longer use terminal to push code?

Link to the blitz that caused the error

https://stackblitz.com/edit/stackblitz-starters-vn3e29?file=index.html

Steps to reproduce

Make a static page a repository. Then open the project NPM runs Then I cannot use Terminal

Expected behavior

I need to be able to use the Terminal again to use git to push code and I do not have that option.

Parity with Local

Screenshots

No response

Platform

Browser name  = Chrome
Full version  = 122.0.0.0
Major version = 122
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 73451975,
  "usedJSHeapSize": 66256183,
  "jsHeapSizeLimit": 4294705152
}
Hash = 12d46890

Additional context

No response

SamVerschueren commented 1 month ago

Did you try exitting the process with Ctrl+c? Or what happens if you open a second terminal by clicking the + button on the right side of the terminal panel?