-- 创造无限可能

npm错误:node_modules\node sass:Command failed.

2022-06-04 02:05:08
398 人浏览 2 人点赞
有用,点赞支持一下

问题分析

npm install 安装关联库的时候,可能有些库安装失败,一个主要原因是,npm默认使用国外仓库

问题解决

  1. 设置国内镜像
    npm install -g mirror-config-china --registry=http://registry.npm.taobao.org
  2. 重新安装node-sass
    npm install node-sass