From 8ffd87f6a8e7fae4365c1064250db049752b573d Mon Sep 17 00:00:00 2001 From: khalil7044 <127534855+khalil7044@users.noreply.github.com> Date: Sun, 5 Oct 2025 12:32:21 -0300 Subject: [PATCH] Update README.md Added a small tip in README.md for users to clear npm cache if ethers installation fails --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5db1fbf947..7c08dc2961 100644 --- a/README.md +++ b/README.md @@ -138,3 +138,4 @@ License MIT License (including **all** dependencies). +> Tip: If you face issues installing ethers, try running `npm cache clean --force` before reinstalling.