From 83660e9cf3ebb65256600fb5080d66d96216477a Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Wed, 1 Jun 2022 22:54:46 -0400 Subject: [PATCH] Make node 16.15 required not recommended --- backend/README.md | 2 +- frontend/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/README.md b/backend/README.md index cbda2478b..f29ef0eee 100644 --- a/backend/README.md +++ b/backend/README.md @@ -77,7 +77,7 @@ Query OK, 0 rows affected (0.00 sec) #### Build -_Node.js 16 and npm 7 are recommended._ +_Make sure to use Node.js 16.15 and npm 7._ Install dependencies with `npm` and build the backend: diff --git a/frontend/README.md b/frontend/README.md index e223f17c2..edccba7a2 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -34,7 +34,7 @@ $ npm run config:defaults:bisq ### 3. Run the Frontend -_Node.js 16 and npm 7 are recommended._ +_Make sure to use Node.js 16.15 and npm 7._ Install project dependencies and run the frontend server: