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
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...
The text was updated successfully, but these errors were encountered:
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:Something is rotten in the state of Denmark...
The text was updated successfully, but these errors were encountered: