当前位置:   article > 正文

TypeError [ERR_INVALID_ARG_TYPE]:The “path“ argument must be of type string. Received undefined_typeerror [err_invalid_arg_type]: the "path" argum

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

错误描述:

目前,在运行Vue的时候,如果是第一次运行的话,会出现如下错误;
TypeError [ERR_INVALID_ARG_TYPE]
: The “path” argument must be of type string. Received undefined

在这里插入图片描述

错误分析:

这种情况一般来说,是因为sass-loader版本过高

问题解决:【以管理员身份运行命令提示符】

1、卸载当前sass-loader

npm uninstall sass-loader  
  • 1

2、将sass-loader版本回退到7.3.1

npm install sass-loader@7.3.1 --save-dev
  • 1

问题解决,希望可以帮助到大家!!!

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

闽ICP备14008679号