无法离线安装node-sass - 在CORP PROXY背后

时间:2017-09-14 06:23:39

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

set SASS_BINARY_PATH = C:/darwin-x64-57_binding.node
npm install --global --verbose node-sass

%1 Win32 is not a valid Win32 Application

Tried also this 
 node.exe node_modules/node-gyp/bin/node-gyp.js  --proxy http://uid:pwd@bla install --strict-ssl false
Error: write EPROTO 101057795:error:14082174:SSL routines:ssl3_check_cert_and_algorithm:dh key too small:openssl\ssl\s3_clnt.c:3641:

也尝试了这个

node.exe --tls-cipher-list="ECDHE-RSA-AES128-GCM-SHA256:!RC4"      node_modules/node-gyp/bin/node-gyp.js  --proxy http://uid:pwd@bla install --strict-ssl false 

Error: write EPROTO 101057795:error:14077410:SSL 
routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake
failure:openssl\ssl\s23_clnt.c:772:

我错过了一些设置吗?

Node v6.11.3
NPM version 5.4.1
NPM PROXY is SET , HTTP-PROXY & HTTPS-PROXY , STRICT SSL set to false

此外,它还尝试下载https://nodejs.org/download/release/v6.11.3/node-v6.11.3-headers.tar.gz SideNote:给出以下错误 - > dh键太小:openssl \ ssl \ s3_clnt.c:3641:在我的管辖范围内无法解决

有没有办法可以跳过此安装并将其安装离线?

0 个答案:

没有答案