Closed p-mcgowan closed 2 years ago
when loading a helper from another project which has it's own js-yaml node module at v4+, safeLoad and safeDump throw errors when used:
Error: Function yaml.safeDump is removed in js-yaml 4. Use yaml.dump instead, which is now safe by default.
Upgraded in v 2.28.0
when loading a helper from another project which has it's own js-yaml node module at v4+, safeLoad and safeDump throw errors when used: