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