Skip to content

[All Platforms][Regression] node version is not upgrading #2178

@hulynn

Description

@hulynn

Description

Description:

node version is not upgraded though the

Environment:- Platform: Brev

  • NemoClaw: v0.0.20

Steps to Reproduce:

Pre-condition: 1. Machine with Node.js version < 22.16 (e.g. Node.js 20.x) source "$HOME/.nvm/nvm.sh" && nvm install 20 && nvm use 20 && node --version && which node && npm --version 2. nvm installed
	Steps:
	1. Run: node --version (confirm below 22.16)
	2. Run: curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
	3. Observe Node.js upgrade behavior
	4. Run: node --version (after install) </td>
</tr>

Actual:

labuser@2u1g-x570-0313:/mnt/c/Users/local-xiaomingh$ source "$HOME/.nvm/nvm.sh" && nvm install 20 && nvm use 20 && node --version && which node && npm --version
Downloading and installing node v20.20.2...
Downloading https://nodejs.org/dist/v20.20.2/node-v20.20.2-linux-x64.tar.xz...
###################################################################################################################################################################################################### 100.0%
Computing checksum with sha256sum
Checksums matched!
Now using node v20.20.2 (npm v10.8.2)
Now using node v20.20.2 (npm v10.8.2)
v20.20.2
/home/labuser/.nvm/versions/node/v20.20.2/bin/node
10.8.2
labuser@2u1g-x570-0313:/mnt/c/Users/local-xiaomingh$ nvm --version
0.40.4
labuser@2u1g-x570-0313:/mnt/c/Users/local-xiaomingh$ npm --version
10.8.2
labuser@2u1g-x570-0313:/mnt/c/Users/local-xiaomingh$ node --version
v20.20.2
labuser@2u1g-x570-0313:/mnt/c/Users/local-xiaomingh$ curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
   ███╗   ██╗███████╗███╗   ███╗ ██████╗  ██████╗██╗      █████╗ ██╗    ██╗
   ████╗  ██║██╔════╝████╗ ████║██╔═══██╗██╔════╝██║     ██╔══██╗██║    ██║
   ██╔██╗ ██║█████╗  ██╔████╔██║██║   ██║██║     ██║     ███████║██║ █╗ ██║
   ██║╚██╗██║██╔══╝  ██║╚██╔╝██║██║   ██║██║     ██║     ██╔══██║██║███╗██║
   ██║ ╚████║███████╗██║ ╚═╝ ██║╚██████╔╝╚██████╗███████╗██║  ██║╚███╔███╔╝
   ╚═╝  ╚═══╝╚══════╝╚═╝     ╚═╝ ╚═════╝  ╚═════╝╚══════╝╚═╝  ╚═╝ ╚══╝╚══╝
  Launch OpenClaw in an OpenShell sandbox.  v0.0.20
[1/3] Node.js
  ──────────────────────────────────────────────────
[WARN]  Node.js v20.20.2, npm major 10 found but NemoClaw requires Node.js >=22.16.0 and npm >=10 — upgrading via nvm…
[INFO]  nvm installer integrity verified
  ✓  Installing nvm...
  ✓  Installing Node.js 22...
default -> 22 (-> v22.22.2)
[INFO]  Node.js installed: v22.22.2
[INFO]  Runtime OK: Node.js v22.22.2, npm 10.9.7
[2/3] NemoClaw CLI
  ──────────────────────────────────────────────────
[INFO]  Installer payload is not a persistent source checkout — installing from GitHub…
[INFO]  Installing NemoClaw from GitHub…
[INFO]  Resolved install ref: latest
  ✓  Cloning NemoClaw source
  ✓  Preparing OpenClaw package
  ✓  Installing NemoClaw dependencies
  ✓  Building NemoClaw CLI modules
  ✓  Building NemoClaw plugin
  ✓  Linking NemoClaw CLI
[INFO]  Created user-local shim at /home/labuser/.local/bin/nemoclaw
[INFO]  Created user-local shim at /home/labuser/.local/bin/nemoclaw
[INFO]  Verified: nemoclaw is available at /home/labuser/.local/bin/nemoclaw
.......

labuser@2u1g-x570-0313:/mnt/c/Users/local-xiaomingh$ node --version
v20.20.2
Expect:
Node is updated to latest >22.x

[NVB#6097713]

Metadata

Metadata

Assignees

Labels

NV QABugs found by the NVIDIA QA TeamUATIssues flagged for User Acceptance Testing.

Type

No fields configured for Bug.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions