node-mf icon indicating copy to clipboard operation
node-mf copied to clipboard

Dup, but with more detail: Shared module is not available for eager consumption

Open vandercloak opened this issue 3 years ago • 2 comments

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?

image

vandercloak avatar Feb 12 '22 19:02 vandercloak

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.

vandercloak avatar Feb 12 '22 20:02 vandercloak

Hi @vandercloak, thanks! Really looks like webpack has some breaking changes, Will take a look!

telenko avatar Oct 30 '22 21:10 telenko