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
A lot of users issues are related to errors like crytic_compile.platform.exceptions.InvalidCompilation: Unknown file: @openzeppelin/...
Which is usually a sign that npm install/yarn install had an issue, or the files where installed somewhere else. We could improve the error message with recommendations like:
Check if ls <path to file>
Run npm install / yarn install
The text was updated successfully, but these errors were encountered:
A lot of users issues are related to errors like
crytic_compile.platform.exceptions.InvalidCompilation: Unknown file: @openzeppelin/...
Which is usually a sign that
npm install
/yarn install
had an issue, or the files where installed somewhere else. We could improve the error message with recommendations like:ls <path to file>
npm install
/yarn install
The text was updated successfully, but these errors were encountered: