Vue项目 报错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

在这里插入图片描述

卡了半天,原来是sassloader版本过高导致的,

解决方法: 回退7.×版本
npm uninstall sass-loader(卸载当前版本)

npm install [email protected] --save-dev

你可能感兴趣的:(Vue项目 报错TypeError [ERR INVALID ARG TYPE]: The “path“ argument must be of type string)