Open jargnar opened 8 years ago
Also I assume you have a TeX distribution in your PATH, right?
similar issue...
*** HackMyResume v1.8.0 ***
Reading JRS resume: resume.json
Converting resume.json to FRESH format.
Applying AWESOME theme (3 formats)
Generating LATEX resume: out2/my-resume.latex
An error occurred during template invocation.
TypeError: Cannot read property 'phone' of undefined
Generating JSON resume: out2/my-resume.json
Generating YML resume: out2/my-resume.yml
I'm also experiencing this issue.
$ hackmyresume BUILD resume.json TO out/resume.all -t awesome
*** HackMyResume v1.8.0 ***
Reading JRS resume: resume.json
Converting resume.json to FRESH format.
Applying AWESOME theme (3 formats)
Generating LATEX resume: out/resume.latex
An error occurred during template invocation.
TypeError: Cannot read property 'phone' of undefined
Generating JSON resume: out/resume.json
Generating YML resume: out/resume.yml
I have the phone node in my jsonresume style input file "phone": "555-555-5555",
but there is no corresponding contact
section in the converted FRESH json file.
I'm also having this issue on Windows 10 & HackMyResume version v1.8.0.
Got the phone issue too
Thanks, this is helpful. We should have a fix out in the next day or so.
Anybody still experiencing this in 1.9.0-beta?
I can get past the original issue, however it seems that the README generated in the output latex directory does not provide the correct sequence of commands to get the output PDF. Running xelatex examples/resume.tex
from within the output latex directory does not complete as it cannot find the resume/*.tex files from pwd. Running the command from within the examples directory where resume/ resides yields many latex errors. I dont know if this is an issue with HackMyResume or with the awesome theme.
Okay, this should be resolved shortly, and we'll pull in the latest version of Awesome at the same time. Thanks
On my machine (Windows 10), with the latest HackMyResume (1.8.0), I'm unable to convert to
LATEX
. It gives me the below error: