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

Doesn't work on Windows #40

Open
GeorgeTailor opened this issue Apr 7, 2023 · 1 comment
Open

Doesn't work on Windows #40

GeorgeTailor opened this issue Apr 7, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@GeorgeTailor
Copy link

Expected Behavior

it actually runs

Current Behavior

fails with error:

> turbowatch ./turbowatch.ts

[turbowatch] running turbowatch without logging enabled; set ROARR_LOG=true to enable logging. Install @roarr/cli to pretty-print logs.
b6a6d891 > Set-Variable : A parameter cannot be found that matches parameter name 'euo'.
b6a6d891 > At line:1 char:5
b6a6d891 > + set -euo pipefail; export PATH="my_path\node_mo ...
b6a6d891 > +     ~~~~
b6a6d891 >     + CategoryInfo          : InvalidArgument: (:) [Set-Variable], ParameterBindingException
b6a6d891 >     + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.SetVariableCommand
b6a6d891 > export : The term 'export' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try again.
b6a6d891 > At line:1 char:20
b6a6d891 > + set -euo pipefail; export PATH="my_path\node_mo ...
b6a6d891 > +                    ~~~~~~
b6a6d891 >     + CategoryInfo          : ObjectNotFound: (export:String) [], CommandNotFoundException
b6a6d891 >     + FullyQualifiedErrorId : CommandNotFoundException
b6a6d891 >

Possible Solution

Steps to Reproduce

  1. use on Windows machine

Logs

@GeorgeTailor GeorgeTailor added the bug Something isn't working label Apr 7, 2023
@gajus
Copy link
Owner

gajus commented Apr 10, 2023

I am not a windows user and have no exposure to windows platforms.

If there was a contributor that got it to work on Windows, then I'd be happy to add windows platform to the test suite to ensure future compatibility.

Will leave this issue open if Windows fan emerges that wishes to make Turbowatch work with Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants