输入 npm rebuild node-sass提示无法下载执行 npm rebuild node-sass 失败怎么办

解决方案:

第一步:输入
npm install -g cnpm --registry=https://registry.npm.taobao.org

执行完毕后,第二步输入:
cnpm install node-sass

问题可得到解决
√ All packages installed (187 packages installed from npm registry, used 4s(network 3s), speed 110.28kB/s, json 173(332.95kB), tarball 0B)

相关文章: