说什么连接问题,可能开了代理?输入下面命令看是否返回null
npm config get proxy npm config get https-proxy 如果返回值不为null,则 npm config set proxy null npm config set https-proxy null