From 68d7747794ef20fc10fb0fd88cf25559712661ff Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 6 Oct 2022 20:37:52 -0500 Subject: [PATCH] ISSUE-1: Node Version --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f8fc29f..24c57b9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,17 @@ This project was based on Traversy Media's [React JS Crash Course](https://youtu ## Available Scripts +To correct error "0308010C:digital envelope routines::unsupported", + +The Correct (safe) Solution +Use an up-to-date version of Node.js, and also use packages that are up-to-date with security fixes. + +For many people, the following command will fix the issue: + +### `npm audit fix --force` +or +### `yarn audit fix --force` + In the project directory, you can run: ### `yarn start`