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

npm install sass-loader@7.3.1 node-sass@4.14.1 --save-dev // 再安装

这是网上的一大堆人提出的解决办法,但是还是报错,这个版本问题花了好多时间,始终报错一直没有解决,头都要炸了。

后来用以下方法解决了,npm或者cnpm,不安装node-sass,直接装sass

npm uninstall sass-loader node-sass

npm install sass-loader@8.0.2 sass@1.26.5 --save-dev

最怕时间花了,问题还没解决,就离谱。

GitHub 加速计划 / no / node-sass
3
0
下载
:rainbow: Node.js bindings to libsass
最近提交(Master分支:3 个月前 )
6081731a Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3 to 4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 10 个月前
62c0f46c Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> 10 个月前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐