eleventy-webpack
eleventy-webpack copied to clipboard
ERR! network request to .../upper-case-1.1.3.tgz failed
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 I also got this error. Managed to fix by following this solution - https://github.com/clenemt/eleventy-webpack/issues/9#issuecomment-790637445
Thank! Unfortunately, this does not help in this case :(
Thank! Unfortunately, this does not help in this case :(
Try to delete package-lock.json first, then npm install
🤷♂️
But it works :)