重装node依赖就好
节点Sass尚不支持您当前的环境:Windows 64位
问题
Cannot load gulp: Error: Node Sass does not yet support your current environment: Windows 64-bit with Unsupported runtime (57)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v3.13.1
[09:57:14] Cannot run sass task: missing in gulpfile.js
解决方法尝试一 ---- 失败:
npm i node-sass -D
报错
解决方法尝试二 ---- 失败:
先卸载
npm uninstall --save node-sass
报错
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-57_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
解决方法尝试三 ---- 成功:
使用淘宝镜像安装
cnpm install node-sass
网友评论