准备工作
1.安装Python
2.安装visual studio
必须安装,不安装会报错的
vs缺失报错安装
1.在项目根目录下运行
npm install sqlite3 --save
(大概率会失败,我使用的cnpm安装,没毛病,cnpm链接)
2.进入SQLite目录
cd .\node_modules\sqlite3
3.命令
cnpm install nan --save
cnpm run prepublish
cnpm install -g node-gyp
node-gyp configure --module_name=node_sqlite3 --module_path=../lib/binding/electron-v1.4-win32-x64
node-gyp rebuild --target=1.4.13--arch=x64 --target_platform=win32 --dist-url=https:
//atom.io/download/electron/ --module_name=node_sqlite3 --module_path=../lib/binding/electron-v1.4-win32-x64
网友评论