Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bolt can't run elm lang and ruby on rails #1366

Open
dhelbegor opened this issue Feb 23, 2025 · 1 comment
Open

Bolt can't run elm lang and ruby on rails #1366

dhelbegor opened this issue Feb 23, 2025 · 1 comment

Comments

@dhelbegor
Copy link

dhelbegor commented Feb 23, 2025

Describe the bug

Currently I`m trying to create apps using elm lang and ruby on rails but Bolt always fails to install them. there is a way to install it manually or do we need to implement a feature to solve this issue?

In terms of programming languages what limitations do we have?

for rails the error bellow:
~/project ❯ rails server jsh: command not found: rails

and this one is for elm lang
~/project ❯ elm make Main.elm --output=elm.js jsh: command not found: elm

Steps to reproduce

type: create a simple todo app using elm lang.

1 - the prompt will create the code

2 - the bolt will try to run it but will fail

Expected behavior

run the application built in the target language, elm or rails directly in bolt.

Platform

  • OS: Windows 11 Home
  • Chrome latest

Provider Used

Google

Model Used

Gemini 2.0 flash

@leex279
Copy link
Collaborator

leex279 commented Feb 28, 2025

Hi @dhelbegor,
unfortunately the webcontainers only support NodeJS based applications so far. As they come from stackblitz, we cannot change anything on this.
There were some more discussions about this and also changing to another solution in the community:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants