TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffe

D:\code\JavaDance>gitbook init
info: create SUMMARY.md

TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received an instance of Promise

D:\code\JavaDance>node -v
v14.0.0

D:\code\JavaDance>node -v
v12.16.3

D:\code\JavaDance>gitbook init
info: create SUMMARY.md
info: initialization is finished

D:\code\JavaDance>

一开始执行gitbook init一直报上面这个错误,后来换了个版本就OK了

你可能感兴趣的:(TypeError [ERR_INVALID_ARG_TYPE]: The "data" argument must be of type string or an instance of Buffe)