openclaw - 💡(How to fix) Fix [Bug]: Installation fails with "Error: Cannot find module '@larksuiteoapi/node-sdk'" [8 comments, 8 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#70292Fetched 2026-04-23 07:26:38
View on GitHub
Comments
8
Participants
8
Timeline
14
Reactions
0
Timeline (top)
commented ×8labeled ×2closed ×1cross-referenced ×1

When installing on Ubuntu 24.04, after selecting model from provider, installation fails with:

Error: Cannot find module '@larksuiteoapi/node-sdk'

Error Message

Error: Cannot find module '@larksuiteoapi/node-sdk'

Root Cause

When installing on Ubuntu 24.04, after selecting model from provider, installation fails with:

Error: Cannot find module '@larksuiteoapi/node-sdk'

Code Example

Error: Cannot find module '@larksuiteoapi/node-sdk'

---
RAW_BUFFERClick to expand / collapse

Bug type

Behavior bug (incorrect output/state without crash)

Beta release blocker

No

Summary

When installing on Ubuntu 24.04, after selecting model from provider, installation fails with:

Error: Cannot find module '@larksuiteoapi/node-sdk'

Steps to reproduce

  1. start installation with curl -fsSL https://openclaw.ai/install.sh | bash
  2. proceed to povider / model selection

Expected behavior

installation continued

Actual behavior

install script errors and exits back to bash

OpenClaw version

2026.4.21

Operating system

Ubuntu 24.04

Install method

No response

Model

tried with kimi and sonnet

Provider / routing chain

openrouter

Additional provider/model setup details

No response

Logs, screenshots, and evidence

Impact and severity

No response

Additional information

No response

extent analysis

TL;DR

The installation failure is likely due to a missing module, and installing the @larksuiteoapi/node-sdk package may resolve the issue.

Guidance

  • Verify that the @larksuiteoapi/node-sdk package is installed by running npm install @larksuiteoapi/node-sdk or yarn add @larksuiteoapi/node-sdk before proceeding with the installation script.
  • Check the installation script for any dependencies or requirements that may not be met in the Ubuntu 24.04 environment.
  • Ensure that the node and npm or yarn packages are installed and up-to-date on the system.
  • Consider modifying the installation script to include the installation of the @larksuiteoapi/node-sdk package as a dependency.

Notes

The provided information does not include the actual installation script or logs, which may be necessary to determine the root cause of the issue. Additionally, the @larksuiteoapi/node-sdk package may have specific installation requirements or dependencies that need to be met.

Recommendation

Apply workaround: install the @larksuiteoapi/node-sdk package manually before running the installation script, as this may resolve the immediate issue and allow the installation to proceed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

FAQ

Expected behavior

installation continued

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

openclaw - 💡(How to fix) Fix [Bug]: Installation fails with "Error: Cannot find module '@larksuiteoapi/node-sdk'" [8 comments, 8 participants]