From 3fcc8d77af48eba8495e93d963c7f951f4889885 Mon Sep 17 00:00:00 2001 From: Big Bad Waffle Date: Tue, 12 Oct 2021 05:12:24 +0000 Subject: [PATCH] Modified version file to mention that sqlite3 is no longer in the package.json file (as per #1841) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3b2afb03..109cf3c6 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@ Built with NodeJS, JS, HTML and CSS. ### Installation and Usage +**IMPORTANT**: The sqlite3 package has been removed for the time being due to multiple `npm audit` issues arrising. While installing this module will not cause you any security issues (due to the nature of the vulnerabilities and how Isleward actually uses the module), we have removed it to make the build process simpler for us. As a result of this, after performing an `npm install` in the `server` folder, please also run `npm i sqlite3`. + * [Windows](https://gitlab.com/Isleward/isleward/wikis/installation-and-usage-(windows)) * [Linux](https://gitlab.com/Isleward/isleward/wikis/installation-and-usage-(linux)) * [MacOS](https://gitlab.com/Isleward/isleward/wikis/installation-and-usage-(macos))