We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if foundry.toml already exists and you run install you get prompted to select where to install foundry.toml or soldeer.toml
foundry.toml
soldeer.toml
If you select foundry.toml then this error appears. You have to manually add the [dependencies] to the foundry.toml
[dependencies]
The text was updated successfully, but these errors were encountered:
fix(core): all commands add the [dependencies] table in config if m…
9049253
…issing Refs: mario-eth#212
8df87e0
…issing (#213) Refs: #212
1075893
…issing (#213) (#214) Refs: #212 Co-authored-by: Valentin B. <703631+beeb@users.noreply.github.com>
Fixed
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
if foundry.toml already exists and you run install you get prompted to select where to install
foundry.toml
orsoldeer.toml
If you select foundry.toml then this error appears.
You have to manually add the
[dependencies]
to the foundry.tomlThe text was updated successfully, but these errors were encountered: