Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

205
Visualizações
Port 8081 is redirected to http://localhost:8082/

My Port is 8081, but when running using npm run dev, It is redirected to http://localhost:8082/. Due to this, I am facing issue pointing to other URLs. I want localhost to be 8081. Any idea?

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

it look like you have another process running on port 8081 to list process running on a specific port you can do

on windows

the command to identify the process running on a specific port is

netstat -aon | find /i "listening"

you can kill the process with

taskkill /f /pid 1234

on linux

sudo lsof -n -i :8081 | grep LISTEN

it will show you something with columns

COMMAND  PID        USER   FD   TYPE DEVICE SIZE/OFF NODE NAME

you can kill the process with

kill -9 pid

the second ones is the pid if you don't want this running process you can stop or kill it

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda