From f056acc31578f5b9b88021522d652ee5761a06f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Thu, 14 Nov 2024 07:59:36 +0100 Subject: [PATCH] Changed uninstall a node package --- .local/bin/Update-pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/Update-pkg b/.local/bin/Update-pkg index f436ed4..da5f211 100755 --- a/.local/bin/Update-pkg +++ b/.local/bin/Update-pkg @@ -101,7 +101,7 @@ function install_node(){ timestamp "Node has been found" else if [[ "$(uname)" == "Darwin" ]]; then - sudo brew uninstall node + brew uninstall node --ignore-dependencies sudo rm -rf /opt/homebrew/lib/node_modules/npm/ $install node elif [[ -f $GENTOO ]]; then