创建seatable插件的脚手架报了一个错

我这是在vscode里面执行的终端,按照插件开发流程走,结果第二步就卡住了。。。

您好:bug 已经修复好了

  1. 您可以执行 npm install -g create-dtable-plugin@latest 将脚手架更新到最新版本
  2. 执行完成后按照 文档,进行相关插件的开发

其他:

  1. 如果您本地没有安装 git, 请先安装git
  2. git 安装完后请完成 git 的相关配置:
git config --global user.email "you@example.com"
git config --global user.name "Your name"