Skip to content
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

docs: adds default theme installation instructions #641

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alvincrespo
Copy link

As I was walking through the CLI installation and trying to export the default resume.json created, I ran into this error:

➜  ~ resume export myresume.html
/root/.asdf/installs/nodejs/16.10.0/.npm/lib/node_modules/resume-cli/build/render-html.js:46
    throw new Error(`theme path ${themePath} could not be resolved from current working directory`);
          ^

Error: theme path jsonresume-theme-even could not be resolved from current working directory
    at _default (/root/.asdf/installs/nodejs/16.10.0/.npm/lib/node_modules/resume-cli/build/render-html.js:46:11)
    at createHtml (/root/.asdf/installs/nodejs/16.10.0/.npm/lib/node_modules/resume-cli/build/export-resume.js:84:46)
    at module.exports (/root/.asdf/installs/nodejs/16.10.0/.npm/lib/node_modules/resume-cli/build/export-resume.js:36:5)
    at Command.<anonymous> (/root/.asdf/installs/nodejs/16.10.0/.npm/lib/node_modules/resume-cli/build/main.js:67:5)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at async Promise.all (index 0)
    at async /root/.asdf/installs/nodejs/16.10.0/.npm/lib/node_modules/resume-cli/build/main.js:79:3

Adding in these instructions will hopefully help guide others through a seamless installation process.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant