walinejs / waline

💬 A Simple, Safe Comment System
https://waline.js.org/en/
GNU General Public License v2.0
2.27k stars 396 forks source link

部署到自己服务器上遇到的问题 #510

Closed EiJuN-xmu closed 3 years ago

EiJuN-xmu commented 3 years ago

问题描述 | Describe the bug

image 准备将服务端部署到自己的云服务器,但是在执行上面命令时,报错: image image

查遍全网也没有合适的解决方式,望解答

lizheming commented 3 years ago

sqlite 的安装依赖网络,如果不使用 sqlite 模块的可以忽略该错误。如果需要使用的话请 Google 搜索”sqlite npm 安装“,这里给一下解决方案

npm config set node_sqlite3_binary_host_mirror=http://npm.taobao.org/mirrors/
npm install sqlite3

另外,如果不是 JS 开发同学的话还是建议你使用 Docker 方式部署,对依赖的问题会少一点。

第二章截图请先看一下相关 issue https://github.com/walinejs/waline/search?q=Not+initialized&type=issues

Mister-Hope commented 3 years ago

Closed as all the issue has been answered and no recent activity