Run examples on Windows
Anyone know how to run the
Piping to files
example on Windows?
https://deno.land/manual@v1.30.3/examples/subprocess
'yes' is ignored, and I get a final error for the kill request
error: Uncaught PermissionDenied: Access is denied. (os error 5)
process.kill("SIGINT");6 Replies
I believe this api is being deprecated so I think this example should be updated
Will there be any instruction for this example on Windows?
What is the replacement for deno.run? Any existing documentation ?
Deno.Command is the alternative
there are docs but it's unstable until next major release (1.31.0)
Thanks <:party_deno:1035517691517218847>
I've never used this help before. Can I close this?
It just stays open but you can rename the title to make it clear you don't still need help
though honestly I would avoid doing that until you have whatever you wanted to have working working
Thanks again.
For anyone else!