From 28d3b0d34783fe4a284590ce736807b8ebdca703 Mon Sep 17 00:00:00 2001 From: Brett Date: Thu, 6 Oct 2022 20:28:38 -0500 Subject: [PATCH] ISSUE-1: Node Version --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b8c0b74..0f19374 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,16 @@ They will not be included in the production build so you can use them for things ## 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` + + In the project directory, you can run: ### `npm start`