首页 前端知识 vue 项目npmrun 报错:ValidationError: Invalid options object. Ignore Plugin has been initialized

vue 项目npmrun 报错:ValidationError: Invalid options object. Ignore Plugin has been initialized

2024-06-16 09:06:30 前端知识 前端哥 975 374 我要收藏

ValidationError: Invalid options object. Ignore Plugin has been initialized using an options object that does not match the API schema.
 - options should be one of these:
   object { resourceRegExp, contextRegExp? } | object { checkResource }
   Details:
    * options misses the property 'resourceRegExp'. Should be:
      RegExp
      -> A RegExp to test the request against.
    * options misses the property 'checkResource'. Should be:
      function
      -> A filter function for resource and context.

解决方法:

删除项目内nodemodules的webpackpack所有版本

重新安装低版本webpack

yarn run webpack@4.46.0 --save-dev   或者 npm install webpack@4.46.0 --save-dev

转载请注明出处或者链接地址:https://www.qianduange.cn//article/12423.html
标签
评论
发布的文章

前端开发 4: jQuery

2024-06-22 01:06:02

网页开发 HTML

2024-06-22 01:06:17

大家推荐的文章
会员中心 联系我 留言建议 回顶部
复制成功!