在Windows上安装gulp-sass时出错

时间:2018-03-11 11:35:18

标签: node.js npm sass gulp gulp-sass

我创建了我的新网站,这是我第一次使用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? 感谢

1 个答案:

答案 0 :(得分:0)

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