widget-js / widgets

Desktop widgets for windows. built with vue3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

源码安装依赖报错 No matching version found for @widget-js/core@* inside the workspace

anchuanyuan opened this issue · comments

当我clone源码以后 安装依赖会报如下的错误

 ERR_PNPM_NO_MATCHING_VERSION_INSIDE_WORKSPACE  In : No matching version found for @widget-js/core@* inside the workspace

我把 @widget-js/vite-plugin-widget 固定成1.0.1能安装依赖了 1.0.2的可能有问题 但是我不知道问题在哪

image

这个是什么问题吗?

commented

image

这个是什么问题吗?

把package.json的 @widget-js/vite-plugin-widget版本改成 1.0.4:

"@widget-js/vite-plugin-widget": "^1.0.3"
=>
"@widget-js/vite-plugin-widget": "^1.0.4"

image

vue3组件也是需要修复吧 @rtugeek

commented

image

vue3组件也是需要修复吧 @rtugeek

改成这个 @widget-js/vue3@0.1.27