这两天换了一台电脑,然后安装了node的最新版本(v16.14.2)。然后把以前项目clone下来后,想着赶紧npm install安装环境干活,但是不知道为啥,安装总是报node-sass错误。然后网上找了一堆解决方案,切换淘宝镜像,安装python2、python3,安装一推插件,创建.npmrc文件等等都解决不了我的问题,后来终于被我发现问题所在。

这是我的环境:

在网上找到node和node-sass的版本匹配关系

这就是为什么失败的原因,我的node是16版本,本应该对应6.0+的node-sass版本,可是代码里面是4.x版本以上的,这就导致node-sass一直失败,知道问题原因那么就很好解决了。

问了一些前辈,我们可以升级node-sass版本,也可以降低node版本,前辈说升级node-sass版本可能会引发新的问题,所以在这里我选择降低node版本

node旧版本下载地址:https://nodejs.org/download/release/

如果您有更好的方法,可以评论区留言,大家一起探讨。

在降低node版本后,我再去npm install后,就没问题了:

GitHub 加速计划 / no / node-sass
8.5 K
1.33 K
下载
:rainbow: Node.js bindings to libsass
最近提交(Master分支:2 个月前 )
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> 9 个月前
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> 9 个月前
Logo

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

更多推荐