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 [email protected]

你可能感兴趣的:(#,css笔记,#,Vue学习笔记)