Skip to content

Conversation

phoenixy1
Copy link
Contributor

This fixes #428 wherein the frontend will not start using node 18 (it works fine with node 16).

This fix is based on a suggestion I found here:

facebook/create-react-app#12304

You'd think that removing this line would break things! But it didn't. I mean, at least not for me.

Another approach I found that also fixed it was to export the environment variable DANGEROUSLY_DISABLE_HOST_CHECK=true as part of the start script, but the optics of that seemed a little bad.

@phoenixy1 phoenixy1 merged commit b2eb14f into master Jun 20, 2023
SpencerHHurst pushed a commit to SpencerHHurst/quickstart that referenced this pull request Jul 10, 2024
fisherrjd pushed a commit to fisherrjd/quickstart that referenced this pull request Oct 12, 2024
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.

Error when starting front end with Node version 18

2 participants