# jia-AI **Repository Path**: xiaowumin-mark/jia-ai ## Basic Information - **Project Name**: jia-AI - **Description**: 甲AI - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-08-07 - **Last Updated**: 2024-08-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # jia-AI 使用nodejs作为server 运行项目:`npm start` 具体请看[https://www.bilibili.com/video/BV1ZUYteSExR/](https://www.bilibili.com/video/BV1ZUYteSExR/) ## 常见错误 ``` node:events:496 throw er; // Unhandled 'error' event ^ Error: listen EADDRINUSE: address already in use 127.0.0.1:3003 at Server.setupListenHandle [as _listen2] (node:net:1897:16) at listenInCluster (node:net:1945:12) at doListen (node:net:2109:7) at process.processTicksAndRejections (node:internal/process/task_queues:83:21) Emitted 'error' event on Server instance at: at emitErrorNT (node:net:1924:8) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { code: 'EADDRINUSE', errno: -4091, syscall: 'listen', address: '127.0.0.1', port: 3003 } ``` 解决方法: 更换config.json中的端口号