安装thinkjs,博客系统----------------------------------------------------下载:https://github.com/75team/firekylin解压,在项目目录执行安装sudo npm install --registry=https://registry.npm.taobao.org #淘宝镜像安装
安装thinkjs的调试------------------------------------------------------sudo npm install -g node-inspector
#注释掉插件,InjectorClient.js文件,111行/usr/local/lib/node_modules/node-inspector/lib/InjectorClient.js:111 cb(error, NM[0].ref);cd 项目目录sudo node --debug www/development.js & node-inspector
转载于:https://www.cnblogs.com/xielisen/p/6390932.html