安装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

 

相关文章:

  • 2022-01-02
  • 2022-12-23
  • 2021-12-24
  • 2022-12-23
  • 2021-08-08
  • 2021-09-24
  • 2021-07-22
  • 2021-08-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-09-01
  • 2021-06-27
  • 2022-01-25
  • 2021-12-22
  • 2021-09-23
相关资源
相似解决方案