Skip to content

fix(api): add @resvg/resvg-js-win32-x64-msvc dependency#2020

Merged
marrouchi merged 1 commit into
mainfrom
fix/add-missing-windows-resvg-dependency
May 29, 2026
Merged

fix(api): add @resvg/resvg-js-win32-x64-msvc dependency#2020
marrouchi merged 1 commit into
mainfrom
fix/add-missing-windows-resvg-dependency

Conversation

@yassinedorbozgithub

Copy link
Copy Markdown
Collaborator

What changed?

Summary: Added a fix/workaround for Windows 10 dependency installation issues related to @resvg/resvg-js. The update ensures the required platform-specific package (@resvg/resvg-js-win32-x64-msvc) is properly installed/resolved so the API can start successfully on Windows environments.

Why: Developers on Windows were unable to run the project locally due to a MODULE_NOT_FOUND error during application startup.

How to review: Focus on dependency installation logic/package configuration changes and verify the application startup flow on Windows.

Validation:

  • Ran dependency installation on Windows 10
  • Started the API successfully without missing module errors
  • Confirmed @resvg/resvg-js-win32-x64-msvc is available after install

@yassinedorbozgithub yassinedorbozgithub self-assigned this May 20, 2026
@yassinedorbozgithub yassinedorbozgithub linked an issue May 20, 2026 that may be closed by this pull request
@yassinedorbozgithub yassinedorbozgithub added the bug Something isn't working label May 20, 2026
@marrouchi marrouchi merged commit 2657f01 into main May 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Issue] create project via CLI (Windows 10)

2 participants