Remove PORT=3001 in package.json
Currently, the package.json
contains a "start": "PORT=3001 react-scripts start"
command.
It should not be the case as there is a .env file to configure such values.
Remove PORT variable from command.
Currently, the package.json
contains a "start": "PORT=3001 react-scripts start"
command.
It should not be the case as there is a .env file to configure such values.
Remove PORT variable from command.