Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install due to internal npm repo in package-lock.json #29

Open
avtSACH opened this issue Jan 16, 2023 · 2 comments
Open

Cannot install due to internal npm repo in package-lock.json #29

avtSACH opened this issue Jan 16, 2023 · 2 comments

Comments

@avtSACH
Copy link

avtSACH commented Jan 16, 2023

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.

@tcaruth
Copy link

tcaruth commented Feb 14, 2023

What folder are you npm installing from?

@hzeng99
Copy link
Contributor

hzeng99 commented Aug 10, 2023

delete file package-lock.json and try npm install again

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants