Closed malafk closed 11 months ago
I have replaced everything that mentions the port 3000 but it's still keen to listen on port 3000.
[1] [1] > electron-react-tailwind-template@1.0.1 electron:wait [1] > wait-on tcp:3001 && npm run electron:dev [1] [0] [0] > electron-react-tailwind-template@1.0.1 react:dev [0] > cross-env BROWSER=none react-scripts start [0] [0] Something is already running on port 3000. [0] npm run react:dev exited with code 0
https://stackoverflow.com/questions/40714583/how-to-specify-a-port-to-run-a-create-react-app-based-project
fixed
.
:)
I have replaced everything that mentions the port 3000 but it's still keen to listen on port 3000.
[1] [1] > electron-react-tailwind-template@1.0.1 electron:wait [1] > wait-on tcp:3001 && npm run electron:dev [1] [0] [0] > electron-react-tailwind-template@1.0.1 react:dev [0] > cross-env BROWSER=none react-scripts start [0] [0] Something is already running on port 3000. [0] npm run react:dev exited with code 0