npm install node-sass报错问题总结 AMD
node-sass
:rainbow: Node.js bindings to libsass
项目地址:https://gitcode.com/gh_mirrors/no/node-sass
免费下载资源
·
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 个月前
更多推荐
已为社区贡献1条内容
所有评论(0)