webcontainer-core icon indicating copy to clipboard operation
webcontainer-core copied to clipboard

Dev environments. In your web app.

Results 331 webcontainer-core issues
Sort by recently updated
recently updated
newest added

### Describe the bug I continue to receive the following error on startup, 'fatal error: too many writes on closed pipe'. I can't repeat the error b/c it doesn't happen...

needs reproduction

### Describe the bug After integrating GitHub with Stackblitz, facing the below error repeatedly. ![Image](https://github.com/user-attachments/assets/ca087e1a-1255-4935-92cd-7fbe214e7fbc) ![Image](https://github.com/user-attachments/assets/f0f73660-cd02-4a25-8377-b0f544307977) Last output: TypeError: u.toSorted is not a function at http (node:http:33:523) at BuiltinModule.compileForInternalLoader (node:internal/bootstrap/realm:47:3850)...

needs reproduction

### Describe the bug Hey, I am trying to make a fairly simple Angular sample app. But when I try to run it, I get this error: ``` ⠙ Building......

### Describe the bug Preview is not loading, in Bolt.new as well as Stackblitz platforms. Tried to view on a new tab. still don't know why it doesn't work. ###...

needs reproduction

The WebContainer in Bolt is taking more than 30 seconds to boot, and after the code is generated, it disappears repeatedly (more than three times). Please look into this recurring...

### Describe the bug Using --at-apply syntax in a project built by vite, setting backgroundImage does not work ### Link to the blitz that caused the error https://stackblitz.com/edit/unocss-unocss-ihyjdw3x?file=package.json,src%2FApp.vue,uno.config.ts ### Steps...

### Describe the bug i have a PRO subscription, but still showing FREE plan ### Link to the blitz that caused the error https://stackblitz.com/edit/sb1-xforgrwf ### Steps to reproduce Go to...

needs reproduction

### Describe the bug When importing `msw`, i.e. `Mock Service Worker`, version 2, for example `^2.10.2`, and running `vitest` inside a `webcontainer` or in StackBlitz, I get the following error:...

### Describe the bug I cannot use `pnpm install` to install dependencies in Safari 18.2. ### Link to the blitz that caused the error https://stackblitz.com/github/EveSunMaple/Frosti ### Steps to reproduce Simply...

I'm working on a use case where users can switch between different project templates—for example, starting with React (which installs its dependencies), and later switching to something like Next.js. The...