opentiny / tiny-engine-webservice

Tiny Engine Web Service is a RESTful API responsible for providing data services, code generation services, and code release services to the front end. It does not directly operate on the database, and data operations request interfaces from TinyEngine Data Center.
MIT License
30 stars 28 forks source link

server got error: bind EACCES null:7011, code: EACCES #5

Open chenarmy opened 4 months ago

chenarmy commented 4 months ago

根据官方文档 yarn install --ignore-engines 后执行 npm run dev

image

chenarmy commented 4 months ago

node:v16.20.1

Lu17301156525 commented 4 months ago

根据报错来看是端口被限制或者占用了,可以查看7011端口是否被限制或占用,或尝试在package.json启动命令处修改egg默认端口