vuepress 集成 twikoo 评论提示 @vuepress/plugin-comment: ✖ Package twikoo is not installed, please install it manually! #359
-
我检查了本地有 resetsix@resetsixMacBook-Pro me % [email protected] /Users/resetsix/workspace/me devDependencies:
@vuepress/plugin-comment: ✖ Package twikoo is not installed, please install it manually! vite v5.0.13 dev server running at: ➜ Local: http://localhost:8080/ docs/.vuepress/config.ts配置如下 export default defineUserConfig({
head: [
plugins: [
// twikoo 插件配置
commentPlugin({
provider: "Twikoo",
envId: "https://xxx/twikoo"
}),
],
}); 实在找不出原因 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
使用最新版提供最小复现 |
Beta Was this translation helpful? Give feedback.
-
我在本地提升了 node 版本(18.18.0 -> 20.12.2) 和升级 vuepress 版本(docs:update-package": "pnpm dlx vp-update)之后解决了 反复检查了文档,配置了 不知道是哪里没配置对 |
Beta Was this translation helpful? Give feedback.
-
![]() Everything is working fine in the reproduction. You may miss: https://ecosystem.vuejs.press/plugins/blog/comment/guide.html#adding-comment |
Beta Was this translation helpful? Give feedback.
Everything is working fine in the reproduction.
You may miss: https://ecosystem.vuejs.press/plugins/blog/comment/guide.html#adding-comment