Open indiependente opened 3 years ago
I've got the same problem using kissmyresume. With this command:
RENDER_MARKDOWN=true kissmyresume build resume/base.json --theme node_modules/jsonresume-theme-mocha-responsive/
I've got this error:
+++ KissMyResume v0.8.2 +++
Parsing resume file from /mnt/d/Files/Documents/CV/resume/base.json
Succesfully parsed resume in JSON-Resume format.
Export to multiple formats failed! Reason: Error: The source handlebar template file or the stylesheet could not be read.
same for me as for @gggiovanny
installing fontawesome free in node_modules/jsonresume-theme-mocha-responsive
fixed it for me.
npm install @fortawesome/fontawesome-free -S
this pr would probably fix things https://github.com/karlitos/jsonresume-theme-mocha-responsive/pull/7
Hi,
When I try to export using
resume-cli
/kissmyresume
with this commandI get the following error:
The PDF is not generated.
Same happens for HTML exports:
Could you please provide help on how to solve this issue?
Thanks.