小编Agu*_*hew的帖子

ValidationError:选项对象无效。复制插件已使用与 API 架构不匹配的选项对象进行初始化

由于存在漏洞,我刚刚更新了 package.json 中的一些包。所有漏洞均已修复,但当我执行 npm run 时出现以下错误。复制插件包在我的漏洞修复过程中得到了更新。

我尝试从旧提交中复制 package.json 并重新安装所有软件包,但随后该漏洞再次出现。

ValidationError: Invalid options object. Copy Plugin has been initialized using an options object that does not match the API schema.
 - options[0] misses the property 'patterns'. Should be:
   [non-empty string | object { from, to?, context?, globOptions?, toType?, force?, flatten?, transform?, cacheTransform?, transformPath?, noErrorOnMissing? }, ...] (should not have fewer than 1 item)
 - options[1] misses the property 'patterns'. Should be:
   [non-empty string | object { from, to?, context?, globOptions?, toType?, …
Run Code Online (Sandbox Code Playgroud)

npm vue.js

14
推荐指数
1
解决办法
2万
查看次数

标签 统计

npm ×1

vue.js ×1