eleventy-webpack icon indicating copy to clipboard operation
eleventy-webpack copied to clipboard

ERR! network request to .../upper-case-1.1.3.tgz failed

Open kubasovp opened this issue 3 years ago • 5 comments

npm ERR! code ENOTFOUND npm ERR! syscall getaddrinfo npm ERR! errno ENOTFOUND npm ERR! network request to https://artifactory.ubisoft.org/api/npm/npm/upper-case/-/upper-case-1.1.3.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'

kubasovp avatar Mar 18 '21 22:03 kubasovp

@kubasovp I also got this error. Managed to fix by following this solution - https://github.com/clenemt/eleventy-webpack/issues/9#issuecomment-790637445

marcoangelo avatar Mar 19 '21 13:03 marcoangelo

Thank! Unfortunately, this does not help in this case :(

kubasovp avatar Mar 21 '21 13:03 kubasovp

Thank! Unfortunately, this does not help in this case :(

Try to delete package-lock.json first, then npm install

szegheo avatar Mar 21 '21 14:03 szegheo

image image image 🤷‍♂️

kubasovp avatar Mar 21 '21 20:03 kubasovp

But it works :)

kubasovp avatar Mar 21 '21 20:03 kubasovp