[Debug] Node-sass

Meet some problem when trying to install node-sass on windwos.

Company has proxy settings, need to remember to set proxy settings in .npmrc file:

sass_binary_site=https://cnpmjs.org/mirrors/node-sass
https-proxy=http://xxx # your company proxy
http-proxy=http://xxx  # your company proxy

猜你喜欢

转载自www.cnblogs.com/Answer1215/p/9488871.html