You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With devcontainer workaround #10698 (comment) I was finally able to run ./bootstrap.sh script. However, it surprised me with:
ERROR: Toolchain incompatability. We encourage use of our dev container. See build-images/README.md.
forge not in PATH or incorrect version (requires 25f24e677a6a32a62512ad4f561995589ac2c7dc).
Installation: https://book.getfoundry.sh/getting-started/installation
curl -L https://foundry.paradigm.xyz | bash
foundryup -v nightly-25f24e677a6a32a62512ad4f561995589ac2c7dc
I am already using the encouraged devcontainer, so it seems that version does not match:
With devcontainer workaround #10698 (comment) I was finally able to run
./bootstrap.sh
script. However, it surprised me with:I am already using the encouraged devcontainer, so it seems that version does not match:
NOTE:
incompatability
is a typo.The text was updated successfully, but these errors were encountered: