From bcc9e42ee8a663f5abcbbb8014b6135a1d25a04a Mon Sep 17 00:00:00 2001 From: Parthasarathy Ramanujam <1627026+ch4r10t33r@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:48:09 +0100 Subject: [PATCH] Update README.md Added information to resolve issues with build on Apple's M1 and M2 macines. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7fbef14..f62dfdc1 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,10 @@ For a video tutorial on the above, you can [view this here.](https://www.youtube "archiveDuration": 5184000 # optional, keeps submitted, reverted and cancelled userops in the mempool for this many seconds } ``` + +## node-gyp errors during `yarn bootstrap` on M1/M2 +- Try executing `brew install python-setuptools` and then re-run `yarn bootstrap` + ## 💬 Contact If you have any questions or feedback about the ERC-4337 Bundler project, please feel free to reach out to us.