在 windows 上安装 gulp-sass 时出错

Error while installing gulp-sass on windows

我正在创建我的新网站,这是我第一次使用 gulp,我在安装过程中遇到了问题。 我用了 npm install gulp-sass --save-dev 我得到了这个

E:\WebPages\MyPage>npm install gulp-sass

> node-sass@3.13.1 install E:\WebPages\MyPage\node_modules\gulp-
sass\node_modules\node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-    
sass/releases/download/v3.13.1/win32-x64-59_binding.node
Cannot download "https://github.com/sass/node-
sass/releases/download/v3.13.1/win32-x64-59_binding.node":

HTTP error 404 Not Found

Hint: If github.com is not accessible in your location
      try setting a proxy via HTTP_PROXY, e.g.

      export HTTP_PROXY=http://example.com:1234

or configure npm proxy via

      npm config set proxy http://example.com:8080

有人知道如何解决这个问题吗?或者如何安装gulp-sass? 谢谢

检查您是否有更新版本的节点和 npm 运行。 有关更多可能的解决方案,请参阅 https://github.com/sass/node-sass/issues/1911