Open Fidelxyz opened 3 years ago
Function yaml.safeLoad has been not supported since Hexo 5.4.
yaml.safeLoad
err: Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
Use yaml.load instead.
yaml.load
ref: https://blog.csdn.net/weixin_45149481/article/details/116609116
Function
yaml.safeLoad
has been not supported since Hexo 5.4.Use
yaml.load
instead.ref: https://blog.csdn.net/weixin_45149481/article/details/116609116