saadq / resumake.io

📝 A website for automatically generating elegant LaTeX resumes.
https://resumake.io
MIT License
3.27k stars 443 forks source link

generate resume api 500 error #133

Closed rrr523 closed 4 years ago

rrr523 commented 4 years ago

Describe the bug generate resume api 500 error

To Reproduce Steps to reproduce the behavior:

  1. click "make" button , it called 500.

Expected behavior

generate resume successfully

Screenshots

image

Desktop (please complete the following information):

Additional context

I local start Node server, it throw error:

image

saadq commented 4 years ago

It's basically as the error states, you are unable to run the xelatex command on your machine. Check out the Requirements section in the contributing doc, you will need to have LaTeX installed with the ability to run pdflatex, xelatex, and lualatex from the command line. If any of those commands don't exist, you will need to install them (i.e. search for "install xelatex on mac" on google)