0
當我安裝角2 CLI我獲得與NPM一個錯誤:NPM錯誤安裝角2 CLI:隧道插座不能建立,的StatusCode = 405
Downloading binary from https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-48_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v3.13.1/win32-x64-48_binding.node":
tunneling socket could not be established, statusCode=405
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
節點-v:6.9.4, npm -v:3.10.10
我不使用代理服務器。我做了一些事情,如:
npm config rm proxy
npm config rm https-proxy
npm config set proxy false
npm cache clean
npm config set registry "https://registry.npmjs.org/"
,但沒有工作,我還搜查了計算器幾天,我沒有得到解決,謝謝你..