vueuse / vue-demi

🎩 Creates Universal Library for Vue 2 & 3
MIT License
3.01k stars 158 forks source link

安装依赖携带 --ignore-scripts 会导致无法在vue2的项目中使用 #261

Open lzwStore opened 5 months ago

lzwStore commented 5 months ago

使用 pnpm i --ignore-scripts 安装依赖会导致无法在vue2的项目中使用

实际的发生场景 vue2项目使用了@antv/x6-vue-shape插件, 然后安装依赖 添加了 --ignore-scripts 参数, 导致xxx.reactive is not a function

安装依赖的时候执行对vue2的支持, 隐藏的有点深 [苦涩] scripts: { "postinstall" : 'xxxx' }

作者可以在readme中添加个提示 [捂脸], 排查问题好坑呀[捂脸]