From 2b70698c2a5823e1085cb57ae7de041b39aa4667 Mon Sep 17 00:00:00 2001 From: ffyuanda Date: Wed, 18 Aug 2021 20:07:39 +0800 Subject: [PATCH] docs: updated README.md for npm RAM caution (#272) Signed-off-by: ffyuanda <46557895+ffyuanda@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ad4d9cd..c26bdd6b 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Edit `conf/app.conf`, set `runmode=dev`. Firstly build front-end files: ```bash cd web/ && npm install && npm run start ``` +*❗ A word of caution ❗: the `npm` commands above need a recommended system RAM of at least 4GB. It has a potential failure during building the files if your RAM is not sufficient.* Then build back-end binary file, change directory to root(Relative to casdoor):