当前位置:   article > 正文

VUE报错------TypeError [ERR INVALID ARG TYPE]: The “path“ argument must be of type string_typeerror [err_invalid_arg_type]: the "path" argum

typeerror [err_invalid_arg_type]: the "path" argument must be of type string

VUE项目中引入scss样式后启动,控制台报错TypeError [ERR INVALID ARG TYPE]: The “path“ argument must be of type string。

经过反复查找,发现是因为sass-loader的版本过高导致,安装了sass-loader8.0版本后,webpack解析出错。解决方法如下:

1、运行如下指令卸载已安装的sass-loader

cnpm uninstall sass-loader

2、指定sass-loader版本重新安装

cnpm install sass-loader@7.3.1 --save-dev

注意:尽量使用cnpm,使用npm的等待时间太让人酸爽。

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号