Error (6275): Source "forge-std/Script.sol" not found: File not found #44
-
I'm having trouble importing "forge-std" into my script and test, and despite doing a number of checks, I still can't figure out the problem. Despite watching numerous videos, I'm still unable to solve.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
tried |
Beta Was this translation helpful? Give feedback.
-
Most of times a simple terminal re-start would help. Don't forget to compiler the code as @TilakMaddy suggested. Anyways this question was asked a little time ago, @gopalchandak-dev were you able to solve this? If not, please let us know and we will provide support. |
Beta Was this translation helpful? Give feedback.
It's not working even after re-starting terminal.
' ' '
forge ERROR ---> forge install foundry-rs/[email protected] --no-commit
' ' '
But, after running this in the terminal, now it's properly working.