Skip to content

fix: install Node.js 22 to match scripts/install.sh#167

Merged
jacobtomlinson merged 1 commit intomainfrom
fix/node-version-mismatch
Mar 17, 2026
Merged

fix: install Node.js 22 to match scripts/install.sh#167
jacobtomlinson merged 1 commit intomainfrom
fix/node-version-mismatch

Conversation

@ericksoa
Copy link
Copy Markdown
Contributor

@ericksoa ericksoa commented Mar 17, 2026

Summary

Fixes #162 — one-line fix. install.sh installed Node 24 but scripts/install.sh resets nvm default to 22, so nemoclaw disappears in new shells.

Changed nvm install 24nvm install 22.

install.sh installed Node 24 via nvm, but scripts/install.sh (called
by the openshell sub-installer) sets nvm default to Node 22. New shells
picked up Node 22, but nemoclaw was linked under Node 24's npm prefix,
causing "command not found" after reopening the terminal.

Closes #162

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jacobtomlinson jacobtomlinson merged commit 90c5dec into main Mar 17, 2026
Ryuketsukami pushed a commit to Ryuketsukami/NemoClaw that referenced this pull request Mar 24, 2026
install.sh installed Node 24 via nvm, but scripts/install.sh (called
by the openshell sub-installer) sets nvm default to Node 22. New shells
picked up Node 22, but nemoclaw was linked under Node 24's npm prefix,
causing "command not found" after reopening the terminal.

Closes NVIDIA#162

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
jessesanford pushed a commit to jessesanford/NemoClaw that referenced this pull request Mar 24, 2026
install.sh installed Node 24 via nvm, but scripts/install.sh (called
by the openshell sub-installer) sets nvm default to Node 22. New shells
picked up Node 22, but nemoclaw was linked under Node 24's npm prefix,
causing "command not found" after reopening the terminal.

Closes NVIDIA#162

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
mafueee pushed a commit to mafueee/NemoClaw that referenced this pull request Mar 28, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

install.sh installs Node 24 but scripts/install.sh resets nvm default to Node 22

2 participants