You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
I don't have any proxy setup and don't need one.
Error:
Workaround:
delete package-lock.json:
The text was updated successfully, but these errors were encountered: