npm install失败 代理问题
原因:npm配置了代理 使用"npm config list -l"命令查看npm配置 其中有这条配置https-proxy = "http://proxy-server-address:8080/" 使用"npm config delete https-proxy"命令删除即可正常下载
end.
npm install失败 代理问题
原因:npm配置了代理 使用"npm config list -l"命令查看npm配置 其中有这条配置https-proxy = "http://proxy-server-address:8080/" 使用"npm config delete https-proxy"命令删除即可正常下载
end.