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