crytic_compile.platform.exceptions.InvalidCompilation: Invalid solc compilation Error: Source "node_modules/@openzeppelin/contracts/utils/cryptography/ECDSA.sol" not found: File not found. Searched the following locations: "".[Bug-Candidate]: #1698
Labels
bug-candidate
Bugs reports that are not yet confirmed
Describe the issue:
Hi, i am trying to run this command from my directory:
when i run slither CTTXForwarder.sol --solc-remaps @openzeppelin/contracts/=node_modules/@openzeppelin/contracts/
I get this error
crytic_compile.platform.exceptions.InvalidCompilation: Invalid solc compilation Error: Source "node_modules/@openzeppelin/contracts/utils/cryptography/ECDSA.sol" not found: File not found. Searched the following locations: "".[Bug-Candidate]:
In my remappings file, i have this:
Can someone assist me with this?
When i run Slither . this works fine. But then i want to be able to run
Slither CTTXForwarder -- print call-graph
for example.
Code example to reproduce the issue:
Slither CTTXForwarder -- print call-graph
Version:
0.9.2
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: