Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/node.js/40.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js 运行junkins作业时,没有\u代理节点配置不工作_Node.js_Jenkins_Npm - Fatal编程技术网

Node.js 运行junkins作业时,没有\u代理节点配置不工作

Node.js 运行junkins作业时,没有\u代理节点配置不工作,node.js,jenkins,npm,Node.js,Jenkins,Npm,我在部署项目时遇到以下错误 + npm install -g @angular/cli npm ERR! code ECONNRESET npm ERR! errno ECONNRESET npm ERR! network request to https://nexus.in.abc.com/repository/npmregistry/@angular%2fcli failed, reason: read ECONNRESET npm ERR! network This is a prob

我在部署项目时遇到以下错误

 + npm install -g @angular/cli
npm ERR! code ECONNRESET
npm ERR! errno ECONNRESET
npm ERR! network request to https://nexus.in.abc.com/repository/npmregistry/@angular%2fcli failed, reason: read ECONNRESET
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network 
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly.  See: 'npm help config'
使用jenkins脚本中的以下命令绕过代理配置

 npm config set no_proxy https://nexus.in.abc.com
请帮忙