vuepress-reco / vuepress-theme-reco

🎨 This is the repo for vuepress-theme-reco 2.
https://vuepress-theme-reco.recoluan.com
MIT License
538 stars 173 forks source link

nodejs18启动报错 #220

Closed yexiaodong closed 11 months ago

yexiaodong commented 11 months ago

错误信息 Error: listen EACCES: permission denied 0.0.0.0:8080 at Server.setupListenHandle [as _listen2] (node:net:1734:21) at listenInCluster (node:net:1799:12) at doListen (node:net:1948:7) at process.processTicksAndRejections (node:internal/process/task_queues:83:21)

recoluan commented 11 months ago

这是8080端口被占用吧,换一个试试呢

yexiaodong commented 11 months ago

可以了,谢谢 export default defineUserConfig({ port:'8081', 。。。。 });