bombillazo
How to upgrade `import_map.json` package versions?
Perhaps something similar to this: https://github.com/hayd/deno-udd but actulally maintained and working for impot_map files.
4 replies
Deno.Command output as it runs
Hey thanks for the help. I figured out the problem, basically the command was outputting warnings to to stderr instead of stdout, and stderr is piped by default, so I had to set it to inherit as well besides stdout.
6 replies