Gitbook错误"cb.apply is not a function"的解决办法

https://www.cnblogs.com/cyxroot/p/13754475.html

 

按错误提示的路径找到polyfills.js

fs.stat = statFix(fs.stat)
fs.fstat = statFix(fs.fstat)
fs.lstat = statFix(fs.lstat)

把这三行代码注释掉就解决报错了

 

 
 

posted on 2021-11-25 20:37  我尽量尽力而为  阅读(230)  评论(0)    收藏  举报

导航