stackblitz / webcontainer-core

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

No way to add dependencies! #1488

Closed ffind closed 4 months ago

ffind commented 4 months ago

Describe the bug

No way to add dependencies!

Link to the blitz that caused the error

https://stackblitz.com/edit/vitejs-vite-pls8bk

Steps to reproduce

  1. Creating new project
  2. Selecting React Vite
  3. No way to add dependencies. I don't see deps tab or any other option to add new package

Expected behavior

I should able to add dependencies or this tool is usless

Parity with Local

Screenshots

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 YaBrowser/24.4.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 70227679,
  "usedJSHeapSize": 65802795,
  "jsHeapSizeLimit": 4294705152
}
Hash = 41692973

Additional context

No response

ffind commented 4 months ago

Found that I can add dependencies from terminal, which is great. Googling and reading outdated info confused me.