Skip to content

Conversation

@RudraBhaskar9439
Copy link

@RudraBhaskar9439 RudraBhaskar9439 commented Dec 17, 2025

Screenshot 2025-12-17 at 8 28 59 AM

Describe your changes

This PR fixes two critical issues preventing the development server from running on fresh installs:

  1. Resolved a "stripAnsi is not a function" runtime error in the browser by enforcing compatible versions of strip-ansi and ansi-regex via overrides.
  2. Resolved a "SyntaxError: [object Promise]" build error caused by vue-loader incompatibility with Prettier v3 by disabling the prettify compiler option.

Files changed

  • package.json
  • docs/.vuepress/config.js

What issue(s) does this address?

  • Fixes local development environment setup.
  • Resolves dependency drift issues for new contributors.

Does this update depend on any other PRs?

  • No

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.

1 participant