Run `nvm` using Deno.Command
Hello, I am trying to run
but I am getting the following error:
nvm was install with brew and I tried passing
nvm from a Deno script using Deno.Command.but I am getting the following error:
nvm was install with brew and I tried passing
env: {PATH: Deno.env.get('PATH') but nothing works...