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

本文最后更新于:6 个月前

安装GitBook时出现这个错误,将node版本降级即可

1
2
3
4
5
6
7
8
MINGW64 ~/Desktop/dir1/dir11
$ gitbook init
warn: no summary file in this book
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

本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!