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
Logo

前往低代码交流专区

更多推荐