yaml.js
yaml.js copied to clipboard
yaml2json error with absolute file path.
pushd d:\
absolute path raise error: yaml2json -s D:.gitlab-ci1.yml ENOENT: no such file or directory, stat 'd:\D:.gitlab-ci1.yml'
relative path is ok: yaml2json -s .gitlab-ci1.yml saved d:.gitlab-ci1.json
I have the same problem. Any solution?