Answers for "npm start port 3001"

2

change port in npm start

npm run dev -- --port 8080
Posted by: Guest on March-23-2021
1

stop npm running on port 3000

netstat -ano | findstr :3000
taskkill /F /PID PID_of_port
Posted by: Guest on July-14-2020
1

yarn start port

Create a .env file in your project folder
add the line "PORT=3006" inside the file and save
Posted by: Guest on January-18-2021

Browse Popular Code Answers by Language