node-mf
node-mf copied to clipboard
Dup, but with more detail: Shared module is not available for eager consumption
I ran into this issue when cloning the example repo + running through the readme steps.
tried with: node v14.19.0 (npm v6.14.16) node v16.5.0 (npm v7.19.1)
npm list dumps: host:
[email protected]
├── @telenko/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
remote:
[email protected]
├── @babel/[email protected]
├── @babel/[email protected]
├── @material-ui/[email protected]
├── @telenko/[email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
├── [email protected]
└── [email protected]
@telenko any insights or ideas what I might have wrong here?

I think I figured it out. When I use webpack minor version > 5.62 it breaks. So something in 5.63 breaks the current example. Creating a pull request to lock webpack into ~5.62.0.
May be worth keeping this open as an issue while investigating why 5.63 breaks the current example.
Hi @vandercloak, thanks! Really looks like webpack has some breaking changes, Will take a look!