“提示:你正在更改依赖的主版本号。这可能导致不兼容的行为”要怎么处理

如图,这个插件我一从0.6.2更新到0.7.0就会导致我的koishi控制台“not found”

0.6.2和0.7.0的koishi依赖版本是一样的,为什么0.7.0会导致koishi控制台404呢?

插件是这个插件:https://www.npmjs.com/package/koishi-plugin-glm-girlfriend

依赖的koishi版本:

{
  "name": "koishi-plugin-glm-girlfriend",
  "description": "基于chatglm,目前为止最智能的chatglm虚拟女友,0.7.x版本增加了语音输出和加载人设",
  "homepage": "https://github.com/wochenlong/glm-girlfriend",
  "version": "0.7.0",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "files": [
    "lib",
    "dist"
  ],
  "license": "MIT",
  "scripts": {},
  "keywords": [
    "chatbot",
    "koishi",
    "plugin"
  ],
  "koishi": {
    "service": {
      "optional": [
        "vits"
      ]
    }
  },
  "peerDependencies": {
    "koishi": "^4.10.0"
  }
}
1 个赞

小伙伴在发帖之前可以先搜索论坛内的现有帖子哦~

2 个赞

你没有改其他插件吗,我确实挺好奇 not found 是什么导致的的

1 个赞

我把我的插件在配置文件那里关掉就正常了,但这种情况没办法复现,目前只有我的koishi 会出现这种情况

1 个赞

日志!日志!

1 个赞