问题 node 启动服务时报错: 原因 端口号被占用 查看端口占用情况: netstat -ano|findstr 8000 解决 换个端口号关闭被占用的服务 关键词:EADDRINUSE(Address in use error ),下次看到这个就知道是端口问题啦。