解决windows下node-sass安装失败和版本过高的问题
npm install --save node-sass --registry=https://registry.npm.taobao.org --disturl=https://npm.taobao.org/dist --sass-binary-site=http://npm.taobao.org/mirrors/node-sass
可以解决nodejs版本过高,不支持当前node-sass的问题 ,如果还不可以先卸载在安装指定版本。
vue中使用scss时报错(Module build failed: TypeError: this.getResolve is not a function at Object.)
sass-loader版本过高
1.先卸载当前版本npm uninstall sass-loader
2.再安装 npm install --save-dev
相关推荐
boneix 2020-10-21
seanzed 2020-10-15
ifconfig 2020-10-14
学留痕 2020-09-20
往后余生 2020-09-17
kka 2020-09-14
redis 2020-09-07
lzccheng 2020-09-06
soyo 2020-08-31
stonerkuang 2020-08-18
LxyPython 2020-08-17
raksmart0 2020-08-17
Lzs 2020-08-14
MrHaoNan 2020-07-31
80530895 2020-07-05
lengyu0 2020-06-28
YarnSup 2020-06-28
huanglianhuabj00 2020-06-27