Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

GregBrimble
Copy link
Contributor

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

@GregBrimble GregBrimble changed the title Fix Node.js version to lts-hydrogen Fix Node.js version to lts-hydrogen for Docker Mar 31, 2023
@viniciusfonseca
Copy link

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

@xc1427
Copy link

xc1427 commented May 20, 2023

+1.

I propose a cleaner fix: #67

@gaearon gaearon merged commit e315f17 into reactjs:main Jun 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants