resume-cli
resume-cli copied to clipboard
CLI tool to easily setup a new resume π
using this json theme `https://www.npmjs.com/package/jsonresume-theme-elegant`, The image is not even loaded in my profile. I tried using this : `"image": "https://avatars.githubusercontent.com/u/45462730?v=4"` inside the json template but no luck.
When executing the following: ```sh resume export --theme . --resume ../asbjor.nu/resume.json --format pdf ./asbjornu.pdf ``` I get the error: ```ts Error: net::ERR_ABORTED at data:text/html;base64,PCYWRlci5mYWRlT3V0KCk7IAoJCSAβ¦Pgo= at navigate (/Users/bitbear/Dev/jsonresume-theme-kards/node_modules/puppeteer/lib/cjs/puppeteer/common/Frame.js:199:23) at process.processTicksAndRejections (node:internal/process/task_queues:95:5)...
Currently puppeteer is pinned to version 16.1.0, which was released on Aug 6, 2022. There have been a few major versions released since then with the following breaking changes: 17.0.0:...
When I follow the "Getting Started" instructions on [the homepage](https://jsonresume.org/getting-started/) the following error occurs: ``` PS C:\Users\adewi\Desktop> resume export resume.pdf Error: theme path jsonresume-theme-even could not be resolved from current...
I'm running into an issue while developing a theme whereas I'm unable to utilize the `resume serve` command to quick 'n easy theme development. The only error I'm given is...
The cli requires nodejs `>=12 =18`.