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

Git submodule command not found

Open beeme1mr opened this issue 9 months ago • 1 comments

Describe the bug

The OpenFeature docs site utilizes multiple git submodules to consolidate information spread across multiple repos into a single location. Unfortunately, the start-up script fails when it attempts to run git submodule update --init --recursive.

Link to the blitz that caused the error

https://stackblitz.com/~/github.com/open-feature/openfeature.dev

Steps to reproduce

Go to the link above and wait until the startup command attempts to initialize the git submodules.

You can also reproduce the issue by running git submodule update --init --recursive in the terminal.

Expected behavior

The git submodule command initializes the configured submodules.

Parity with Local

Screenshots

image

Platform

Version = 1.84.0
Hash = cb3418cbf66e343efb2dc236d6bb048b5dc72274
WebContainer = 0314a412

Browser name  = Chrome
Full version  = 124.0.0.0
Major version = 124
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 150726926,
  "usedJSHeapSize": 144175454,
  "jsHeapSizeLimit": 4294705152
}

Additional context

No response

beeme1mr avatar May 03 '24 00:05 beeme1mr

hi! :wave: thanks for reporting this!

we're now tracking this issue internally and will update this ticket when the command is available

kirjavascript avatar May 10 '24 17:05 kirjavascript