David Carvajal

Results 3 comments of David Carvajal

Hello @MikelArnaiz could you please try `resume serve --theme .` https://github.com/jsonresume/resume-cli#resume-serve

I was installing the dependency in both local and global context for this to work. Anyway, having to install a theme in the global context doesn't make sense to me....

Hello @dynobo, please note that as discussed, themes should be installed in the local context. Please try it: ``` bash $ npm install -g resume-cli $ npm install jsonresume-theme-even $...