Node Sass does not yet support your current environment

打开控制台,执行以下两个命令

//卸载node-sass
npm uninstall node-sass

//再安装node-sass
cnpm install node-sass -D

cnpm是淘宝npm镜像,如果报出没有该命令,那么可以先通过以下命令安装下:

npm install -g cnpm --registry=https://registry.npm.taobao.org

猜你喜欢

转载自blog.csdn.net/weixin_38106322/article/details/107444060