Skip to content

Conversation

@webdevtodayjason
Copy link

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 clawdbot#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
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.

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

1 participant