-
Notifications
You must be signed in to change notification settings - Fork 393
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels