Skip to content

YAML validation not working #665

@xplosionmind

Description

@xplosionmind

When I run resume validate in a directory containing a file named resume.yml (I tried also using resume.yaml, same thing), I get this result:

$ resume validate
node:internal/process/promises:246
          triggerUncaughtException(err, true /* fromPromise */);
          ^

[Error: ENOENT: no such file or directory, stat 'resume.json'] {
  errno: -2,
  code: 'ENOENT',
  syscall: 'stat',
  path: 'resume.json'
}

Node.js v17.3.0

I also tried using resume validate resume.yml (passing the filename as argument), but I get the same error.
It appears like the YAML file is not read, even though this repository’s README indicates that YAML should be supported.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions