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

Improve Windows support for create-mainframe #63

Open
andreterron opened this issue Nov 13, 2024 · 0 comments
Open

Improve Windows support for create-mainframe #63

andreterron opened this issue Nov 13, 2024 · 0 comments

Comments

@andreterron
Copy link
Owner

create-mainframe uses zx to run scripts, which relies on bash.

Running npm create mainframe on my Windows machine resulted in an error:

/bin/bash: npm: command not found

Options

  1. Use an alternative method to run scripts
  2. Update create-mainframe to download a release instead of cloning the repo

While (1) should be fairly straightforward, it's just a patch. create-mainframe clones the repo, and that isn't the best way to distribute Mainframe.

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

1 participant