From 16f9d77d0f9554d8c233dff605df639aac181d9c Mon Sep 17 00:00:00 2001 From: ThatProgrammer <35084698+ThatProgrammerCL@users.noreply.github.com> Date: Wed, 15 Jul 2020 14:26:24 +0100 Subject: [PATCH] Remove 'warning Audit Results' warning. Due to the new command change 'npm install --only=production --no-audit --unsafe-perm' instead of 'npm install --only=production', and due to the ``--no-audit' flag, the warning isn't needed. --- daemon/0.6/installing.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/daemon/0.6/installing.md b/daemon/0.6/installing.md index 63752533..7894c0d1 100644 --- a/daemon/0.6/installing.md +++ b/daemon/0.6/installing.md @@ -127,11 +127,6 @@ curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.13/daemon.t Finally, we need to install the dependencies that allow the Daemon to run properly. This command will most likely take a few minutes to run, please do not interrupt it. -::: warning Audit Results -You may see output along the lines of "found 14 vulnerabilities (6 low, 3 moderate, 5 high) in 927 scanned packages". -You can safely ignore this output. Do not run the audit fix command, you _will_ break your Daemon. -::: - ``` bash npm install --only=production --no-audit --unsafe-perm ```