We have an Anguar Application (v 15.2.9) that utilize Module federation (v 15.0.0) to acheive MFE architecture. Now we need to apply Server Side Rendering (SSR) (v 15.2.1) and we followed the steps that mentioned in Adding Angular Universal to an existing Module Federation project ( https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf/README.md#trying-it-out). The first step work fine by disable asynchronous bootstrapping temporarily and in the second setp we excute the following command
ng add @nguniversal/common --project yourProject
But the following error appear
Collection "C:\POC\MFESSR\node_modules\@nguniversal\common\schematics\collection.json" cannot be resolved.
We have try different way to apply the steps that mentioned in the article but we get the same error even with a new application that doesn't have Module Federation.