当前位置:网站首页>[nodemon] app crashed - waiting for file changes before starting... resolvent
[nodemon] app crashed - waiting for file changes before starting... resolvent
2022-07-01 16:24:00 【Programming diagram music】
When requesting server data , With 5000 port , The simplified version is shown in the figure :
Then an error , I found some online methods , Take a note :
1、 modify package.json Inside dev Start item .
I can't .
2、 Kill the process
The red core Error statement is :[nodemon] app crashed - waiting for file changes before starting...
Combine the above sentence Starting inspector on 127.0.0.1:9229 failed: address already in use
It can be known that it is because 9229 The port has been occupied by a program , So we need to kill The corresponding procedure , The project can continue to start .
So now it turns to how to find the program that occupies the specified port , And put it kill
1. Start ----> function ---->cmd, Or is it window+R Composite key , Call up the command window
2. Enter the command :
netstat -aon | findstr "5000"
Query the operation of the modified port , The port I use is 5000.
Remember the numbers in the last column , yes PID, Here is ”21996“.
3. Continue typing commands :
tasklist | findstr "21996"
See which process or program is taking up 21996 port , It turns out that : Lenovo browser .
4、 Just end the process in the task manager .
边栏推荐
- 怎麼用MySQL語言進行行列裝置?
- 周少剑,很少见
- Guide for high-end programmers to fish at work
- Win11如何設置用戶權限?Win11設置用戶權限的方法
- 苹果自研基带芯片再次失败,说明了华为海思的技术领先性
- Korean AI team plagiarizes shock academia! One tutor with 51 students, or plagiarism recidivist
- July 1, 2022 Daily: Google's new research: Minerva, using language models to solve quantitative reasoning problems
- Use Tencent cloud to build a map bed service
- 表格存储中tablestore 目前支持mysql哪些函数呢?
- 用手机在同花顺上开户靠谱吗?这样有没有什么安全隐患
猜你喜欢
2022 Moonriver global hacker song winning project list
数据库系统原理与应用教程(003)—— MySQL 安装与配置:手工配置 MySQL(windows 环境)
Sales management system of lightweight enterprises based on PHP
毕业后5年,我成为了年薪30w+的测试开发工程师
【Hot100】17. 电话号码的字母组合
近半年内连获5家“巨头”投资,这家智能驾驶“黑马”受资本追捧
Zhou Shaojian, rare
Tutorial on principles and applications of database system (004) -- MySQL installation and configuration: resetting MySQL login password (Windows Environment)
高端程序员上班摸鱼指南
芯片供应转向过剩,中国芯片日产增加至10亿,国外芯片将更难受
随机推荐
IM即時通訊開發實現心跳保活遇到的問題
Go 语言源码级调试器 Delve
动作捕捉系统用于苹果采摘机器人
FPN network details
Comment utiliser le langage MySQL pour les appareils de ligne et de ligne?
Endeavouros mobile hard disk installation
【Hot100】19. 删除链表的倒数第 N 个结点
Zabbix2.2 monitoring system and application log monitoring alarm
Motion capture system for apple picking robot
Authentication processing in interface testing framework
How to write good code - Defensive Programming Guide
Comprehensively view the value of enterprise digital transformation
Pico,是要拯救还是带偏消费级VR?
[nodemon] app crashed - waiting for file changes before starting...解决方法
毕业季 | 华为专家亲授面试秘诀:如何拿到大厂高薪offer?
Virtual serial port simulator and serial port debugging assistant tutorial "suggestions collection"
The picgo shortcut is amazing. This person thinks exactly the same as me
Sqlserver query: when a.id is the same as b.id, and the A.P corresponding to a.id cannot be found in the B.P corresponding to b.id, the a.id and A.P will be displayed
AVL balanced binary search tree
数据库系统原理与应用教程(003)—— MySQL 安装与配置:手工配置 MySQL(windows 环境)