-
Notifications
You must be signed in to change notification settings - Fork 388
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
theme path jsonresume-theme-even could not be resolved from current working directory #626
Comments
I have the same problem on macOS 11.4. I'm excited to use this tool and really hope there's a fix on the horizon! |
Same issue! |
Also encountering the issue on macOS 11.4. I've been poking around the codebase some...hoping for a straightforward fix! I'll throw up a PR if I can make some progress. |
Just tested, seems this occurs when using Not ideal, but is a valid workaround for now. |
@SethFalco this is admittedly a silly question but how do you get the CLI to run when you've installed it locally? |
@aedifex Not a silly question at all. When you install You could add the command to your {
"scripts": {
"build:pdf": "resume export resume.pdf"
},
"devDependencies": {
"resume-cli": "^3.0.5"
}
} npm run build:pdf Alternatively, you can just use npx resume export resume.pdf |
Thank you much @SethFalco, appreciate the thoughtful explanation. |
same issue for me..would prefer a use case where a new javascript repository is not needed. |
Thank you, @SethFalco it works! |
Done! Find your new .pdf resume at: This is doesn't work for me. |
@adewinter @SethFalco why is this issue closed? As of January 2023 (1.5 years after this issue was initially posted), the website's "Getting Started" page still has instructions to use:
But this error still occurs. If this is expected behavior, maybe the website should be changed? Or if it's not expected behavior, this bug can be fixed? |
It was closed because the author of this issue opted to close it. 🤷 Meanwhile, I do agree this issue shouldn't be considered resolved. I'll reopen it for now and assign it to myself. |
Thanks, @SethFalco! |
When I follow the "Getting Started" instructions on the homepage the following error occurs:
Despite claiming that a PDF has been generated in the last two lines, this is not the case. I'm not sure how to go about fixing the problem. There does not seem to be any documentation on jsonresume.org that indicates how themes work or how to use them for exporting a PDF.
Any advice on how to fix this issue would be appreciated!
Thanks,
Anton
Steps to recreate:
Platform: Windows 10/Powershell
Commands:
resume export resume.pdf
Expected results:
A PDF of my resume in the default theme
Actual results:
Error message:
The text was updated successfully, but these errors were encountered: