问题:在使用npm安装hexo时报错
$ npm install -g hexo
npm WARN deprecated swig@1.4.2: This package is no longer maintained
解决办法:
执行命令'npm config set registry https://registry.npm.taobap.org',然后重新打开git bash执行'npm install -g hexo'即可
问题:在使用npm安装hexo时报错
$ npm install -g hexo
npm WARN deprecated swig@1.4.2: This package is no longer maintained
解决办法:
执行命令'npm config set registry https://registry.npm.taobap.org',然后重新打开git bash执行'npm install -g hexo'即可