Commit 77fb5726 authored by Sebastian Stammler's avatar Sebastian Stammler Committed by GitHub

op-e2e: Add forge clean to README.md troubleshooting section (#11471)

* op-e2e: Add forge clean to README.md troubleshooting section

* Update op-e2e/README.md
Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>

---------
Co-authored-by: default avatarMatt Solomon <matt@mattsolomon.dev>
parent fabf7cba
...@@ -31,4 +31,4 @@ make test-http ...@@ -31,4 +31,4 @@ make test-http
If you encounter errors: If you encounter errors:
* ensure you have the latest version of foundry installed: `just update-foundry` * ensure you have the latest version of foundry installed: `just update-foundry`
* try deleting the `packages/contracts-bedrock/forge-artifacts` directory * try deleting the `packages/contracts-bedrock/forge-artifacts` directory
* if the above step doesn't fix the error, try `pnpm clean` * try `forge clean && rm -rf lib && forge install` within the `packages/contracts-bedrock` directory
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment