From 28439bff7dfefa2752080e60356a6dfd8bb8574f Mon Sep 17 00:00:00 2001 From: hunicus <93150691+hunicus@users.noreply.github.com> Date: Thu, 26 May 2022 18:19:58 -0400 Subject: [PATCH] Add recommended versions for node and npm --- backend/README.md | 2 ++ frontend/README.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/backend/README.md b/backend/README.md index 2fb7ee68a..2adc8bbd2 100644 --- a/backend/README.md +++ b/backend/README.md @@ -77,6 +77,8 @@ Query OK, 0 rows affected (0.00 sec) #### Build +_Node.js 16 and npm 7 are recommended._ + Install dependencies with `npm` and build the backend: ``` diff --git a/frontend/README.md b/frontend/README.md index 59929b5ee..49dd104a7 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -34,6 +34,8 @@ $ npm run config:defaults:bisq ### 3. Run the Frontend +_Node.js 16 and npm 7 are recommended._ + Install project dependencies and run the frontend server: ``` @@ -69,6 +71,8 @@ Set up the [Mempool backend](../backend/) first, if you haven't already. ### 1. Build the Frontend +_Node.js 16 and npm 7 are recommended._ + Build the frontend: ```