node-sass依赖于python,所以需要安装python。

这里需要注意的是看看我的电脑中的主板是Intel还是AMD的,我这个电脑是AMD的,所以基于AMD记录。

我刚开始的时候安装python2.7.x的版本,安装后再系统环境中配置,在项目中重新install,但是还是会报错python问题,我刻意的去检查了环境变量等问题发现没有问题,但为什么还是无法安装?

3.x版本对于2.x版本他可以一个劲的安装就完事,环境变量也帮你配好了。

弄完之后就不会报错python问题了。

所以我跑去安装了3.x.x的版本,竟然奇迹般的解决了,但是又出现一个报错。

这个问题是属于下载源的问题

我们重新设置一下下载源

npm config set sass_binary_site=https://npm.taobao.org/mirrors/node-sass

ok,

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

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

更多推荐