jsonresume / jsonresume-theme-class

A modern theme for JSON Resume which is self-contained. The content of the resume will work offline and can be hosted without depending on or making requests to third-party servers.
MIT License
12 stars 7 forks source link

PDF export not working #53

Open bradykelly opened 6 months ago

bradykelly commented 6 months ago

When I try, PS C:\projects\portfolio\src\assets> resume export --theme @jsonresume/jsonresume-theme-class bradykellycv.pdf, I get the following message: You have to install this theme relative to the folder to use it e.g. 'npm install C:\projects\portfolio\src\assets\node_modules\@jsonresume\jsonresume-theme-class\index.js'

Then I try: C:\projects\portfolio\src\assets> npm install C:\projects\portfolio\src\assets\node_modules\@jsonresume\jsonresume-theme-class\index.js, and get this error:

npm ERR! path C:\projects\portfolio\src\assets\node_modules\@jsonresume\jsonresume-theme-class\index.js/package.json
npm ERR! errno -4058
npm ERR! enoent ENOENT: no such file or directory, open 'C:\projects\portfolio\src\assets\node_modules\@jsonresume\jsonresume-theme-class\index.js\package.json' 

Something is rotten in the state of Denmark...

SethFalco commented 3 months ago

This may be an issue with resume-cli, could you please read this thread and let me know if it works around your issue?