vue安装sass后,报错TypeError [ERR INVALID ARG TYPE]: The “path“ argument must be of type string
Vue安装Sass版本过高报错及解决办法
博客指出在Vue项目中安装Sass时,默认安装最新版本,因版本号过高导致报错。解决方法是降低sass-loader版本号,可通过npm uninstall sass-loader卸载,再用npm install sass-loader@7.3.1 --save-dev安装指定版本。


被折叠的 条评论
为什么被折叠?



