Skip to content

Installer failed at onboarding: Cannot find module #1373

@subbyte

Description

@subbyte

Description

The installer failed again on the latest commit 86b3dee.
See log for details.

Reproduction Steps

  1. 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.2

I 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingstatus: triageFor new items that haven't been reviewed yet.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions