-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Summary\nGitHub Actions job on PR #6 ( → ) fails during
added 393 packages, and audited 394 packages in 3s
155 packages are looking for funding
run npm fund for details
found 0 vulnerabilities because the branch brings in (via the lockfile) while only accepts . Until the dependency range is aligned, the workflow cannot pass and the PR remains unmergeable.\n\n## Current behavior\n- Latest run https://github.com/chittyos/chittychat/actions/runs/17729627851 fails with Unknown command: "ERR!"
To see a list of supported npm commands, run:
npm help while trying to install .\n- Branch currently diverges significantly from , so CI reruns will keep failing on install.\n\n## Expected behavior\n- CI should install dependencies cleanly and execute the test job without dependency conflicts so reviewers can validate the PR.\n\n## Proposed fix\n- Align Vite-related dependencies: either pin back to a supported 5.x release or upgrade (and any other plugins) so their peer ranges cover Vite 6.\n- After updating and , rerun
added 393 packages, and audited 394 packages in 3s
155 packages are looking for funding
run npm fund for details
found 0 vulnerabilities locally and push the adjustments to re-trigger GitHub Actions.\n\n## Additional context\n- PR: https://github.com/chittyos/chittychat/pull/6\n- Failure log excerpt: