Hi,
I am trying to install the ojet cli by running the npm install -g @oracle/ojet-cli command but i am getting mentioned error. i set all the proxy as below.
> npm config set strict-ssl false
> npm config set registry "http://registry.npmjs.org/"
> npm config set proxy "http://www-proxy-idc.in.oracle.com:80"
>npm config set https-proxy "https://www-proxy-idc.in.oracle.com:80"
When i am connecting my personal hotspot. it's working fine.
Thanks,
Firoz.