reactjs / server-components-demo

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

Fix Node.js version to lts-hydrogen for Docker #63

Closed GregBrimble closed 1 year ago

GregBrimble commented 1 year ago

Without this, running with Docker tries to run in Node.js 14 which doesn't have the Fetch API.

viniciusfonseca commented 1 year ago

+1, had to change nodeJS image version and add --legacy-peer-deps flag to npm install

xc1427 commented 1 year ago

+1.

I propose a cleaner fix: #67