diff --git a/scripts/node.sh b/scripts/node.sh index 7f9ecc7..cfd25c3 100644 --- a/scripts/node.sh +++ b/scripts/node.sh @@ -10,6 +10,7 @@ GREEN='\033[1;32m' NC='\033[0m' export NVM_DIR="$HOME/.programming/node" +export COREPACK_ENABLE_DOWNLOAD_PROMPT=0 echo -e "${BLUE} LOG:${YELLOW} Setting up Node.js (NVM) in ${NVM_DIR}...${NC}" @@ -35,4 +36,4 @@ if command -v nvm &> /dev/null; then else echo -e "${RED} ERROR: NVM failed to load from $NVM_DIR${NC}" exit 1 -fi \ No newline at end of file +fi