'Node js gives blank white screen when starting npm on Mac OS

there. I've done huge mistake in my life. I replaced Windows laptop with MacBook. And Node.js was working just fine, on Windows. But when i try to run npm start on Mac OS. App gets loaded and it says Compiled succesfully But in browser i see nothing but just blank screen. Although it looks like app loaded just fine with no problems at all. And i know that some people in my team use Linux and it works just fine

"scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "start-win": "react-scripts start",
 }

This is my scripts in package.json Maybe anyone had problem like this. I've seen a lot of people complaining about blank page which they see on Mac OS. But i didnt find a single working solution



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source