I have gone through many answers on StackOverflow & on GitHub issues as well but, I am still stuck in Hot Module Replacement in Webpack. I am using npm start to
npm start
I figured out the solution myself.
I have to run my server with sudo. Instead of npm start, it has to be sudo npm start.
sudo
sudo npm start
Hope it helps!