I keep on getting "? Something is already running on port 3000" message in my terminal when I start up my react server when there is absolutely nothing running on my port 3000
What I have tried to solve with:
Restart the macOS.
checking my "http://localhost:3000" on chrome browser. ( Nothing: This site can’t be reached )
Go to chrome://serviceworker-internals and chrome://appcache-internals, search for localhost:3000 ( Nothing found )
I also tried almost every command lines I found on Google regarding this issue
I also created another express.js app, and it was successfully launch on port:3000 while React said there is something running on 3000. React on my computer just keeping thinking there is something running on port:3000...
I am trying to install monaca with this command.
npm install -g monaca
But right after getting these errors:
npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules
npm ERR! path /usr/local/lib/node_modules
npm …
Every once in a while, Chrome will render perfectly valid HTML/CSS incorrectly or not at all. Digging in through the DOM inspector is often enough to get it to realize the error of its ways and redraw correctly, so …