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
resume serve -theme .```Interestingly it does not take my local theme but something else```shell
Error: theme path jsonresume-theme-heme could not be resolved from current working directory
at _default (/home/papanito/.local/share/npm/lib/node_modules/resume-cli/build/render-html.js:46:11)
at /home/papanito/.local/share/npm/lib/node_modules/resume-cli/build/builder.js:50:26
Same happens when I specifically provide my theme name
resume serve -theme jsonresume-theme-papanito
Preview: http://localhost:4000
Press ctrl-c to stop
Error: theme path jsonresume-theme-heme could not be resolved from current working directory
at _default (/home/papanito/.local/share/npm/lib/node_modules/resume-cli/build/render-html.js:46:11)
at /home/papanito/.local/share/npm/lib/node_modules/resume-cli/build/builder.js:50:26
at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3)
I currently get an error when I run
Same happens when I specifically provide my theme name
resume serve -theme jsonresume-theme-papanito Preview: http://localhost:4000 Press ctrl-c to stop Error: theme path jsonresume-theme-heme could not be resolved from current working directory at _default (/home/papanito/.local/share/npm/lib/node_modules/resume-cli/build/render-html.js:46:11) at /home/papanito/.local/share/npm/lib/node_modules/resume-cli/build/builder.js:50:26 at FSReqCallback.readFileAfterClose [as oncomplete] (node:internal/fs/read/context:68:3)