You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Do you have more context regarding "locally installed" libraries accessible by solc? Is it for the ones used through the remapping, or is it something else?
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 librariesThe text was updated successfully, but these errors were encountered: