reactjs / server-components-demo

Demo app of React Server Components.
https://reactjs.org/server-components
MIT License
4.27k stars 639 forks source link

Could not find webpack build output #33

Open Marckon opened 3 years ago

Marckon commented 3 years ago

I just follow the readme to run the demo, and encountered below image could anyone give any hints?

poteto commented 3 years ago

Does it eventually build?

Marckon commented 3 years ago

Does it eventually build?

Nope. Perhaps I launch docker or postgres in a wrong way, will it cause this issue?

poteto commented 3 years ago

It's going to be hard to pinpoint why without more information. Could you share:

Marckon commented 3 years ago

yeah sure.

chenjun1011 commented 3 years ago

I got the same problem.

I tried npm run bundler:prod, but the webpack callback is not been called.

It seems some problem with react-server-dom-webpack/plugin . If remove the plugin from webpack config, the webpack callback can been called .

lvze1992 commented 3 years ago

same problem. @chenjun1011

brablc commented 1 year ago

In my case it builds successfully in host environment and fails in docker during node scripts/build.js on Segmentation fault. In both cases with node v18.17.1.