Closed linglong117 closed 1 year ago
mac 下面 执行 ytool pull/clear 等命令是 提示命令不存在
如果是程序版,前面是需要 ./ 的
./ytool pull
我是非程序版运行的 npm i yuque-tools -g 安装到全局 你好,程序版的怎么运行,前端代码不熟
我是非程序版运行的 npm i yuque-tools -g 安装到全局 你好,程序版的怎么运行,前端代码不熟
那尝试一下程序版呢 程序版地址,参照【打开方式】进行导出
mac intel 执行报 zsh: bad CPU type in executable: ./ytool ;
用 windows 版 报如下错
thread 'main' panicked at src/libs/tools.rs:69:49:
知识库文件解析失败: Error("invalid type: null, expected a sequence", line: 1, column: 452)
note: run with RUST_BACKTRACE=1
environment variable to display a backtrace
mac intel 执行报 zsh: bad CPU type in executable: ./ytool ; 用 windows 版 报如下错 thread 'main' panicked at src/libs/tools.rs:69:49: 知识库文件解析失败: Error("invalid type: null, expected a sequence", line: 1, column: 452) note: run with
RUST_BACKTRACE=1
environment variable to display a backtrace
看一下操作目录下 .meta/books_info.json 文件的内容是否形如以下格式:
{
"books_info":[{
"book_id": 20670941,
"book_type": "owner",
"docs": [
{
"child_uuid": "CO"
//省略其它
}
]
},{
//省略其它
}],
"expire_time": 1698233929635
}
不是以上内容格式的话 ytool clear 再重新试一下呢
如果还是不行加一下我wx
mac 下面 执行 ytool pull/clear 等命令是 提示命令不存在