I would like to use create-react-app, so I follow the instruction:
npm install -g create-react-app
create-react-app my-app
cd my-app/
npm start
But I have error on last step. After running npm start
I get error:
Could not find an open port at linux-llw5. Network error message: getaddrinfo ENOTFOUND linux-llw5
How can I fix it?