检查你的电脑是否需要配置代理,如果不需要可以将代理禁用:
npm config set proxy false
如果是需要配置代理服务的:
开启代理
npm config set proxy true
配置代理信息
npm config set proxy http://xxxx:xxxx
npm config set https-proxy http://xxxx:xxxx
Powered by: 博客园 Copyright © 2024 luozili Powered by .NET 9.0 on Kubernetes