Open Marckon opened 3 years ago
Does it eventually build?
Does it eventually build?
Nope. Perhaps I launch docker or postgres in a wrong way, will it cause this issue?
It's going to be hard to pinpoint why without more information. Could you share:
build
folder? node -v
?yeah sure.
I got the same problem.
npm start
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 .
same problem. @chenjun1011
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.
I just follow the readme to run the demo, and encountered below could anyone give any hints?