Skip to content

docs: document undici dependency fix in CHANGELOG#47

Closed
webdevtodayjason wants to merge 1 commit intoopenclaw:mainfrom
webdevtodayjason:fix/add-undici-to-changelog
Closed

docs: document undici dependency fix in CHANGELOG#47
webdevtodayjason wants to merge 1 commit intoopenclaw:mainfrom
webdevtodayjason:fix/add-undici-to-changelog

Conversation

@webdevtodayjason
Copy link
Copy Markdown

Summary

This PR documents the undici dependency fix in the CHANGELOG under the "Unreleased" section.

Background

Issue #23 reported that clawdhub v0.3.0 fails with ERR_MODULE_NOT_FOUND for the undici package when installed from npm.

What happened

  • The fix (adding undici to package.json) was already committed to the main branch
  • However, v0.3.0 was published to npm before this fix was committed
  • The fix was not documented in the CHANGELOG

This PR

Impact

This ensures users understand the fix will be available in the next npm release and maintainers have proper release notes when publishing v0.3.1.

Fixes #23


Co-Authored-By: Warp agent@warp.dev

Fixes openclaw#23 - Document that the missing undici dependency has been added to package.json.

This fix was already committed but not documented in the CHANGELOG. The issue
affects users installing v0.3.0 from npm, which was published before undici
was added to the dependencies list.

Co-Authored-By: Warp <agent@warp.dev>
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Jan 27, 2026

@webdevtodayjason is attempting to deploy a commit to the Amantus Machina Team on Vercel.

A member of the Team first needs to authorize it.

@steipete
Copy link
Copy Markdown
Contributor

Closing as superseded/stale.\n\n is already present in and has shipped since (also in ). This PR now only adds a historical changelog bullet and is out of date against current .\n\nIf we still want extra historical wording, we can add it in a fresh tiny PR on top of current .

@steipete steipete closed this Feb 14, 2026
@steipete
Copy link
Copy Markdown
Contributor

Correction to previous note (formatting issue):

Closing as superseded/stale.

  • undici is already present in packages/clawdhub/package.json.
  • It has shipped since v0.3.1-beta.1 (and in v0.4.0+).
  • This PR now only adds a historical changelog bullet and is out of date against current CHANGELOG.md.

If we still want that historical wording, we can do a fresh tiny PR on top of current main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Missing undici dependency causes ERR_MODULE_NOT_FOUND on Node.js

2 participants