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.
When I run
resume validatein a directory containing a file namedresume.yml(I tried also usingresume.yaml, same thing), I get this result: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.