Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README Update to Address Error:0308010C #433

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ git clone https://github.com/salomonelli/best-resume-ever.git

![Resume previews](/readme-images/resumePreviews.png)

<b>Note</b>: If you encounter `Error: error:0308010C:digital envelope routines::unsupported` use the following commands and run `run npm dev` again:

`export NODE_OPTIONS=--openssl-legacy-provider`
<br> `export NODE_OPTIONS=--openssl-legacy-provider` (for Windows users)

The error message pertains to a vulnerability in a previous Node.js that has since been addressed. These commands will not downgrade your Node.js.

6. Export your resume as pdf by running the command `npm run export`. In order to avoid errors due to the concurrency of two `npm run` commands, stop the execution of the previus `npm run dev` and then type the export command.

Expand Down