Replies: 15 comments 10 replies
-
Hey, it's about incompatible versions. Can you please run |
Beta Was this translation helpful? Give feedback.
-
Whenever I run |
Beta Was this translation helpful? Give feedback.
-
My plan is to delete everything about Foundry and re-install it |
Beta Was this translation helpful? Give feedback.
-
Here are the paths sorted alphabetically, presented one by one: /Library/Apple/usr/bin |
Beta Was this translation helpful? Give feedback.
-
Packages are down there /Users/atatekeli/.cargo/bin, my plan is to remove them one by one, delete the project and reinstall foundry all over again, but I have to make sure none remains first |
Beta Was this translation helpful? Give feedback.
-
Here are more details for this problem
|
Beta Was this translation helpful? Give feedback.
-
Specifying a particular version in your toml might help solve this. Example:
|
Beta Was this translation helpful? Give feedback.
-
So what about using cargo command |
Beta Was this translation helpful? Give feedback.
-
With cargo command according to documentation, but no foundryup
|
Beta Was this translation helpful? Give feedback.
-
@DevSwayam @Chinwuba22 @Horphey @tinchoabbate
|
Beta Was this translation helpful? Give feedback.
-
New development, can you guys have a look |
Beta Was this translation helpful? Give feedback.
-
I don't think reinstalling foundry was the issue btw. Try changing the pragma version on all your contracts to >= 0.6.0 < 0.9.0. |
Beta Was this translation helpful? Give feedback.
-
Right now, I uninstalled |
Beta Was this translation helpful? Give feedback.
-
After reinstalling Foundry on macOS using foundryup, I can't run foundryup in the VS Code terminal. The error message says forge not found. I've reloaded VS Code and checked my PATH, but it's still not working. I'm using VS Code v1.55.0 and Foundry v0.2.0." with all the dependencies as the latest version, I just used the documentation, curl command, source and foundryup |
Beta Was this translation helpful? Give feedback.
-
I had a similar problem and was related to the imports, I checked your imports and can not see which dependecy cause this error! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
Whenever I try to use contracts, I get this error and even though I tried to look for similar searches, I failed to find a solution to end this problem for good and now all forge commands are not working. Here's the GitHub to check the code and before that I updated contracts and used [profile.solc] = 0.8.20
Here's the GitHub link to my repo
https://github.com/Killpit/web3-security-course/tree/main/prereqs
Beta Was this translation helpful? Give feedback.
All reactions