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
Problem:
When attempting to execute the forge clean command in my Solidity project, the application panics with an error related to the Foundry configuration. The error message indicates that there is an issue with the configuration file, specifically with the src setting. Despite attempting to resolve the problem by adjusting the configuration, such as changing the src setting to an array with multiple source directories, the error persists. This issue prevents me from using the forge clean command, which is crucial for cleaning up the project's build artifacts.
heres my foundry.toml config
[profile.default]
src = ["src"]
out = "out"
libs = ["lib"]
remappings = ['@chainlink=lib/lib/chainlink-brownie-contracts/contracts/']
attached an image which shows i have 2 src directory
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Problem:
When attempting to execute the forge clean command in my Solidity project, the application panics with an error related to the Foundry configuration. The error message indicates that there is an issue with the configuration file, specifically with the src setting. Despite attempting to resolve the problem by adjusting the configuration, such as changing the src setting to an array with multiple source directories, the error persists. This issue prevents me from using the forge clean command, which is crucial for cleaning up the project's build artifacts.
heres my foundry.toml config
[profile.default]
src = ["src"]
out = "out"
libs = ["lib"]
remappings = ['@chainlink=lib/lib/chainlink-brownie-contracts/contracts/']
attached an image which shows i have 2 src directory
![Screenshot 2024-05-09 012110](https://private-user-images.githubusercontent.com/163350802/329080279-cbe2097b-fe53-4edf-9236-69b7f5f90b22.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1OTU1OTUsIm5iZiI6MTczOTU5NTI5NSwicGF0aCI6Ii8xNjMzNTA4MDIvMzI5MDgwMjc5LWNiZTIwOTdiLWZlNTMtNGVkZi05MjM2LTY5YjdmNWY5MGIyMi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE1JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNVQwNDU0NTVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02YTQ4ZDE2YWM0OWM0MWEwYzczZjhmOGQ4NWQxYWViNGE4NWY5YzlhMTk4MDQ4NjI3NzNjOWNiZjk1M2ExODJlJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.sxMvVdnoWHg2VTGZAbzuNb7OjoHBOY6OSE29x00ZcAU)
Beta Was this translation helpful? Give feedback.
All reactions