You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> 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
use on Windows machine
Logs
The text was updated successfully, but these errors were encountered:
Expected Behavior
it actually runs
Current Behavior
fails with error:
Possible Solution
Steps to Reproduce
Logs
The text was updated successfully, but these errors were encountered: