Skip to content

Cls-tracer module missing#2

Draft
briangonzalez wants to merge 1 commit intomainfrom
cursor/cls-tracer-module-missing-616c
Draft

Cls-tracer module missing#2
briangonzalez wants to merge 1 commit intomainfrom
cursor/cls-tracer-module-missing-616c

Conversation

@briangonzalez
Copy link
Member

Add cls-tracer as an npm alias for cls-rtracer to resolve a 'module not found' error in consuming applications.

Consuming applications were failing to boot in development due to a 'cannot find module cls-tracer' error. The cls-tracer package does not exist on npm; the correct package is cls-rtracer. This PR introduces an npm alias to map cls-tracer to cls-rtracer, allowing the consuming code to resolve the dependency correctly.


Slack Thread

Open in Web Open in Cursor 

The consuming application expects 'cls-tracer' module but the actual npm
package is 'cls-rtracer' (note the extra 'r'). Using npm's alias syntax
to make 'cls-tracer' resolve to 'cls-rtracer'.

This fixes the 'cannot find module cls-tracer' error when booting
curri-binpacker in dev mode.

Co-authored-by: Brian Gonzalez <briangonzalez@users.noreply.github.com>
@cursor
Copy link

cursor bot commented Feb 21, 2026

Cursor Agent can help with this pull request. Just @cursor in comments and I'll start working on changes in this branch.
Learn more about Cursor Agents

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

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants