Failed to install Endevor Zowe CLI:
PS C:\users\XXXXX\AppData\Roaming\npm> zowe plugins install endevor-for-zowe-cli-6.5.0.tgz
Plug-ins within the Imperative CLI Framework can legitimately gain
control of the zowe CLI application during the execution of every command.
Install 3rd party plug-ins at your own risk.
Imperative's plugin installation program handles @zowe peer dependencies.
You can safely ignore NPM warnings about missing @zowe peer dependencies.
Registry = https://registry.npmjs.org/
_______________________________________________________________
npm ERR! code ETIMEDOUT
npm ERR! syscall connect
npm ERR! errno ETIMEDOUT
npm ERR! network request to https://registry.npmjs.org/form-data failed, reason: connect ETIMEDOUT 104.16.21.35:443
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'
Release : 18.1
Component : Endevor Software Change Manager
npm dependencies failed to install due to the following reason: Site use proxy server, and access to public NPM is blocked.
Add the proxy URL to the NPM config file.
npm config set https-proxy http://proxy.[proxy_name].com:[port_number]
npm config set proxy http://proxy.[proxy_name].com:[port_number]
Then install the Endevor CLI plugin.