From 470e71eabb8e1a2ee9a7ff04f1d204f3f1c6dc12 Mon Sep 17 00:00:00 2001 From: Peter Morton Date: Tue, 5 Mar 2024 08:46:16 -0600 Subject: [PATCH] Update apt before installing npm. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1947509..7cdecc8 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Paremeters prefixed with 'km:' will use Knowledge Management using the {contentI Make sure npm is installed and node us up to date ```sh +sudo apt update sudo apt install npm sudo npm install -g n sudo n stable