当前位置:网站首页>The port is occupied because the service is not shut down normally
The port is occupied because the service is not shut down normally
2022-07-06 12:52:00 【Demon Lord】
npm run dev When opening project effects , The following error reports are found , This is a reminder that 30005 Port occupied , The solution is as follows :
1. open cmd Command window , Input netstat -ano command ( Query all );
2. Enter... On the command line netstat -ano|findstr 30005 command , Available at this time 30005 The port corresponds to TCP Information , as follows , TCP Number is 7400;
3. stay cmd Input taskkill /f /t /im And corresponding TCP Number , To turn off the occupied port ; It can be used normally at this time npm run dev visit 30005 port ;
边栏推荐
- [algorithm] sword finger offer2 golang interview question 8: the shortest subarray with a sum greater than or equal to K
- Combination of fairygui check box and progress bar
- Matlab读取GNSS 观测值o文件代码示例
- Game 280 weekly
- Theoretical derivation of support vector machine
- [algorithm] sword finger offer2 golang interview question 4: numbers that appear only once
- Naive Bayesian theory derivation
- Design and implementation of general interface open platform - (39) simple and crude implementation of API services
- 【GNSS数据处理】赫尔默特(helmert)方差分量估计解析及代码实现
- Particle system for introduction to unity3d Foundation (attribute introduction + case production of flame particle system)
猜你喜欢
Combination of fairygui check box and progress bar
idea问题记录
Theoretical derivation of support vector machine
Vulnhub target: hacknos_ PLAYER V1.1
2022国赛Re1 baby_tree
In 2020, the average salary of IT industry exceeded 170000, ranking first
Prove the time complexity of heap sorting
FGUI工程打包发布&导入Unity&将UI显示出来的方式
Unity3D,阿里云服务器,平台配置
Latex learning
随机推荐
第一人称视角的角色移动
[899] ordered queue
isEmpty 和 isBlank 的用法区别
[算法] 剑指offer2 golang 面试题5:单词长度的最大乘积
[leetcode19] delete the penultimate node in the linked list
【GNSS】抗差估计(稳健估计)原理及程序实现
wsl常用命令
idea中导包方法
[algorithm] sword finger offer2 golang interview question 1: integer division
(the first set of course design) 1-4 message passing interface (100 points) (simulation: thread)
Meanings and differences of PV, UV, IP, VV, CV
dosbox第一次使用
(课设第一套)1-5 317号子任务 (100 分)(Dijkstra:重边自环)
Acwing-116 pilot brother
GNSS定位精度指标计算
(4) Data visualization of R language -- matrix chart, histogram, pie chart, scatter chart, linear regression and strip chart
FairyGUI摇杆
PRIDE-PPPAR源码解析
MySQL performance tuning - dirty page refresh
(core focus of software engineering review) Chapter V detailed design exercises