Skip to Main Content

OJET installation 'npm -g install @oracle/ojet-cli' command problem

User_1KO1WFeb 15 2022

Hi all,
I was having a problem with installing OJET command line interface after I enter the 'npm -g install @oracle/ojet-cli' command. I am using a Mac and it outputs an error stating :-
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://registry.npmjs.org/@oracle%2fojet-cli failed, reason: getaddrinfo ENOTFOUND my.proxyserver.com
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 was downloading it for learning purposes and I am not using a proxy . What do you recommend me to do?

This post has been answered by John JB Brock-Oracle on Feb 15 2022
Jump to Answer
Comments
Post Details
Added on Feb 15 2022
4 comments
297 views