eshengsky / iBlog

基于 Node.js 的开源个人博客系统,采用 Nuxt + Vue + TypeScript 技术栈。
https://skysun.name
MIT License
1.34k stars 393 forks source link

几点问题 #72

Open zsj1029 opened 4 years ago

zsj1029 commented 4 years ago

1、本地 yarn run dev 访问页面一直加载到无响应错误 node记录 发起请求 /api/settings

确认数据库连接正确,yarn build 之后 start 是可以跑起来

2、(node:24989) DeprecationWarning: Tapable.plugin is deprecated. Use new API on .hooks instead

每次打包的错误信息,这是哪个依赖的警告信息没找到

zsj1029 commented 4 years ago

经过测试,如果yarn build 之后 start跑起来 再去yarn run dev 就可以了,但是端口号固定9000了,第一次dev端口随机的

eshengsky commented 4 years ago

如果发生端口随机,说明9000端口被占用了,可能是上一次node进程没有正常退出。

beclass commented 4 years ago

请教下,线上yarn run build 之后,yarn start启动没问题。但是pm2 start pm2.json后,pm2 logs 0查看,就报错: image 啥问题呢

eshengsky commented 4 years ago

@beclass 你的node版本是多少?

beclass commented 4 years ago

@eshengsky v12.16.2

beclass commented 4 years ago

pm2启动报错 (ಥ﹏ಥ) image

eshengsky commented 4 years ago

升级下pm2试试

beclass commented 4 years ago

这样没问题 pm2 start --name iblog yarn -- start