安装gitbook-cli时提示Installing GitBook 3.2.3

文章目录[隐藏]

DF3uTI.png

​ 第一次安装GitBook时,不管是gitbook -V还是gitbook init后,都停止在Installing GitBook 3.2.3 ……

​ 通过控制台的报错提示,怀疑是:“gitbook-cli引用了旧版的graceful-fs`,导致出现该问题。

解决

需要更新graceful-fs

进入gitbook-cli全局安装目录的node依赖文件夹node_modules

F:programs
odejs
ode_modulesgitbook-cli
ode_modules
pm
ode_modules

更新graceful-fs库:

# cmd执行以下命令
npm install graceful-fs@laster --save

再次执行gitbook -Vgitbook init

DF3lff.png

Published by

风君子

独自遨游何稽首 揭天掀地慰生平

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注