widgets
widgets copied to clipboard
源码安装依赖报错 No matching version found for @widget-js/core@* inside the workspace
当我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的可能有问题 但是我不知道问题在哪

这个是什么问题吗?
这个是什么问题吗?
把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"

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