Usually I run yarn install
mand, it works fine without any issues. But now, while running with same mand I'm facing below error:
Error an unexpected error occurred, "/@babel/core/-/core-7.9.0.tgz" get addrinfo ENOTFOUND registry.yarnpkg
I have checked in both windows and Mac the same error is occurring.
Usually I run yarn install
mand, it works fine without any issues. But now, while running with same mand I'm facing below error:
Error an unexpected error occurred, "https://registry.yarnpkg./@babel/core/-/core-7.9.0.tgz" get addrinfo ENOTFOUND registry.yarnpkg.
I have checked in both windows and Mac the same error is occurring.
Share Improve this question edited Jun 20, 2021 at 13:50 Daniel Manta 6,74317 gold badges42 silver badges48 bronze badges asked Jun 18, 2021 at 15:00 SaraSara 431 gold badge1 silver badge3 bronze badges 1- I ran to the same problem when my internet went down, FYI. – Mac Yang Commented Sep 26, 2022 at 12:49
1 Answer
Reset to default 5Upgrade yarn
(just in case it's not), then delete node_modules
and yarn.lock
. Try running yarn install
again.