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
Have you ensured that all of these are up to date?
Foundry
Foundryup
What version of Foundry are you on?
forge Version: 1.3.5-stable
What version of Foundryup are you on?
foundryup: 1.3.0
What command(s) is the bug in?
forge install
Operating System
macOS (Apple Silicon)
Describe the bug
Currently, forge install will not install Soldeer dependencies for Foundry projects that use Soldeer to manage packages instead of git modules.
forge install should check if the installed dependency includes a soldeer.lock file and run forge soldeer install in the dependency root to properly install the dependency.