crytic / crytic/crytic-compile
Look for globally installed libraries
Open
enhancement
- Dominant language
- Python
- Stars
- 197
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Description
In some cases, truffle can compile codebase with libraries without the need from a local `npm install`. I am not sure when this happens, but my best guess is that the libraries are installed globally.
It happened most of the time with the OZ libraries.
If the libraries are not present in `node_modules`, we should look in the globally installed libraries
Contributor guide
Assessment
This issue has not been assessed yet.