ValidationError: Progress Plugin Invalid Options
前面一篇文章说明了我当时解决测试组件命令时遇到问题的方案,其中最核心的一部分起始是降低了less-loader
的版本,但是当我开发完成组件(当然,开发小组件期间的测试组件代码仍很舒服)
然而,最后想要使用命令npm run serve
打开整个项目的开发服务器的时候,又出现问题了:
ValidationError: Progress Plugin Invalid Options
options should NOT have additional properties
options should NOT have additional properties
options should NOT have additional properties
options should pass “instanceof” keyword validation
options should match exactly one schema in oneOf
尝试了半天,都没有效果,要么就是单个项目测试命令npm run test:Pager
不能用,要么就是打开项目开发服务器命令npm run serve
不能用,最终,尝试了一番将起到关键作用的包less-loader
的版本降到了两个折中的版本号,运行命令
npm uninstall less-loader
npm i less-loader@6.0.0
将这个包的版本限制到6.0.0
,运行两个命令文章来源:https://www.toymoban.com/news/detail-659177.html
npm run serve
npm run test:Pager
就都可以了,具体真的不知道什么原因,欢迎大家发表自己的见解 !文章来源地址https://www.toymoban.com/news/detail-659177.html
到了这里,关于ValidationError: Progress Plugin Invalid Options的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!