widgets icon indicating copy to clipboard operation
widgets copied to clipboard

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

Open anchuanyuan opened this issue 2 years ago • 7 comments

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

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

anchuanyuan avatar Apr 06 '23 05:04 anchuanyuan

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

anchuanyuan avatar Apr 06 '23 05:04 anchuanyuan

image

这个是什么问题吗?

singgg avatar Apr 19 '23 11:04 singgg

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"

rtugeek avatar Apr 19 '23 11:04 rtugeek

image

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

singgg avatar Apr 19 '23 13:04 singgg

image

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

改成这个 @widget-js/[email protected]

rtugeek avatar Apr 21 '23 04:04 rtugeek