Open zapaz opened 1 year ago
@zapaz I just did a fresh clone of the repo and running forge install
to download the dependencies worked fine. Can you expand on what the problem is here?
@zapaz I just did a fresh clone of the repo and running
forge install
to download the dependencies worked fine. Can you expand on what the problem is here?
yes forge install
works but install old version (january 2023) of forge-std
(v1.3.0) and open-zeppelin
(v4.8.1)
but forge update
fails, needed to install latest version of forge-std
(v1.7.1) and open-zeppelin
(v4.8.3)
just have to fix non existing branches in .gitmodules
here is the error (in english)
$ forge update
fatal: Unable to find refs/remotes/origin/v1.3.0 revision in submodule path 'lib/forge-std'
Error:
git submodule exited with code 128
Fix this error on
forge update
branch
v1.3.0
doesn't exists on forge-std butv1
exists branchv4.8.1
doesn't exists on oz lib butrelease-v4.8
exists