Node-sassインストールエラーの問題解決
1198 ワード
npm install node-sassインストール時によく発生する問題
なぜならnode-sassが壁に落ちたため、淘宝ミラーcnpmでインストールします.
Cannot download https://github.com/sass/node-sass/releases/download/v4.5.3/win32-x64-46_binding.node
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'
なぜならnode-sassが壁に落ちたため、淘宝ミラーcnpmでインストールします.
# npm install -g cnpm --registry=https://registry.npm.taobao.org
# cnpm install [email protected] --save