refcell/femplate

Error Running Make

pynchmeister opened this issue · 1 comments

Its quite likely this is a user-error but I tried to use the template and cloning the repo directly but both gave me the same error after running make:

compiling...
Error: 
   0: Compiler run failed
      ParserError: Source "@std/Test.sol" not found: File not found. Searched the following locations: "".
       --> /Users/btccenternyc/femplate/src/test/Greeter.t.sol:6:1:
        |
      6 | import "@std/Test.sol";
        | ^^^^^^^^^^^^^^^^^^^^^^^

      
   0: 

Location:
   cli/src/cmd/mod.rs:51

Backtrace omitted.
Run with RUST_BACKTRACE=1 environment variable to display it.
Run with RUST_BACKTRACE=full to include source snippets.
make: *** [build] Error 1

Any advice?

Nevermind I fixed it...If anyone runs into this issue it seems to be from a cargo install..if you rm forge from the cargo bin and then foundryup you should be good to go.