node-sass怎么安装
时间: 2024-04-09 07:23:50 浏览: 87
node常用命令.txt
你可以按照以下步骤安装node-sass:
1. 使用淘宝镜像安装:
```shell
npm install -g cnpm --registry=https://registry.npm.taobao.org
cnpm install node-sass
```
2. 使用dart-sass替代node-sass:
```shell
npm uninstall node-sass
npm install sass
```
请注意,以上两种方法都是解决安装node-sass的常见问题的方法。你可以根据自己的需求选择其中一种方法进行安装。
阅读全文