From 3fb9ff5aff1aa8649bd9f1056274597e82278ffe Mon Sep 17 00:00:00 2001 From: MonetenBube <132744569+MonetenBube@users.noreply.github.com> Date: Sat, 6 May 2023 15:45:21 +0200 Subject: [PATCH] Added npm update to the README.md Added npm update to the Linux (As Node WebApp) installation guide. Fixes the error from issue: https://github.com/qeeqbox/social-analyzer/issues/105 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6db70c8..10cfc75 100755 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ sudo add-apt-repository ppa:mozillateam/ppa -y sudo apt-get install -y firefox-esr tesseract-ocr git nodejs npm git clone https://github.com/qeeqbox/social-analyzer.git cd social-analyzer +npm update npm install npm install loadash npm start