Yarn error #4505
Unanswered
Prog-block
asked this question in
Q&A
Yarn error
#4505
Replies: 2 comments 3 replies
-
@Prog-block Never seen this error, try removing yarn.lock file if you have any and try again. If you still face this issue then open an issue on provided URL in the error. |
Beta Was this translation helpful? Give feedback.
3 replies
-
I solve my problem !!! npm config rm proxy |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
root@LAPTOP-RJFAIHQV:~/folder/hardhat-fund-me-fcc# yarn add --dev hardhat
yarn add v1.22.19
info No lockfile found.
[1/4] Resolving packages...
error An unexpected error occurred: "https://registry.yarnpkg.com/hardhat: getaddrinfo EAI_AGAIN registry.yarnpkg.com".
info If you think this is a bug, please open a bug report with the information provided in "/root/folder/hardhat-fund-me-fcc/yarn-error.log".
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
The above error is showing when typing
yarn add --dev hardhat
in terminal.I am in lesson 7, 10hrs, 3min
Beta Was this translation helpful? Give feedback.
All reactions