[PR #24] [CLOSED] fix: add missing undici dependency #217

Closed
opened 2026-02-15 17:16:20 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/clawhub/pull/24
Author: @plattenschieber
Created: 1/23/2026
Status: Closed

Base: mainHead: fix/add-missing-undici-dependency


📝 Commits (1)

  • 9e34653 fix: add missing undici dependency

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 packages/clawdhub/package.json (+1 -0)

📄 Description

Summary

  • Add undici to dependencies in packages/clawdhub/package.json

The CLI imports undici for HTTP/2 support but it was not listed in dependencies, causing ERR_MODULE_NOT_FOUND when running via npx.

Fixes #23

Test plan

  • Run npx clawdhub@latest --help after publishing new version

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/clawhub/pull/24 **Author:** [@plattenschieber](https://github.com/plattenschieber) **Created:** 1/23/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `fix/add-missing-undici-dependency` --- ### 📝 Commits (1) - [`9e34653`](https://github.com/openclaw/clawhub/commit/9e34653b0e7a6a8ef15f614b76345ecb7052e2bc) fix: add missing undici dependency ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `packages/clawdhub/package.json` (+1 -0) </details> ### 📄 Description ## Summary - Add `undici` to dependencies in `packages/clawdhub/package.json` The CLI imports `undici` for HTTP/2 support but it was not listed in dependencies, causing `ERR_MODULE_NOT_FOUND` when running via `npx`. Fixes #23 ## Test plan - [ ] Run `npx clawdhub@latest --help` after publishing new version 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:16:20 -05:00
yindo closed this issue 2026-02-15 17:16:20 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/clawhub#217