Skip to content

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

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

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

Conversation

@ericksoa

@ericksoa ericksoa commented Mar 17, 2026

Copy link
Copy Markdown
Contributor

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
@wscurran wscurran added the bug-fix PR fixes a bug or regression label Jun 8, 2026
@cv
cv deleted the fix/node-version-mismatch branch June 28, 2026 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug-fix PR fixes a bug or regression

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

3 participants