# 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_第1张图片

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

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

npm install [email protected] --save-dev

你可能感兴趣的:(Vue,bug,web,vue.js,node.js)