Skip to content
This repository has been archived by the owner on Mar 4, 2022. It is now read-only.
Jiacai Liu edited this page Jan 15, 2016 · 1 revision

1. Node.js 版本低

具体错误信息见 ISSUE 2,需要将Node.js升级到v4.0.0以及之上版本。

在从低版本升级到4.0.0版本以上,并安装所需依赖后,启动时若遇到以下提示错误信息:

Cannot find module '/chrome-history-stat/node_modules/sqlite3/lib/binding/node-v47-darwin-x64/node_sqlite3.node'

可能是npmnode-gyp并没有进行升级,需要进行相应升级:

sudo npm install npm -g
sudo npm install node-gyp -g

感谢 PuRonglong 提供解决方法。

Clone this wiki locally