npm报错sass

1.删除node模块

2.删除node-sass: npm uninstall node-sass

3.重新下载对应版本node-sass:

npm i node-sass@7.0.3(指定版本 控制台报错什么版本就写什么版本)

4.再运行项目

或者