From d3fa8a54ae13ba3efc5300215e7dd6c09267126c Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Mon, 28 Dec 2020 12:56:17 +1300 Subject: [PATCH] Remove --force option Remove --force option from `npm audit fix`. While this has not caused any issues to date, there is no guarantee that it will continue to be the case. --- freebsd/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/install.sh b/freebsd/install.sh index 2da579e42..b26ad2e62 100644 --- a/freebsd/install.sh +++ b/freebsd/install.sh @@ -10,7 +10,7 @@ git clone https://github.com/G-Ambatte/homebrewery.git cd homebrewery npm install -npm audit fix -force +npm audit fix npm run postinstall cp freebsd/rc.d/homebrewery /etc/rc.d/