-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
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
Need to manually delete the out directory to recompile #522
Comments
Can you run these commands and post the output for me?
And does |
And does forge build --force work consistently? YES it's a massive project can't send you output of tree from root. do you need the out directory only>? |
Sure, that'd be fine + your remappings (if any). Also, do you use |
its an npm project but i remapped solidity imports to lib. output: ├── AaveILendingPool.sol |
Cc @mattsse another ethers-solc cache bug |
This error happens to me whenever I run |
More info here: it looks like something in |
this should be fixed after the latest ethers-solc rewrite gakonst/ethers-rs#802 |
After re-compiling with
forge build
getting the error:out/console.sol/console.json": No such file or directory (os error 2)
If i manually delete the the out directory it compiles successfully
The text was updated successfully, but these errors were encountered: