You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there, I am doing a simple POC on a consumer MFE but i am having trouble starting the project up. The error message is
Unable to compile federated types, Error: compile TS failed, the original command is 'npx tsc --project D:\Personal Projects\MicroFrontend\myMask Provider MFE\node_modules.federation\tsconfig.0790d0a2174de73475aea7c6f31396c9.json'
Error: ENOENT: no such file or directory, open 'D:\Personal Projects\MicroFrontend\myMask Provider MFE\[email protected]'
The error is displayed in the the terminal and the app runs. However I noticed that this error doesnt appear when configuration module federation using the RsBuild way and only occurs when configuring via tools.rspack object :/
Hi there, I am doing a simple POC on a consumer MFE but i am having trouble starting the project up. The error message is
Unable to compile federated types, Error: compile TS failed, the original command is 'npx tsc --project D:\Personal Projects\MicroFrontend\myMask Provider MFE\node_modules.federation\tsconfig.0790d0a2174de73475aea7c6f31396c9.json'
Error: ENOENT: no such file or directory, open 'D:\Personal Projects\MicroFrontend\myMask Provider MFE\[email protected]'
my rsbuild.config.ts looks like
![image](https://github.com/user-attachments/assets/8d007382-9ad5-432a-a1c7-2eabed79c0ac
I am following the offical Module fed site and examples and not sure what went wrong... thanks :)
The text was updated successfully, but these errors were encountered: