Hi Group,
I am trying to install oracleJet as per the mentioned guide.
https://docs.oracle.com/en/middleware/jet/4.2.0/develop/prerequisites-developing-applications-oracle-jet.html#GUID-8A2D524A-3822-4D5D-8E87-1E1B39283999
When I run
npm install -g @oracle/ojet-cli
I am getting the following error:
npm ERR! code ENOTFOUND
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/@oracle%2fojet-cli failed, reason: getaddrinfo ENOTFOUND my.proxyserver.com my.proxyserver.com:80
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'
---- I have run the below command to set up the proxy.
npm config set proxy http://my.proxyserver.com:80
npm config set https-proxy http://my.proxyserver.com:80
Can anyone help. Is there anything I am missing.