Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ install_nodejs() {
bash "$nvm_tmp"
rm -f "$nvm_tmp"
ensure_nvm_loaded
nvm install 22
nvm install "$RECOMMENDED_NODE_MAJOR"
info "Node.js installed: $(node --version)"
}

Expand Down Expand Up @@ -319,7 +319,7 @@ verify_nemoclaw() {
return 0
else
warn "Could not locate the nemoclaw executable."
warn "Try running: npm install -g git+https://github.com/NVIDIA/NemoClaw.git"
warn "Try running: npm install -g \"git+https://github.com/NVIDIA/NemoClaw.git\""
fi

error "Installation failed: nemoclaw binary not found."
Expand Down
Loading