This commit is contained in:
35C4n0r 2025-12-23 13:14:51 +00:00
parent f844c88c36
commit 976691b5cb

View File

@ -28,6 +28,10 @@ function check_dependencies() {
printf "PATH: %s\n" "${PATH}"
new_path=$(bash -l -c 'echo $PATH' 2>/dev/null || echo "${PATH}")
printf "NEW_PATH %s\n" "${new_path}"
if ! command_exists node; then
printf "Error: Node.js is not installed. Please install Node.js manually or use the pre_install_script to install it.\n"
exit 1