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
market@DESKTOP-GH1EHJ0:/mnt/d/chainlink_project/hh-fcc/hardhat-fundme-fcc$ yarn add --dev @typechain/hardhat
yarn add v1.22.22
warning package.json: No license field
warning hardhat-fund-me-fcc: No license field
[1/4] Resolving packages...
error Error: getaddrinfo EAI_AGAIN registry.npmjs.org
at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26)
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
my registry :
market@DESKTOP-GH1EHJ0:/mnt/d/chainlink_project/hh-fcc/hardhat-fundme-fcc$ yarn config get registry
warning package.json: No license field
https://registry.yarnpkg.com
when use yarn add commmand :
yarn add --dev pkgName
it will always thrown a error like that twice a time, once success and once failed ,it's so hard when add many pkgName.
so ,who can help me to fixed it.
thanks for you
Although I can create a local cache, if it fails, the package will not be cached:
yarn config set yarn-offline-mirror "~/yarn-offline-mirror"
yarn config set yarn-offline-mirror-pruning true
The text was updated successfully, but these errors were encountered:
That error means the DNS lookup timed out. You'd probably see the same error with npm too. You could try change your computer's DNS server (for example, to Cloudflare's 1.1.1.1) and see if that helps.
market@DESKTOP-GH1EHJ0:/mnt/d/chainlink_project/hh-fcc/hardhat-fundme-fcc$ yarn add --dev @typechain/hardhat yarn add v1.22.22 warning package.json: No license field warning hardhat-fund-me-fcc: No license field [1/4] Resolving packages... error Error: getaddrinfo EAI_AGAIN registry.npmjs.org at GetAddrInfoReqWrap.onlookupall [as oncomplete] (node:dns:120:26) info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
my registry :
when use yarn add commmand :
it will always thrown a error like that twice a time, once success and once failed ,it's so hard when add many pkgName.
so ,who can help me to fixed it.
thanks for you
Although I can create a local cache, if it fails, the package will not be cached:
The text was updated successfully, but these errors were encountered: