Skip to content

Conversation

@shtse8
Copy link
Contributor

@shtse8 shtse8 commented Dec 10, 2025

Summary

Replace latest tag with explicit ^0.2.3 for synth-html, synth-json, synth-md, and synth-yaml.

Problem

Using latest tag in optionalDependencies causes npm resolution issues in npx environments:

[WARN] Failed to load parser @sylphx/synth-json for json: Error [ERR_MODULE_NOT_FOUND]: Cannot find module '...\node_modules\@sylphx\synth-json\dist\index.js'

Solution

Use explicit version constraints (^0.2.3) instead of latest tag.

Test plan

  • CI passes
  • After release, verify npx -y @sylphx/coderag-mcp can parse JSON files without errors

Replace `latest` tag with explicit `^0.2.3` for synth-html, synth-json,
synth-md, and synth-yaml to fix npm resolution issues in npx environments.
@vercel
Copy link

vercel bot commented Dec 10, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
coderag Ready Ready Preview Comment Dec 10, 2025 5:48pm
coderag-j1ok Ready Ready Preview Comment Dec 10, 2025 5:48pm

@shtse8 shtse8 merged commit 814a356 into main Dec 10, 2025
7 checks passed
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.

2 participants