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

Repository Issue on freshly cloned repository #10

Open
be-ne-ef opened this issue Feb 22, 2021 · 0 comments
Open

Repository Issue on freshly cloned repository #10

be-ne-ef opened this issue Feb 22, 2021 · 0 comments

Comments

@be-ne-ef
Copy link

Steps to reproduce:

I don't have any proxy setup and don't need one.

Error:

npm i
npm ERR! code ENOTFOUND
npm ERR! syscall getaddrinfo
npm ERR! errno ENOTFOUND
npm ERR! network request to https://artifactory.ubisoft.org/api/npm/npm/html-minifier/-/html-minifier-4.0.0.tgz failed, reason: getaddrinfo ENOTFOUND artifactory.ubisoft.org
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'

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/myuser/.npm/_logs/2021-02-22T10_41_32_057Z-debug.log

Workaround:
delete package-lock.json:

rm package-lock.json
npm i
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

1 participant