When serving the build after using "npm run build", I recieve an error about port 3000 being in use and serve chooses another port to use.
Steps to reproduce were:
- npm install
- npm start (This correctly runs the development build on port 3001)
- npm run build (with the following output)
- serve -s build (with the following output)
Forgive me if this is something obvious, I am not very familiar with npm.
When serving the build after using "npm run build", I recieve an error about port 3000 being in use and serve chooses another port to use.
Steps to reproduce were:
Forgive me if this is something obvious, I am not very familiar with npm.