With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
I noticed on Windows, that running npm i does not install @oxc-parser/binding-win32-x64-msvc, hovewer when I try to run app, I'm getting
ERRR Error building federation artefacts
ERRR Cannot find module '@oxc-parser/binding-win32-x64-msvc'
Require stack:
- <repo_path>\node_modules\oxc-parser\index.js
It shows on A21.
Expected behavior
Builds & npm install work properly on Windows environment.
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
Native: 21.2.3
Angular: 21.2.x
Node: 24.13.0
OS: Windows 11
Other information
No response
I would be willing to submit a PR to fix this issue
With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
I noticed on Windows, that running npm i does not install
@oxc-parser/binding-win32-x64-msvc, hovewer when I try to run app, I'm gettingIt shows on A21.
Expected behavior
Builds &
npm installwork properly on Windows environment.Versions of Native/Module Federation, Angular, Node, Browser, and operating system
Native: 21.2.3
Angular: 21.2.x
Node: 24.13.0
OS: Windows 11
Other information
No response
I would be willing to submit a PR to fix this issue