diff --git a/modules/utils-module.sh b/modules/utils-module.sh index 829835d..4b17e23 100644 --- a/modules/utils-module.sh +++ b/modules/utils-module.sh @@ -131,7 +131,7 @@ function ensure_npm_packages() { log "ERROR" "Failed to copy package.json to installation directory" return 1 } - } + fi # Install NPM packages if not already installed or if it's an update if [ ! -d "$install_dir/node_modules" ] || [ "$IS_UPDATE" = "true" ]; then