← 返回首页

hexo-admin配置

*npm install –save hexo-admin

hexo server -d

http:// localhost:4000 / admin /

我安装的时候遇到一个问题

警告:npm WARN deprecated minimatch@2.0.10: Please update to minimatch 3.0.2 or higher

解决方法

升级minimatch到3.0.2

npm update minimatch@3.0.2

npm update -d

支付宝