-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Installer failed at onboarding: Cannot find module #1373
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't workingstatus: triageFor new items that haven't been reviewed yet.For new items that haven't been reviewed yet.
Description
Description
The installer failed again on the latest commit 86b3dee.
See log for details.
Reproduction Steps
- Install NemoClaw on Fedora 43 via
curl -fsSL https://www.nvidia.com/nemoclaw.sh | bash
Environment
- OS: Fedora 43 (Linux 6.19.10-200)
- NodeJS: v22.22.2 (installed by the installer)
- Docker: Docker CE 29.3.1
- NemoClaw: 86b3dee
Debug Output
Logs
[1/3] Node.js
──────────────────────────────────────────────────
[INFO] Node.js not found — installing 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] 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] Verified: nemoclaw is available at /home/u/.nvm/versions/node/v22.22.2/bin/nemoclaw
[3/3] Onboarding
──────────────────────────────────────────────────
[INFO] Installer stdin is piped; attaching the usage notice to /dev/tty…
node:internal/modules/cjs/loader:1386
throw err;
^
Error: Cannot find module '/home/u/bin/lib/usage-notice.js'
at Function._resolveFilename (node:internal/modules/cjs/loader:1383:15)
at defaultResolveImpl (node:internal/modules/cjs/loader:1025:19)
at resolveForCJSWithHooks (node:internal/modules/cjs/loader:1030:22)
at Function._load (node:internal/modules/cjs/loader:1192:37)
at TracingChannel.traceSync (node:diagnostics_channel:328:14)
at wrapModuleLoad (node:internal/modules/cjs/loader:237:24)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:171:5)
at node:internal/main/run_main_module:36:49 {
code: 'MODULE_NOT_FOUND',
requireStack: []
}
Node.js v22.22.2I checked that /home/u/bin/lib/ does not exist.
Checklist
- I confirmed this bug is reproducible
- I searched existing issues and this is not a duplicate
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstatus: triageFor new items that haven't been reviewed yet.For new items that haven't been reviewed yet.