You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi rsteube !
When I execute ./resume-cli.sh export resume.html -f html --theme flat
the cli show me, next output ->
/usr/local/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-flat could not be resolved from current working directory
at _default (/usr/local/lib/node_modules/resume-cli/build/render-html.js:46:11)
at createHtml (/usr/local/lib/node_modules/resume-cli/build/export-resume.js:84:46)
at module.exports (/usr/local/lib/node_modules/resume-cli/build/export-resume.js:36:5)
at Command. (/usr/local/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 /usr/local/lib/node_modules/resume-cli/build/main.js:79:3
Any idea what's wrong ?
Adrian
The text was updated successfully, but these errors were encountered:
Hi rsteube !
When I execute ./resume-cli.sh export resume.html -f html --theme flat
the cli show me, next output ->
/usr/local/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-flat could not be resolved from current working directory
at _default (/usr/local/lib/node_modules/resume-cli/build/render-html.js:46:11)
at createHtml (/usr/local/lib/node_modules/resume-cli/build/export-resume.js:84:46)
at module.exports (/usr/local/lib/node_modules/resume-cli/build/export-resume.js:36:5)
at Command. (/usr/local/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 /usr/local/lib/node_modules/resume-cli/build/main.js:79:3
Any idea what's wrong ?
Adrian
The text was updated successfully, but these errors were encountered: