当前位置:网站首页>Node stepping on the pit 80 port is occupied
Node stepping on the pit 80 port is occupied
2022-08-11 06:34:00 【Sherry Shen】
An error occurred

Workaround:
1. Change the port number
The easiest way is definitely to modify the port number directly in the program.I modified to 81, 89, etc., the program can run.
2. Find the occupancy of the port number
Learn from the big brother's practicePort 80 in node.js is occupied
There is also the practice of the bossnode.js error solution throw er; // Unhandled 'error' event
Note
1. Our port number here is 80, soUse netstat -aon|findstr "80"
2. And tasklist|findstr "80"
3. The shortcut key to open the task manager is Ctrl+Shift+Esc
4. The task explorer does not haveIf the Pid value is displayed, set it in the header and it will be displayed.
边栏推荐
猜你喜欢

精彩联动 | OpenMLDB Pulsar Connector原理和实操

STM32学习笔记(白话文理解版)—搞懂PWM输出

vscode插件开发——代码提示、代码补全、代码分析(续)

JS进阶网页特效(pink老师笔记)

Fourth Paradigm OpenMLDB optimization innovation paper was accepted by VLDB, the top international database association

OpenMLDB: Consistent production-level feature computing platform online and offline

OpenMLDB官网升级,神秘贡献者地图带你快速进阶

USB URB

无效的修订:3.18.1-g262b901-dirty

js learning advanced BOM part (pink teacher notes)
随机推荐
STM32-库函数-SetSysClock(void)函数解析-正点原子探索者
智能风控中台设计与落地
Argparse模块 学习
Asp doNet Mvc4绑定js脚本用法
EMQX企业版试用笔记
STM32-串口常用寄存器和库函数及配置串口步骤
系统性能及并发数的一些计算公式
[Meetup]OpenMLDBxDolphinScheduler 链接特征工程与调度环节,打造端到端MLOps工作流
蓝牙技术-简介
Thesis unscramble TransFG: A Transformer Architecture for Fine - grained Recognition
promise.all 学习(多个promise对象回调)
CKEditor富文本编辑器工具栏自定义笔记
MSP430学习总结——时钟UCS
实时特征计算平台架构方法论和基于 OpenMLDB 的实践
STM32学习总结(一)——时钟RCC
Certificate of SearchGuard configuration
深度学习Matlab工具箱代码注释
Ubuntu下安装mysql笔记
STM32学习总结(二)——GPIO
STM32学习笔记(白话文理解版)—搞懂PWM输出