node-sass的安装
node-sass
:rainbow: Node.js bindings to libsass
项目地址:https://gitcode.com/gh_mirrors/no/node-sass
免费下载资源
·
node-sass的安装
在nodejs环境运行的项目中需要使用node-sass依赖时,会经常出现下载失败的现象。往往会显示从github.com上下载.node文件,因为从国内连接外网的原因,下载失败的几率非常高。
1、npm指令下载:
npm i node-sass
下载速度很慢,失败的可能性很高。
2、cnpm指令下载:
cnpm install node-sass
直接使用淘宝镜像指令下载,因为使用淘宝镜像,下载成功率较高。
3、第一种方式失败时,可以先换一个镜像源地址再下载:
换镜像源地址:set SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/
换镜像源地址之后下载:npm install node-sass
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 个月前
更多推荐
已为社区贡献2条内容
所有评论(0)