Module build failed: TypeError [ERR_INVALID_ARG_TYPE]: The “path“ argument must be of type string.
Vue项目报错如下Module build failed: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefinedat validateString (internal/validators.js:121:11)at Object.join (path.js:3
·
Vue项目报错如下
Module build failed: TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received undefined
at validateString (internal/validators.js:121:11)
at Object.join (path.js:375:7)
at getSassOptions (D:\VueProj\test\node_modules\sass-loader\dist\utils.js:160:37)
at Object.loader (D:\VueProj\test\node_modules\sass-loader\dist\index.js:36:49)
解决方法
sass-loader版本过高导致的,重装低版本sass-loader。
npm uninstall sass-loader
npm install --save-dev sass-loader@7.3.1
更多推荐
已为社区贡献5条内容
所有评论(0)