You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2021. It is now read-only.
该项目正在使用的是过期的hexo-fs 0.1.6
使用他会导致疯狂报错
(node:13872) [DEP0061] DeprecationWarning: fs.SyncWriteStream is deprecated.详细见
一个类似的issue
基本意思是fs.SyncWriteStream已经过期了,路过您的项目不使用,可以更新package.json中的hexo-fs到0.2.1版本
记得顺便更新一下npm哦