stackblitz / webcontainer-core

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

Vite vue typeScript does not serve web pages in preview #1403

Open magneval opened 6 months ago

magneval commented 6 months ago

Describe the bug

Forking the helloworld exemple does not show in preview mode The preview just show the folowing : Booting WebContainer Installing dependencies Running start command It's stuck on "Installing dependencies"

snapshot_stackblitz com_1712495037020

Link to the blitz that caused the error

https://stackblitz.com/edit/vitejs-vite-dww3fu?file=src%2Fcomponents%2FHelloWorld.vue&terminal=dev

Steps to reproduce

1 go to https://v3.vitejs.dev/guide/ 2 click on the vue-ts link 3 wait the preview

Expected behavior

I expect to see the hello world preview screen

Parity with Local

Screenshots

snapshot_stackblitz com_1712495037020

Platform

Browser name  = Chrome
Full version  = 122.0.6261.149
Major version = 122
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.6261.149 Safari/537.36 OPR/108.0.5067.24
performance.memory = {
  "totalJSHeapSize": 68911685,
  "usedJSHeapSize": 65877953,
  "jsHeapSizeLimit": 966262784
}
Hash = 7dbe22a9

Additional context

No response

kirjavascript commented 6 months ago

hi! :wave: thanks for reporting this issue

I cannot seem to reproduce the issue. Are there any errors in the browser console?