hexo 报错 use_date_for_updated is deprecated... WARN Deprecated config detected: "use_date_for_updated" is deprecated, please use "updated_option" instead. See https://hexo.io/docs/configuration for more details. 如图: 解决办法 编辑根目录的 _config.…
详细错误信息: FATAL Cannot read property 'replace' of null TypeError: Cannot read property 'replace' of null at fs.exists.then.then.then.config (E:\Hexo\node_modules\hexo\lib\hexo\load_config.js::) at tryCatcher (E:\Hexo\node_modules\bluebird\js\release\ut…
问题:在使用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'即可    …
1.报错信息如下 FATAL Something's wrong. Maybe you can find the solution here: http://hexo.io/docs/troubleshooting.htmlTemplate render error: (unknown path) [Line 7, Column 12] unknown block tag: load at Object.exports.prettifyError (I:\BlogWoozs\node_modul…
如题:python 报错 提示为 : wxPyDeprecationWarning: Using deprecated class PySimpleApp. 解决:将 wx.PySimpleApp() 替换为 wx.App(False) 即可. 参考:http://stackoverflow.com/questions/15144168/error-using-deprecated-class-pysimpleapp-after-removing-epd…
报错1 FATAL { err: Error: Spawn failed at ChildProcess.<anonymous> (/usr/local/src/hexo/cairbin/node_modules/hexo-util/lib/spawn.js:51:21) at ChildProce…
Panel is deprecated and will be removed in a future version.The recommended way to represent these types of 3-dimensional data are with a MultiIndex on a DataFrame, via the Panel.to_frame() methodAlternatively, you can use the xarray package http://x…
前几天将线上php服务升级到5.6.x版本后,php-error.log报出错误:PHP Deprecated: Automatically populating $HTTP_RAW_POST_DATA is deprecated 原因:上面的报错意思是"自动变量$HTTP_RAW_POST_DATA已过时(deprecated)"这个问题和PHP版本有关系,PHP5.6之后的高版本都已废弃了$HTTP_RAW_POST_DATA这个全局变量设置,可以使用 php://input 替代…
最近刚刚开始使用Hexo,新建了一篇article,运行hexo server时候总是报错Cannot read property 'offset' of null. 最后发现是因为手贱把_config.yml中的时区timezone改成了beijing哭笑不得. 解决办法就是把timezone改成 Asia/Shanghai 就好了. 亲测有效…
安装某主题依赖 nodejieba 库,该库又依赖 windows-build-tools 和 node-gyp git bash shell 下 cnpm install -g windows-build-tools 报错 返回信息说 最好使用 powershell 而且还是以管理员身份运行. 这里搜一下ps的路径 start 进去上面的路径,右键以管理员身份运行,然后重新安装 cnpm install -g windows-build-tools 结果卡在这里半天不动,无赖按下 Ctrl +…