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

Windows support? #13

Open
praveentiru opened this issue Jul 4, 2021 · 1 comment
Open

Windows support? #13

praveentiru opened this issue Jul 4, 2021 · 1 comment

Comments

@praveentiru
Copy link

Hi,

I was trying this out on Windows 10 in Git Shell. I have run into the following issues:

  1. Starter tries to create a symlink for certain assets - Unless windows shell has admin privileges, script cannot create symlink
  2. spawn to create child processes fails - Adding shell: true to startCommand in elm-starter fixes this issue
  3. serverDev and watchStartElm are not recognized as commands - I get the following error after fixing the issues listed above:
    ~elm\material-front-end/src-elm-starter/elm-starter' is not recognized as an internal or external command

I believe for some reason the command getting executed is elm-starter serverDev rather than node elm-starter serverDev etc. I am unable to figure out why this is happening in Windows. I can work on a patch for the same with little guidance.

@lucamug
Copy link
Owner

lucamug commented Aug 9, 2021

Yes, I never tested in Windows. If anypody want to submit a PR I will look into it

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