当前位置:网站首页>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 ;
边栏推荐
- 微信小程序开发心得
- [算法] 剑指offer2 golang 面试题6:排序数组中的两个数字之和
- Game 280 weekly
- [算法] 剑指offer2 golang 面试题8:和大于或等于k的最短子数组
- Unity3d makes the registration login interface and realizes the scene jump
- [算法] 剑指offer2 golang 面试题5:单词长度的最大乘积
- 基于rtklib源码进行片上移植的思路分享
- PRIDE-PPPAR源码解析
- rtklib单点定位spp使用抗差估计遇到的问题及解决
- [offer29] sorted circular linked list
猜你喜欢
FairyGUI按钮动效的混用
Vulnhub target: hacknos_ PLAYER V1.1
Affichage du changement de valeur du Buff de gain de l'interface graphique de défaillance
idea问题记录
Fairygui character status Popup
[algorithm] sword finger offer2 golang interview question 5: maximum product of word length
341. Flatten nested list iterator
NovAtel 板卡OEM617D配置步骤记录
使用rtknavi进行RT-PPP测试
Fabrication d'un sac à dos simple fairygui
随机推荐
[leetcode622] design circular queue
[算法] 剑指offer2 golang 面试题3:前n个数字二进制形式中1的个数
基本Dos命令
【RTKLIB 2.4.3 b34 】版本更新简介一
[Leetcode15]三数之和
What is the maximum length of MySQL varchar field
[offer29] sorted circular linked list
编辑距离(多源BFS)
FGUI工程打包发布&导入Unity&将UI显示出来的方式
[算法] 剑指offer2 golang 面试题4:只出现一次的数字
Office prompts that your license is not genuine pop-up box solution
Unity3d makes the registration login interface and realizes the scene jump
GPS高程拟合抗差中误差的求取代码实现
Get the position of the nth occurrence of the string
[offer18] delete the node of the linked list
堆排序【手写小根堆】
[Chongqing Guangdong education] reference materials for regional analysis and planning of Pingdingshan University
Force buckle 1189 Maximum number of "balloons"
Idea problem record
[算法] 剑指offer2 golang 面试题5:单词长度的最大乘积