Open kalwalt opened 3 years ago
I receive this error on OpenSuse, i need to add HOST=localhost in the terminal and then run yarn start as described in this issue https://github.com/facebook/create-react-app/issues/2954: it is possible to change the start script:
HOST=localhost
yarn start
{ ... "scripts": { "start": "HOST=localhost react-scripts start", ... } }
as described on this comment https://github.com/facebook/create-react-app/issues/2954#issuecomment-322233383 don't know if it can be an issue on other systems
I receive this error on OpenSuse, i need to add
HOST=localhost
in the terminal and then runyarn start
as described in this issue https://github.com/facebook/create-react-app/issues/2954: it is possible to change the start script:as described on this comment https://github.com/facebook/create-react-app/issues/2954#issuecomment-322233383 don't know if it can be an issue on other systems