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.
As I was walking through the CLI installation and trying to export the default
resume.json
created, I ran into this error:Adding in these instructions will hopefully help guide others through a seamless installation process.