我正在尝试使用npm安装node-sass模块,但是每次显示有关网络配置问题的错误,这是因为我正在使用代理和私有注册表,这是错误:
This is most likely not a problem with node-gyp or the package itself and is related to network connectivity In most cases you are behind a proxy or have bad network setting
可以离线安装此模块吗?
在尝试在公司代理后面安装node-sass时,我遇到了类似的问题。
您可以尝试的是:
使用二进制配置参数–sass-binary-path。安装它。
npm install --sass-binary-path="C:\src\v4.7.2\win32-x64-57_binding.node"