Syntax Error: ValidationError: Invalid options object. Stylus Loader has been initialized using an

报错信息如下:

Syntax Error: ValidationError: Invalid options object. Stylus Loader has been initialized using an options object that does not match the API schema.
 - options has an unknown property 'preferPathResolver'. These properties are valid:
   object { stylusOptions?, sourceMap?, webpackImporter?, additionalData? }

原因是安装的stylus是最新版本的,网上的信息说换一个版本就可以解决。于是乎安装下面的版本

npm install stylus-loader@3.0.2
原文地址:https://www.cnblogs.com/fsg6/p/14350585.html