From ee1ae74b0ca5c54fb0ec8485b0611190d626e08c Mon Sep 17 00:00:00 2001 From: BlainCope <90635596+BlainCope@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:01:30 -0500 Subject: [PATCH 1/2] Added updated README.md file for using updated node.js with workaround --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d6a2e7d1..59f84657 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ git clone https://github.com/salomonelli/best-resume-ever.git 4. Customize your resume in the `resume/` directory: edit your data `data.yml` and replace the default profile-picture `id.jpg` with your picture. Rename your picture as `id.jpg` and copy it in the `resume/` directory. During this step, you may find it easier to navigate with Finder or File Explorer to get to the files. This will allow you to edit files with your computers default text editor. -5. Preview resumes with `npm run dev`. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window. +5. Preview resumes with `$env:NODE_OPTIONS="--openssl-legacy-provider"` then use`npm run dev`. The above command is necessary for newer versions of nodejs to function with this program. The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window. ![Resume previews](/readme-images/resumePreviews.png) From e3958ad109ffbf7cbd2e003cc70d6387581afe68 Mon Sep 17 00:00:00 2001 From: BlainCope <90635596+BlainCope@users.noreply.github.com> Date: Tue, 11 Jun 2024 14:05:56 -0500 Subject: [PATCH 2/2] changed README.md --- PULL_REQUEST_TEMPLATE.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index d0ddb437..4c86bbed 100755 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -1,23 +1,7 @@ ## This PR contains: - +Improved Docs ## Describe the problem you have without this PR - - - +Added a workaround in the readme for users to be able to use npm dev without downgrading their node.vs version