Hello,
Executing the hello world example from the packs-starter
repository in the codespace it sets up results in a segmentation fault.
Steps:
- Go to GitHub - coda/packs-starter: A starter project template for creating a Coda Pack.
- “Open in codespaces”
- Run
npx coda execute pack.ts Hello "World"
(as instructed in the template)
Terminal output:
👋 Welcome to Codespaces! You are on our default image.
- It includes runtimes and tools for Python, Node.js, Docker, and more. See the full list here: https://aka.ms/ghcs-default-image
- Want to use a custom image instead? Learn more here: https://aka.ms/configure-codespace
🔍 To explore VS Code to its fullest, search using the Command Palette (Cmd/Ctrl + Shift + P or F1).
📝 Edit away, run your app as usual, and we'll automatically make it available for you to access.
@jfeldstein ➜ /workspaces/packs-starter (main) $ npx coda execute pack.ts Hello "World"
Segmentation fault (core dumped)
I get the same result running it locally, but thought the codespaces example was more reproducible.