bombillazo
Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
One big difference I did when upgrading to V2 was that i was forced to add
"nodeModulesDir": "auto",
to our deno.jsonc file. Without it, deno run and deno compile would not be able to find many of the modules that previously worked.10 replies
Deno vs Node `Intl.DateTimeFormat().resolvedOptions()` discrepancies
Hey @bartlomieju! Before creating it, I tested running Deno 2.x and its working. We're currently on 1.46.3 due to some things needed to migrate but can confirm that it is not present int he current version. Perhaps its something worth documenting somewhere.
10 replies
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