When running Heddle on Windows with Node 22.13.0, the CLI prints a Node deprecation warning before normal output:
(node:29072) [DEP0040] DeprecationWarning: The punycode module is deprecated. Please use a userland alternative instead.
Command still succeeds, e.g. heddle init created heddle.config.json.
Environment:
- Windows
- Node 22.13.0 via Volta
- @roackb2/heddle 3.0.0
When running Heddle on Windows with Node 22.13.0, the CLI prints a Node deprecation warning before normal output:
(node:29072) [DEP0040] DeprecationWarning: The
punycodemodule is deprecated. Please use a userland alternative instead.Command still succeeds, e.g.
heddle initcreatedheddle.config.json.Environment: