content-and-experience-toolkit
content-and-experience-toolkit copied to clipboard
Cannot install due to internal npm repo in package-lock.json
When trying to install the cec cli by:
npm install
The following error accurs:
npm ERR! code ENOTFOUND npm ERR! syscall getaddrinfo npm ERR! errno ENOTFOUND npm ERR! network request to https://artifacthub-phx.oci.oraclecorp.com/api/npm/npmjs-remote/yocto-queue/-/yocto-queue-0.1.0.tgz failed, reason: getaddrinfo ENOTFOUND artifacthub-phx.oci.oraclecorp.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'
package-lock.json references https://artifacthub-phx.oci.oraclecorp.com repository to which users outside of the Oracle development environment have no access.
What folder are you npm installing from?
delete file package-lock.json and try npm install again