Example working.
$ npm version
{
'mf-demo': '0.0.0',
npm: '9.2.0',
node: '18.19.1',
acorn: '8.8.1',
ada: '2.7.2',
ares: '1.27.0',
base64: '0.5.0',
brotli: '1.1.0',
cjs_module_lexer: '1.2.3',
cldr: '44.1',
icu: '74.2',
llhttp: '6.1.0',
modules: '109',
napi: '9',
nghttp2: '1.59.0',
openssl: '3.0.13',
simdutf: '3.2.18',
tz: '2023c',
unicode: '15.1',
uv: '1.48.0',
uvwasi: '0.0.19',
v8: '10.2.154.26-node.28',
zlib: '1.3'
}
With what library do you have an issue?
native-federation
Reproduction of the bug/regression with instructions
Start doing the tutorial in the project here: https://github.com/angular-architects/module-federation-plugin/blob/main/libs/mf/tutorial/tutorial.md
Second step is to do an
npm installon the example project, which is broken, due to unmaintained dependencies.fix is simple, however since the project hasn't been updated in the last 2 years, there's little hope it'll get merged: manfredsteyer/module-federation-plugin-example#54
Expected behavior
Example working.
Versions of Native/Module Federation, Angular, Node, Browser, and operating system
nmfe: Whatever is in the tutorial in main
OS: linux
Other information
Tutorials should be working, imho.
I would be willing to submit a PR to fix this issue