forge-std icon indicating copy to clipboard operation
forge-std copied to clipboard

Problem installing forge-std library

Open macrojocodes opened this issue 1 year ago • 1 comments

I have been having a problem with downloading "forge-std library" , when I use the forge init --force , there is no lib folder getting created at all , I somehow manually added the lib folder the forge-std library in it . but i still cannot use import "forge-std/Test.sol" directly like patrick is using , please help me

macrojocodes avatar Jun 30 '24 13:06 macrojocodes

If I create an empty directory, cd into it, run touch a.txt, then run forge init --force it works as expected

Can you provide the exact steps to reproduce your problem (e.g. are you in an empty dir, exact forge command, etc)? What foundry version are you using? You can check with forge --version

mds1 avatar Jun 30 '24 16:06 mds1

Thank you for helping , sir. But I worked the issue out a few days back

macrojocodes avatar Jul 12 '24 12:07 macrojocodes